Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Config.h1504 struct C2ChromaOffsetStruct { struct
1506 constexpr static C2ChromaOffsetStruct ITU_YUV_444() { return { 0.0f, 0.0f }; } in ITU_YUV_444() argument
1507 constexpr static C2ChromaOffsetStruct ITU_YUV_422() { return { 0.0f, 0.0f }; } in ITU_YUV_422() argument
1508 constexpr static C2ChromaOffsetStruct ITU_YUV_420_0() { return { 0.0f, 0.5f }; } in ITU_YUV_420_0() argument
1509 constexpr static C2ChromaOffsetStruct ITU_YUV_420_1() { return { 0.5f, 0.5f }; } in ITU_YUV_420_1() argument
1510 constexpr static C2ChromaOffsetStruct ITU_YUV_420_2() { return { 0.0f, 0.0f }; } in ITU_YUV_420_2() argument
1511 constexpr static C2ChromaOffsetStruct ITU_YUV_420_3() { return { 0.5f, 0.0f }; } in ITU_YUV_420_3() argument
1512 constexpr static C2ChromaOffsetStruct ITU_YUV_420_4() { return { 0.0f, 1.0f }; } in ITU_YUV_420_4() argument
1513 constexpr static C2ChromaOffsetStruct ITU_YUV_420_5() { return { 0.5f, 1.0f }; } in ITU_YUV_420_5() argument
1529 C2ChromaOffsetStruct locations[]; // max 2 elements argument
[all …]
/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()
157 helper->addStructDescriptors<C2ChromaOffsetStruct>(); in IntfImpl()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp124 C2ChromaOffsetStruct locations[1] = { in IntfImpl()
125 C2ChromaOffsetStruct::ITU_YUV_420_0()}; in IntfImpl()
132 {C2ChromaOffsetStruct::ITU_YUV_420_0()}, 0u, 8u /* bitDepth */, in IntfImpl()
134 helper->addStructDescriptors<C2ChromaOffsetStruct>(); 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()
195 helper->addStructDescriptors<C2ChromaOffsetStruct>(); 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()
123 helper->addStructDescriptors<C2ChromaOffsetStruct>(); 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()
131 helper->addStructDescriptors<C2ChromaOffsetStruct>(); 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()
141 helper->addStructDescriptors<C2ChromaOffsetStruct>(); 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()
164 helper->addStructDescriptors<C2ChromaOffsetStruct>(); 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()
168 helper->addStructDescriptors<C2ChromaOffsetStruct>(); in IntfImpl()