Searched refs:mCodedColorAspects (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 154 DefineParam(mCodedColorAspects, C2_PARAMKEY_VUI_COLOR_ASPECTS) in IntfImpl() 159 C2F(mCodedColorAspects, range).inRange( in IntfImpl() 161 C2F(mCodedColorAspects, primaries).inRange( in IntfImpl() 163 C2F(mCodedColorAspects, transfer).inRange( in IntfImpl() 165 C2F(mCodedColorAspects, matrix).inRange( in IntfImpl() 186 .withSetter(ColorAspectsSetter, mDefaultColorAspects, mCodedColorAspects) in IntfImpl() 295 std::shared_ptr<C2StreamColorAspectsInfo::input> mCodedColorAspects; member in android::C2SoftHevcDec::IntfImpl
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 161 DefineParam(mCodedColorAspects, C2_PARAMKEY_VUI_COLOR_ASPECTS) in IntfImpl() 166 C2F(mCodedColorAspects, range).inRange( in IntfImpl() 168 C2F(mCodedColorAspects, primaries).inRange( in IntfImpl() 170 C2F(mCodedColorAspects, transfer).inRange( in IntfImpl() 172 C2F(mCodedColorAspects, matrix).inRange( in IntfImpl() 193 .withSetter(ColorAspectsSetter, mDefaultColorAspects, mCodedColorAspects) in IntfImpl() 301 std::shared_ptr<C2StreamColorAspectsInfo::input> mCodedColorAspects; member in android::C2SoftAvcDec::IntfImpl
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 139 DefineParam(mCodedColorAspects, C2_PARAMKEY_VUI_COLOR_ASPECTS) in IntfImpl() 144 C2F(mCodedColorAspects, range).inRange( in IntfImpl() 146 C2F(mCodedColorAspects, primaries).inRange( in IntfImpl() 148 C2F(mCodedColorAspects, transfer).inRange( in IntfImpl() 150 C2F(mCodedColorAspects, matrix).inRange( in IntfImpl() 171 .withSetter(ColorAspectsSetter, mDefaultColorAspects, mCodedColorAspects) in IntfImpl() 280 std::shared_ptr<C2StreamColorAspectsInfo::input> mCodedColorAspects; member in android::C2SoftMpeg2Dec::IntfImpl
|