/external/chromium_org/remoting/codec/ |
video_encoder_vpx_perftest.cc | 55 << "(" << (lossless_color ? "I444" : "I420") << ")"
|
video_encoder_vpx.cc | 28 // Name of command-line flag to enable VP9 to use I444 by default. 29 const char kEnableI444SwitchName[] = "enable-i444"; 38 // Magic encoder profile numbers for I420 and I444 input formats. 119 // Configure VP9 for I420 or I444 source frames. 324 // Use I444 colour space, by default, if specified on the command-line.
|
video_decoder_vpx.cc | 181 // VP8 only outputs I420 frames, but VP9 can also produce I444. 184 // TODO(wez): Add scaling support to the I444 conversion path.
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
vpxenc.h | 28 I444, // 4:4:4 8+ bit-depth
|
vpxenc.c | 141 static const arg_def_t use_i444 = ARG_DEF(NULL, "i444", 0, 142 "Input file is I444"); 831 global->color_type = I444 [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/ |
convert_from_argb.h | 76 // Convert ARGB To I444.
|
convert_argb.h | 56 // Convert I444 to ARGB.
|
convert_from.h | 53 // Copy to I400. Source can be I420, I422, I444, I400, NV12 or NV21.
|
video_common.h | 98 FOURCC_YU24 = FOURCC('Y', 'U', '2', '4'), // Alias for I444.
|
planar_functions.h | 60 // Copy I444 to I444.
|
convert.h | 25 // Convert I444 to I420.
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
convert_from_argb.h | 76 // Convert ARGB To I444.
|
convert_argb.h | 56 // Convert I444 to ARGB.
|
convert_from.h | 53 // Copy to I400. Source can be I420, I422, I444, I400, NV12 or NV21.
|
video_common.h | 98 FOURCC_YU24 = FOURCC('Y', 'U', '2', '4'), // Alias for I444.
|
planar_functions.h | 60 // Copy I444 to I444.
|
convert.h | 25 // Convert I444 to I420.
|
/external/libyuv/files/include/libyuv/ |
convert_from.h | 53 // Copy to I400. Source can be I420, I422, I444, I400, NV12 or NV21.
|
video_common.h | 81 FOURCC_YU24 = FOURCC('Y', 'U', '2', '4'), // Alias for I444.
|
convert.h | 48 // Convert I444 to I420.
|
convert_argb.h | 56 // Convert I444 to ARGB.
|
/external/chromium_org/third_party/libyuv/unit_test/ |
convert_test.cc | 176 TESTPLANARTOP(I444, 1, 1, I420, 2, 2) 179 TESTPLANARTOP(I420, 2, 2, I444, 1, 1) 183 TESTPLANARTOP(I444, 1, 1, I444, 1, 1) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videocommon.h | 117 FOURCC_YU24 = FOURCC('Y', 'U', '2', '4'), // Alias for I444.
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
planarfunctions_unittest.cc | 123 // YUV testing image (I420/I422/I444). [all...] |
/external/libyuv/files/unit_test/ |
planar_test.cc | 101 TESTPLANARTOB(I444, 1, 1, ARGB, 4) 256 // TESTATOPLANAR(ARGB, 4, I444, 1, 1) [all...] |