Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Config.h1337 struct C2ChromaOffsetStruct { struct
1339 constexpr static C2ChromaOffsetStruct ITU_YUV_444() { return { 0.0f, 0.0f }; } in ITU_YUV_444() argument
1340 constexpr static C2ChromaOffsetStruct ITU_YUV_422() { return { 0.0f, 0.0f }; } in ITU_YUV_422() argument
1341 constexpr static C2ChromaOffsetStruct ITU_YUV_420_0() { return { 0.0f, 0.5f }; } in ITU_YUV_420_0() argument
1342 constexpr static C2ChromaOffsetStruct ITU_YUV_420_1() { return { 0.5f, 0.5f }; } in ITU_YUV_420_1() argument
1343 constexpr static C2ChromaOffsetStruct ITU_YUV_420_2() { return { 0.0f, 0.0f }; } in ITU_YUV_420_2() argument
1344 constexpr static C2ChromaOffsetStruct ITU_YUV_420_3() { return { 0.5f, 0.0f }; } in ITU_YUV_420_3() argument
1345 constexpr static C2ChromaOffsetStruct ITU_YUV_420_4() { return { 0.0f, 1.0f }; } in ITU_YUV_420_4() argument
1346 constexpr static C2ChromaOffsetStruct ITU_YUV_420_5() { return { 0.5f, 1.0f }; } in ITU_YUV_420_5() argument
1362 C2ChromaOffsetStruct locations[]; // max 2 elements argument
[all …]
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp163 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
171 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
173 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.cpp122 C2ChromaOffsetStruct locations[1] = { in IntfImpl()
123 C2ChromaOffsetStruct::ITU_YUV_420_0()}; in IntfImpl()
130 {C2ChromaOffsetStruct::ITU_YUV_420_0()}, 0u, 8u /* bitDepth */, in IntfImpl()
132 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/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/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/mpeg2/
DC2SoftMpeg2Dec.cpp103 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
111 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
113 helper->addStructDescriptors<C2ChromaOffsetStruct>(); in IntfImpl()