Searched refs:C2ChromaOffsetStruct (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 1504 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/ |
D | C2SoftMpeg4Dec.cpp | 147 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/ |
D | C2SoftAomDec.cpp | 124 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/ |
D | C2SoftVpxDec.cpp | 185 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/ |
D | C2SoftMpeg2Dec.cpp | 113 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/ |
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() 131 helper->addStructDescriptors<C2ChromaOffsetStruct>(); 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() 141 helper->addStructDescriptors<C2ChromaOffsetStruct>(); 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() 164 helper->addStructDescriptors<C2ChromaOffsetStruct>(); 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() 168 helper->addStructDescriptors<C2ChromaOffsetStruct>(); in IntfImpl()
|