OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YUV2RGB
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/examples/android/jni/
yuv2rgb.cc
19
#include "tensorflow/examples/android/jni/
yuv2rgb
.h"
30
static inline uint32_t
YUV2RGB
(int nY, int nU, int nV) {
78
*out++ =
YUV2RGB
(pY[x], pU[uv_offset], pV[uv_offset]);
107
*out++ =
YUV2RGB
(nY, nU, nV);
135
*out++ =
YUV2RGB
(nY, nU, nV);
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/env/
ImageUtils.java
131
output[yp] =
YUV2RGB
(y, u, v);
136
private static int
YUV2RGB
(int y, int u, int v) {
191
out[yp++] =
YUV2RGB
(
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/env/
ImageUtils.java
131
output[yp] =
YUV2RGB
(y, u, v);
136
private static int
YUV2RGB
(int y, int u, int v) {
191
out[yp++] =
YUV2RGB
(
/external/u-boot/drivers/video/
ipu_disp.c
26
YUV2RGB
,
335
* Row is for BG: RGB2YUV
YUV2RGB
RGB2RGB YUV2YUV CSC_NONE
336
* Column is for FG: RGB2YUV
YUV2RGB
RGB2RGB YUV2YUV CSC_NONE
449
fg_csc_type =
YUV2RGB
;
461
bg_csc_type =
YUV2RGB
;
473
((fg_csc_type ==
YUV2RGB
) && (bg_csc_type ==
YUV2RGB
)))) {
[
all
...]
Completed in 212 milliseconds