Searched refs:is_yuv (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-vid-common.c | 52 .is_yuv = true, 62 .is_yuv = true, 71 .is_yuv = true, 80 .is_yuv = true, 89 .is_yuv = true, 98 .is_yuv = true, 107 .is_yuv = true, 116 .is_yuv = true, 125 .is_yuv = true, 134 .is_yuv = true, [all …]
|
D | vivid-tpg.c | 223 tpg->is_yuv = false; in tpg_s_fourcc() 229 tpg->is_yuv = true; in tpg_s_fourcc() 242 tpg->is_yuv = true; in tpg_s_fourcc() 250 tpg->is_yuv = true; in tpg_s_fourcc() 262 tpg->is_yuv = true; in tpg_s_fourcc() 274 tpg->is_yuv = true; in tpg_s_fourcc() 281 tpg->is_yuv = true; in tpg_s_fourcc() 288 tpg->is_yuv = true; in tpg_s_fourcc() 717 if (tpg->is_yuv) { in precalculate_color() 726 if (tpg->is_yuv) { in precalculate_color() [all …]
|
D | vivid-core.h | 82 bool is_yuv; member
|
D | vivid-tpg.h | 123 bool is_yuv; member
|