Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Config.h1404 struct C2ChromaOffsetStruct { struct
1406 constexpr static C2ChromaOffsetStruct ITU_YUV_444() { return { 0.0f, 0.0f }; } in ITU_YUV_444() argument
1407 constexpr static C2ChromaOffsetStruct ITU_YUV_422() { return { 0.0f, 0.0f }; } in ITU_YUV_422() argument
1408 constexpr static C2ChromaOffsetStruct ITU_YUV_420_0() { return { 0.0f, 0.5f }; } in ITU_YUV_420_0() argument
1409 constexpr static C2ChromaOffsetStruct ITU_YUV_420_1() { return { 0.5f, 0.5f }; } in ITU_YUV_420_1() argument
1410 constexpr static C2ChromaOffsetStruct ITU_YUV_420_2() { return { 0.0f, 0.0f }; } in ITU_YUV_420_2() argument
1411 constexpr static C2ChromaOffsetStruct ITU_YUV_420_3() { return { 0.5f, 0.0f }; } in ITU_YUV_420_3() argument
1412 constexpr static C2ChromaOffsetStruct ITU_YUV_420_4() { return { 0.0f, 1.0f }; } in ITU_YUV_420_4() argument
1429 C2ChromaOffsetStruct locations[]; // max 2 elements argument
1437 std::initializer_list<C2ChromaOffsetStruct> locations_) in C2ColorInfoStruct()
[all …]
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A 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()
/aosp12/frameworks/av/media/codec2/components/aom/
H A 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()
/aosp12/frameworks/av/media/codec2/components/gav1/
H A DC2SoftGav1Dec.cpp124 C2ChromaOffsetStruct locations[1] = {C2ChromaOffsetStruct::ITU_YUV_420_0()}; in IntfImpl()
131 {C2ChromaOffsetStruct::ITU_YUV_420_0()}, 0u, 8u /* bitDepth */, in IntfImpl()
133 helper->addStructDescriptors<C2ChromaOffsetStruct>(); in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/vpx/
H A 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()
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcDec.cpp128 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
136 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
138 helper->addStructDescriptors<C2ChromaOffsetStruct>(); in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.cpp118 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
125 {C2ChromaOffsetStruct::ITU_YUV_420_0()}, 0u, 8u /* bitDepth */, in IntfImpl()
127 helper->addStructDescriptors<C2ChromaOffsetStruct>(); in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/mpeg2/
H A DC2SoftMpeg2Dec.cpp110 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
118 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
120 helper->addStructDescriptors<C2ChromaOffsetStruct>(); in IntfImpl()