Home
last modified time | relevance | path

Searched defs:C2FieldSupportedValuesQuery (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/codec2/core/include/
DC2Component.h36 struct C2FieldSupportedValuesQuery { struct
49 C2FieldSupportedValuesQuery(const C2ParamField &field_, type_t type_) in C2FieldSupportedValuesQuery() argument
54 return C2FieldSupportedValuesQuery(field_, CURRENT); in Current() argument
59 return C2FieldSupportedValuesQuery(field_, POSSIBLE); in Possible() argument
62 inline C2ParamField field() const { return _mField; }; in field()
64 inline type_t type() const { return _mType; } in type()