Searched refs:mCodedColorAspects (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxEnc.h | 368 DefineParam(mCodedColorAspects, C2_PARAMKEY_VUI_COLOR_ASPECTS) in IntfImpl() 373 C2F(mCodedColorAspects, range).inRange( in IntfImpl() 375 C2F(mCodedColorAspects, primaries).inRange( in IntfImpl() 377 C2F(mCodedColorAspects, transfer).inRange( in IntfImpl() 379 C2F(mCodedColorAspects, matrix).inRange( in IntfImpl() 492 std::shared_ptr<C2StreamColorAspectsInfo::output> mCodedColorAspects; variable
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 164 DefineParam(mCodedColorAspects, C2_PARAMKEY_VUI_COLOR_ASPECTS) in IntfImpl() 169 C2F(mCodedColorAspects, range).inRange( in IntfImpl() 171 C2F(mCodedColorAspects, primaries).inRange( in IntfImpl() 173 C2F(mCodedColorAspects, transfer).inRange( in IntfImpl() 175 C2F(mCodedColorAspects, matrix).inRange( in IntfImpl() 196 .withSetter(ColorAspectsSetter, mDefaultColorAspects, mCodedColorAspects) in IntfImpl() 305 std::shared_ptr<C2StreamColorAspectsInfo::input> mCodedColorAspects; member in android::C2SoftAvcDec::IntfImpl
|
D | C2SoftAvcEnc.cpp | 237 DefineParam(mCodedColorAspects, C2_PARAMKEY_VUI_COLOR_ASPECTS) in IntfImpl() 242 C2F(mCodedColorAspects, range).inRange( in IntfImpl() 244 C2F(mCodedColorAspects, primaries).inRange( in IntfImpl() 246 C2F(mCodedColorAspects, transfer).inRange( in IntfImpl() 248 C2F(mCodedColorAspects, matrix).inRange( in IntfImpl() 541 return mCodedColorAspects; in getCodedColorAspects_l() 556 std::shared_ptr<C2StreamColorAspectsInfo::output> mCodedColorAspects; member in android::C2SoftAvcEnc::IntfImpl
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 153 DefineParam(mCodedColorAspects, C2_PARAMKEY_VUI_COLOR_ASPECTS) in IntfImpl() 158 C2F(mCodedColorAspects, range).inRange( in IntfImpl() 160 C2F(mCodedColorAspects, primaries).inRange( in IntfImpl() 162 C2F(mCodedColorAspects, transfer).inRange( in IntfImpl() 164 C2F(mCodedColorAspects, matrix).inRange( in IntfImpl() 185 .withSetter(ColorAspectsSetter, mDefaultColorAspects, mCodedColorAspects) in IntfImpl() 294 std::shared_ptr<C2StreamColorAspectsInfo::input> mCodedColorAspects; member in android::C2SoftHevcDec::IntfImpl
|
D | C2SoftHevcEnc.cpp | 232 DefineParam(mCodedColorAspects, C2_PARAMKEY_VUI_COLOR_ASPECTS) in IntfImpl() 237 C2F(mCodedColorAspects, range).inRange( in IntfImpl() 239 C2F(mCodedColorAspects, primaries).inRange( in IntfImpl() 241 C2F(mCodedColorAspects, transfer).inRange( in IntfImpl() 243 C2F(mCodedColorAspects, matrix).inRange( in IntfImpl() 468 return mCodedColorAspects; in getCodedColorAspects_l() 484 std::shared_ptr<C2StreamColorAspectsInfo::output> mCodedColorAspects; member in android::C2SoftHevcEnc::IntfImpl
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 146 DefineParam(mCodedColorAspects, C2_PARAMKEY_VUI_COLOR_ASPECTS) in IntfImpl() 151 C2F(mCodedColorAspects, range).inRange( in IntfImpl() 153 C2F(mCodedColorAspects, primaries).inRange( in IntfImpl() 155 C2F(mCodedColorAspects, transfer).inRange( in IntfImpl() 157 C2F(mCodedColorAspects, matrix).inRange( in IntfImpl() 178 .withSetter(ColorAspectsSetter, mDefaultColorAspects, mCodedColorAspects) in IntfImpl() 288 std::shared_ptr<C2StreamColorAspectsInfo::input> mCodedColorAspects; member in android::C2SoftMpeg2Dec::IntfImpl
|