Home
last modified time | relevance | path

Searched refs:isRGB (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libswscale/tests/
H A Dpixdesc_query.c36 {"isRGB", isRGB},
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A 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(i in gpc_cb16()
[all...]
/third_party/skia/tests/
H A 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/libswscale/
H A Dswscale_internal.h747 static av_always_inline int isRGB(enum AVPixelFormat pix_fmt) in isRGB() function

Completed in 8 milliseconds