Searched refs:YV12 (Results 1 – 10 of 10) sorted by relevance
/external/v4l2_codec2/include/ |
D | C2VDACommon.h | 15 YV12 = 0x32315659, enumerator
|
/external/libaom/libaom/apps/ |
D | aomenc.h | 30 YV12, // 4:2:0 with uv flipped, only 8-bit depth enumerator
|
D | aomenc.c | 1149 global->color_type = YV12; in parse_global_config() 2161 case YV12: input.fmt = AOM_IMG_FMT_YV12; break; in main()
|
/external/libvpx/libvpx/ |
D | vpxenc.h | 30 YV12, // 4:2:0 with uv flipped, only 8-bit depth enumerator
|
D | vpxenc.c | 953 global->color_type = YV12; in parse_global_config() 1950 case YV12: input.fmt = VPX_IMG_FMT_YV12; break; in main()
|
D | CHANGELOG | 577 * For raw I420/YV12 output instead of Y4M, the --i420 or --yv12
|
/external/v4l2_codec2/ |
D | C2VDAAdaptor.cpp | 81 case HalPixelFormat::YV12: in importBufferForPicture()
|
D | C2VDAComponent.cpp | 1180 CHECK(pixelFormat == android::HalPixelFormat::YV12 || in appendSecureOutputBuffer()
|
/external/webrtc/talk/media/base/ |
D | videoframe_unittest.h | 880 TEST_ROTATE(YV12, 12, 0) 881 TEST_ROTATE(YV12, 12, 90) 882 TEST_ROTATE(YV12, 12, 180) 883 TEST_ROTATE(YV12, 12, 270)
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_nsopengl.mm | 222 // Using the VideoFrame for YV12: YV12 is YVU; I420 assumes
|