Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Config.h1357 struct C2ChromaOffsetStruct { struct
1359 constexpr static C2ChromaOffsetStruct ITU_YUV_444() { return { 0.0f, 0.0f }; } in ITU_YUV_444() argument
1360 constexpr static C2ChromaOffsetStruct ITU_YUV_422() { return { 0.0f, 0.0f }; } in ITU_YUV_422() argument
1361 constexpr static C2ChromaOffsetStruct ITU_YUV_420_0() { return { 0.0f, 0.5f }; } in ITU_YUV_420_0() argument
1362 constexpr static C2ChromaOffsetStruct ITU_YUV_420_1() { return { 0.5f, 0.5f }; } in ITU_YUV_420_1() argument
1363 constexpr static C2ChromaOffsetStruct ITU_YUV_420_2() { return { 0.0f, 0.0f }; } in ITU_YUV_420_2() argument
1364 constexpr static C2ChromaOffsetStruct ITU_YUV_420_3() { return { 0.5f, 0.0f }; } in ITU_YUV_420_3() argument
1365 constexpr static C2ChromaOffsetStruct ITU_YUV_420_4() { return { 0.0f, 1.0f }; } in ITU_YUV_420_4() argument
1366 constexpr static C2ChromaOffsetStruct ITU_YUV_420_5() { return { 0.5f, 1.0f }; } in ITU_YUV_420_5() argument
1382 C2ChromaOffsetStruct locations[]; // max 2 elements argument
[all …]
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp159 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
167 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
169 helper->addStructDescriptors<C2ChromaOffsetStruct>(); in IntfImpl()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp117 C2ChromaOffsetStruct locations[1] = {C2ChromaOffsetStruct::ITU_YUV_420_0()}; in IntfImpl()
124 {C2ChromaOffsetStruct::ITU_YUV_420_0()}, 0u, 8u /* bitDepth */, in IntfImpl()
126 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.cpp176 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
184 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
186 helper->addStructDescriptors<C2ChromaOffsetStruct>(); in IntfImpl()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp125 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
133 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
135 helper->addStructDescriptors<C2ChromaOffsetStruct>(); in IntfImpl()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp119 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
126 {C2ChromaOffsetStruct::ITU_YUV_420_0()}, 0u, 8u /* bitDepth */, in IntfImpl()
128 helper->addStructDescriptors<C2ChromaOffsetStruct>(); in IntfImpl()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp109 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
117 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
119 helper->addStructDescriptors<C2ChromaOffsetStruct>(); in IntfImpl()