Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/vpx/
DC2SoftVpxDec.cpp175 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
176 C2StreamColorInfo::output::AllocShared( in IntfImpl()
181 C2StreamColorInfo::output::AllocShared( in IntfImpl()
257 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.cpp160 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
161 C2StreamColorInfo::output::AllocShared( in IntfImpl()
166 C2StreamColorInfo::output::AllocShared( in IntfImpl()
237 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp113 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
114 C2StreamColorInfo::output::AllocShared( in IntfImpl()
118 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl()
287 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/hardware/google/av/media/codecs/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;
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp116 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl()
117 C2StreamColorInfo::output::AllocShared( in IntfImpl()
122 C2StreamColorInfo::output::AllocShared( in IntfImpl()
291 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
/hardware/google/av/codec2/include/
DC2Config.h1404 typedef C2StreamParam<C2Info, C2ColorInfoStruct, kParamIndexColorInfo> C2StreamColorInfo; typedef