Home
last modified time | relevance | path

Searched refs:mCodedColorAspects (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/
DC2VDAComponent.cpp340 DefineParam(mCodedColorAspects, C2_PARAMKEY_VUI_COLOR_ASPECTS) in IntfImpl()
345 {C2F(mCodedColorAspects, range) in IntfImpl()
347 C2F(mCodedColorAspects, primaries) in IntfImpl()
350 C2F(mCodedColorAspects, transfer) in IntfImpl()
353 C2F(mCodedColorAspects, matrix) in IntfImpl()
374 .withSetter(MergedColorAspectsSetter, mDefaultColorAspects, mCodedColorAspects) in IntfImpl()
/external/v4l2_codec2/include/
DC2VDAComponent.h94 std::shared_ptr<C2StreamColorAspectsInfo::input> mCodedColorAspects; variable