Searched refs:C2StreamColorInfo (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 148 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/ |
D | C2SoftAomDec.cpp | 126 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/ |
D | C2SoftVpxDec.cpp | 186 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/hevc/ |
D | C2SoftHevcDec.cpp | 123 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/ |
D | C2SoftAvcDec.cpp | 132 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/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 113 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() 114 C2StreamColorInfo::output::AllocShared( in IntfImpl() 119 C2StreamColorInfo::output::AllocShared( in IntfImpl() 289 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
|
/frameworks/av/media/codec2/components/dav1d/ |
D | C2SoftDav1dDec.cpp | 158 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/ |
D | C2SoftGav1Dec.cpp | 160 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/components/apv/ |
D | C2SoftApvDec.cpp | 213 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() 214 C2StreamColorInfo::output::AllocShared(1u, 0u, 8u /* bitDepth */, C2Color::YUV_420); in IntfImpl() 217 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl() 487 std::shared_ptr<C2StreamColorInfo::output> mColorInfo;
|
D | C2SoftApvEnc.cpp | 741 std::shared_ptr<C2StreamColorInfo::input> mColorFormat;
|
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 1760 typedef C2StreamParam<C2Info, C2ColorInfoStruct, kParamIndexColorInfo> C2StreamColorInfo; typedef
|