Searched refs:ITU_YUV_420_0 (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 147 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() 155 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 125 C2ChromaOffsetStruct::ITU_YUV_420_0()}; in IntfImpl() 132 {C2ChromaOffsetStruct::ITU_YUV_420_0()}, 0u, 8u /* bitDepth */, in IntfImpl()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 185 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() 193 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 113 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() 121 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 131 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() 139 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 122 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/ |
D | C2SoftDav1dDec.cpp | 157 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/ |
D | C2SoftGav1Dec.cpp | 159 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/ |
D | C2Config.h | 1508 constexpr static C2ChromaOffsetStruct ITU_YUV_420_0() { return { 0.0f, 0.5f }; } in ITU_YUV_420_0() function
|