Searched refs:mCodedColorAspects (Results 1 – 3 of 3) sorted by relevance
/hardware/google/av/media/codecs/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
|
/hardware/google/av/media/codecs/avc/ |
D | C2SoftAvcDec.cpp | 151 DefineParam(mCodedColorAspects, C2_PARAMKEY_VUI_COLOR_ASPECTS) in IntfImpl() 156 C2F(mCodedColorAspects, range).inRange( in IntfImpl() 158 C2F(mCodedColorAspects, primaries).inRange( in IntfImpl() 160 C2F(mCodedColorAspects, transfer).inRange( in IntfImpl() 162 C2F(mCodedColorAspects, matrix).inRange( in IntfImpl() 183 .withSetter(ColorAspectsSetter, mDefaultColorAspects, mCodedColorAspects) in IntfImpl() 292 std::shared_ptr<C2StreamColorAspectsInfo::input> mCodedColorAspects; member in android::C2SoftAvcDec::IntfImpl
|
/hardware/google/av/media/codecs/hevc/ |
D | C2SoftHevcDec.cpp | 147 DefineParam(mCodedColorAspects, C2_PARAMKEY_VUI_COLOR_ASPECTS) in IntfImpl() 152 C2F(mCodedColorAspects, range).inRange( in IntfImpl() 154 C2F(mCodedColorAspects, primaries).inRange( in IntfImpl() 156 C2F(mCodedColorAspects, transfer).inRange( in IntfImpl() 158 C2F(mCodedColorAspects, matrix).inRange( in IntfImpl() 179 .withSetter(ColorAspectsSetter, mDefaultColorAspects, mCodedColorAspects) in IntfImpl() 288 std::shared_ptr<C2StreamColorAspectsInfo::input> mCodedColorAspects; member in android::C2SoftHevcDec::IntfImpl
|