Searched refs:mCodedColorAspects (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ |
D | C2GoldfishAvcDec.cpp | 227 DefineParam(mCodedColorAspects, C2_PARAMKEY_VUI_COLOR_ASPECTS) in IntfImpl() 231 .withFields({C2F(mCodedColorAspects, range) in IntfImpl() 234 C2F(mCodedColorAspects, primaries) in IntfImpl() 237 C2F(mCodedColorAspects, transfer) in IntfImpl() 240 C2F(mCodedColorAspects, matrix) in IntfImpl() 265 mCodedColorAspects) in IntfImpl() 410 std::shared_ptr<C2StreamColorAspectsInfo::input> mCodedColorAspects; member in android::C2GoldfishAvcDec::IntfImpl
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/ |
D | C2GoldfishHevcDec.cpp | 186 DefineParam(mCodedColorAspects, C2_PARAMKEY_VUI_COLOR_ASPECTS) in IntfImpl() 190 .withFields({C2F(mCodedColorAspects, range) in IntfImpl() 193 C2F(mCodedColorAspects, primaries) in IntfImpl() 196 C2F(mCodedColorAspects, transfer) in IntfImpl() 199 C2F(mCodedColorAspects, matrix) in IntfImpl() 224 mCodedColorAspects) in IntfImpl() 363 std::shared_ptr<C2StreamColorAspectsInfo::input> mCodedColorAspects; member in android::C2GoldfishHevcDec::IntfImpl
|