Home
last modified time | relevance | path

Searched refs:isRGB (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libswscale/tests/
Dpixdesc_query.c36 {"isRGB", isRGB},
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c178 isRGB(int fixed_linear) in isRGB() function
191 return isRGB(component);
1680 out->r = isRGB(in->r); in gpc_sRGB()
1690 out->b = isRGB(in->b); in gpc_sRGB()
1695 out->g = isRGB(in->g); in gpc_sRGB()
1704 out->b = isRGB(in->b); in gpc_sRGB()
1853 out->r = out->g = out->b = isRGB(in->g); in gpc_gb16()
1880 out->r = isRGB(in->r); in gpc_cb16()
1881 out->g = isRGB(in->g); in gpc_cb16()
1882 out->b = isRGB(in->b); in gpc_cb16()
/third_party/skia/tests/
DBackendAllocationTest.cpp172 static bool isRGB(const GrBackendFormat& format) { in isRGB() function
249 if (isRGB(backendTex.getBackendFormat())) { in check_base_readbacks()
374 if (isRGB(backendTex.getBackendFormat())) { in check_mipmaps()
/third_party/ffmpeg/tests/ref/fate/
Dsws-pixdesc-query371 isRGB:
/third_party/ffmpeg/libswscale/
Dswscale_internal.h699 static av_always_inline int isRGB(enum AVPixelFormat pix_fmt) in isRGB() function