Home
last modified time | relevance | path

Searched refs:ITU_YUV_420_0 (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp147 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
155 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp125 C2ChromaOffsetStruct::ITU_YUV_420_0()}; in IntfImpl()
132 {C2ChromaOffsetStruct::ITU_YUV_420_0()}, 0u, 8u /* bitDepth */, in IntfImpl()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp185 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
193 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp113 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
121 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp131 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
139 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp122 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
129 {C2ChromaOffsetStruct::ITU_YUV_420_0()}, 0u, 8u /* bitDepth */, in IntfImpl()
/frameworks/av/media/codec2/components/dav1d/
DC2SoftDav1dDec.cpp157 C2ChromaOffsetStruct locations[1] = {C2ChromaOffsetStruct::ITU_YUV_420_0()}; in IntfImpl()
163 {C2ChromaOffsetStruct::ITU_YUV_420_0()}, 0u, 8u /* bitDepth */, C2Color::YUV_420); in IntfImpl()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp159 C2ChromaOffsetStruct locations[1] = {C2ChromaOffsetStruct::ITU_YUV_420_0()}; in IntfImpl()
166 {C2ChromaOffsetStruct::ITU_YUV_420_0()}, 0u, 8u /* bitDepth */, in IntfImpl()
/frameworks/av/media/codec2/core/include/
DC2Config.h1508 constexpr static C2ChromaOffsetStruct ITU_YUV_420_0() { return { 0.0f, 0.5f }; } in ITU_YUV_420_0() function