Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A 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;
/aosp12/frameworks/av/media/codec2/components/aom/
H A 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;
/aosp12/frameworks/av/media/codec2/components/gav1/
H A DC2SoftGav1Dec.cpp125 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
126 C2StreamColorInfo::output::AllocShared(1u, 0u, 8u /* bitDepth */, in IntfImpl()
130 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl()
254 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxDec.cpp177 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
178 C2StreamColorInfo::output::AllocShared( in IntfImpl()
183 C2StreamColorInfo::output::AllocShared( in IntfImpl()
297 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcDec.cpp129 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
130 C2StreamColorInfo::output::AllocShared( in IntfImpl()
135 C2StreamColorInfo::output::AllocShared( in IntfImpl()
304 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.cpp119 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
120 C2StreamColorInfo::output::AllocShared( in IntfImpl()
124 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl()
293 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/aosp12/frameworks/av/media/codec2/components/mpeg2/
H A DC2SoftMpeg2Dec.cpp111 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
112 C2StreamColorInfo::output::AllocShared( in IntfImpl()
117 C2StreamColorInfo::output::AllocShared( in IntfImpl()
287 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Config.h1455 typedef C2StreamParam<C2Info, C2ColorInfoStruct, kParamIndexColorInfo> C2StreamColorInfo; typedef