Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp148 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
149 C2StreamColorInfo::output::AllocShared( in IntfImpl()
154 C2StreamColorInfo::output::AllocShared( in IntfImpl()
221 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp126 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
127 C2StreamColorInfo::output::AllocShared(1u, 0u, 8u /* bitDepth */, in IntfImpl()
131 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl()
246 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp186 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
187 C2StreamColorInfo::output::AllocShared( in IntfImpl()
192 C2StreamColorInfo::output::AllocShared( in IntfImpl()
324 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp114 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
115 C2StreamColorInfo::output::AllocShared( in IntfImpl()
120 C2StreamColorInfo::output::AllocShared( in IntfImpl()
290 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp123 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
124 C2StreamColorInfo::output::AllocShared( in IntfImpl()
128 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl()
298 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp132 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
133 C2StreamColorInfo::output::AllocShared( in IntfImpl()
138 C2StreamColorInfo::output::AllocShared( in IntfImpl()
307 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/frameworks/av/media/codec2/components/dav1d/
DC2SoftDav1dDec.cpp158 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
159 C2StreamColorInfo::output::AllocShared(1u, 0u, 8u /* bitDepth */, C2Color::YUV_420); in IntfImpl()
162 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl()
432 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp160 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
161 C2StreamColorInfo::output::AllocShared(1u, 0u, 8u /* bitDepth */, in IntfImpl()
165 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl()
416 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/frameworks/av/media/codec2/core/include/
DC2Config.h1555 typedef C2StreamParam<C2Info, C2ColorInfoStruct, kParamIndexColorInfo> C2StreamColorInfo; typedef