Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp164 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
165 C2StreamColorInfo::output::AllocShared( in IntfImpl()
170 C2StreamColorInfo::output::AllocShared( in IntfImpl()
241 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp118 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
119 C2StreamColorInfo::output::AllocShared(1u, 0u, 8u /* bitDepth */, in IntfImpl()
123 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl()
247 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp124 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
125 C2StreamColorInfo::output::AllocShared(1u, 0u, 8u /* bitDepth */, in IntfImpl()
129 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl()
244 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp177 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
178 C2StreamColorInfo::output::AllocShared( in IntfImpl()
183 C2StreamColorInfo::output::AllocShared( in IntfImpl()
296 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp120 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
121 C2StreamColorInfo::output::AllocShared( in IntfImpl()
125 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl()
294 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp126 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
127 C2StreamColorInfo::output::AllocShared( in IntfImpl()
132 C2StreamColorInfo::output::AllocShared( in IntfImpl()
300 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp104 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
105 C2StreamColorInfo::output::AllocShared( in IntfImpl()
110 C2StreamColorInfo::output::AllocShared( in IntfImpl()
279 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/frameworks/av/media/codec2/core/include/
DC2Config.h1388 typedef C2StreamParam<C2Info, C2ColorInfoStruct, kParamIndexColorInfo> C2StreamColorInfo; typedef