Home
last modified time | relevance | path

Searched defs:rgb_stride (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/webp/src/enc/
H A Dpicture_csp_enc.c179 int step, int rgb_stride, in PreprocessARGB()
362 int rgb_stride) { in LinearToGammaWeighted()
392 int rgb_stride, in AccumulateRGBA()
435 int step, int rgb_stride, in AccumulateRGB()
479 int rgb_stride, // bytes per scanline in ImportYUVAFromRGBA()
733 const uint8_t* rgb, int rgb_stride, in Import()
826 const uint8_t* rgb, int rgb_stride) { in WebPPictureImportRGB()
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglSystemCommon/
DFormatConversions.cpp90 const int rgb_stride = 2; in rgb565_to_yv12() local
130 const int rgb_stride = 3; in rgb888_to_yv12() local
198 const int rgb_stride = 3; in rgb888_to_yuv420p() local
235 const int rgb_stride = 2; in yv12_to_rgb565() local
280 const int rgb_stride = 3; in yv12_to_rgb888() local
320 const int rgb_stride = 3; in yuv420p_to_rgb888() local
/aosp_15_r20/external/webp/sharpyuv/
H A Dsharpyuv.c304 const uint8_t* b_ptr, int rgb_step, int rgb_stride, in DoSharpArgbToYuv()
483 int rgb_step, int rgb_stride, int rgb_bit_depth, in SharpYuvConvert()
511 const void* b_ptr, int rgb_step, int rgb_stride, in SharpYuvConvertWithOptions()
/aosp_15_r20/external/webp/extras/
H A Dextras.c229 const uint8_t* b_ptr, int rgb_step, int rgb_stride, in DoEstimateRisk()
301 const void* b_ptr, int rgb_step, int rgb_stride, in SharpYuvEstimate420Risk()
/aosp_15_r20/external/igt-gpu-tools/overlay/x11/
H A Drgb2yuv.c66 int rgb_stride = cairo_image_surface_get_stride(surface); in rgb2yuv() local
/aosp_15_r20/external/libultrahdr/java/jni/
H A Dultrahdr-jni.cpp95 JNIEnv *env, jobject thiz, jintArray rgb_buff, jint width, jint height, jint rgb_stride, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setRawImageNative___3IIIIIIIII()
120 JNIEnv *env, jobject thiz, jlongArray rgb_buff, jint width, jint height, jint rgb_stride, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setRawImageNative___3JIIIIIIII()