Searched refs:ITU_YUV_420_0 (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 163 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() 171 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 117 C2ChromaOffsetStruct locations[1] = {C2ChromaOffsetStruct::ITU_YUV_420_0()}; in IntfImpl() 124 {C2ChromaOffsetStruct::ITU_YUV_420_0()}, 0u, 8u /* bitDepth */, in IntfImpl()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 123 C2ChromaOffsetStruct::ITU_YUV_420_0()}; in IntfImpl() 130 {C2ChromaOffsetStruct::ITU_YUV_420_0()}, 0u, 8u /* bitDepth */, in IntfImpl()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 176 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() 184 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 119 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() 126 {C2ChromaOffsetStruct::ITU_YUV_420_0()}, 0u, 8u /* bitDepth */, in IntfImpl()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 125 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() 133 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 103 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() 111 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 1341 constexpr static C2ChromaOffsetStruct ITU_YUV_420_0() { return { 0.0f, 0.5f }; } in ITU_YUV_420_0() function
|