Searched refs:YUV_420 (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | EncoderProfiles.java | 268 YUV_420, 8 /* bitDepth */, HDR_NONE); in VideoProfile() 327 YUV_420, 339 public static final int YUV_420 = 0; field in EncoderProfiles.VideoProfile
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 150 1u, 0u, 8u /* bitDepth */, C2Color::YUV_420); in IntfImpl() 156 0u, 8u /* bitDepth */, C2Color::YUV_420); in IntfImpl()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 128 C2Color::YUV_420); in IntfImpl() 133 C2Color::YUV_420); in IntfImpl()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 188 1u, 0u, 8u /* bitDepth */, C2Color::YUV_420); in IntfImpl() 194 0u, 8u /* bitDepth */, C2Color::YUV_420); in IntfImpl()
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 126 C2Color::YUV_420); in IntfImpl() 131 C2Color::YUV_420); in IntfImpl()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 131 1u, 0u, 8u /* bitDepth */, C2Color::YUV_420); in IntfImpl() 137 0u, 8u /* bitDepth */, C2Color::YUV_420); in IntfImpl()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 122 1u, 0u, 8u /* bitDepth */, C2Color::YUV_420); in IntfImpl() 127 C2Color::YUV_420); in IntfImpl()
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 113 1u, 0u, 8u /* bitDepth */, C2Color::YUV_420); in IntfImpl() 119 0u, 8u /* bitDepth */, C2Color::YUV_420); in IntfImpl()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 1418 YUV_420, ///< Cr and Cb planes are subsampled by 2 both horizontally and vertically 1445 : bitDepth(8), subsampling(C2Color::YUV_420) { } in C2ColorInfoStruct()
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | CCodecBuffers_test.cpp | 148 || desc.subsampling != C2Color::YUV_420 in TEST()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodec.cpp | 1046 if (desc.subsampling != C2Color::YUV_420 in configure()
|
/frameworks/base/core/api/ |
D | current.txt | 20786 field public static final int YUV_420 = 0; // 0x0
|