Searched refs:YUV2RGB (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/examples/android/jni/ |
D | yuv2rgb.cc | 30 static inline uint32_t YUV2RGB(int nY, int nU, int nV) { in YUV2RGB() function 78 *out++ = YUV2RGB(pY[x], pU[uv_offset], pV[uv_offset]); in ConvertYUV420ToARGB8888() 107 *out++ = YUV2RGB(nY, nU, nV); in ConvertYUV420SPToARGB8888() 135 *out++ = YUV2RGB(nY, nU, nV); in ConvertYUV420SPToARGB8888HalfSize()
|
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/env/ |
D | ImageUtils.java | 131 output[yp] = YUV2RGB(y, u, v); in convertYUV420SPToARGB8888() 136 private static int YUV2RGB(int y, int u, int v) { in YUV2RGB() method in ImageUtils 191 out[yp++] = YUV2RGB( in convertYUV420ToARGB8888()
|
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/env/ |
D | ImageUtils.java | 131 output[yp] = YUV2RGB(y, u, v); in convertYUV420SPToARGB8888() 136 private static int YUV2RGB(int y, int u, int v) { in YUV2RGB() method in ImageUtils 191 out[yp++] = YUV2RGB( in convertYUV420ToARGB8888()
|
/external/u-boot/drivers/video/ |
D | ipu_disp.c | 26 YUV2RGB, enumerator 449 fg_csc_type = YUV2RGB; in ipu_dp_init() 461 bg_csc_type = YUV2RGB; in ipu_dp_init() 473 ((fg_csc_type == YUV2RGB) && (bg_csc_type == YUV2RGB)))) { in ipu_dp_init() 1255 ((fg_csc_type == YUV2RGB) && (bg_csc_type == YUV2RGB))) { in ipu_disp_set_color_key()
|