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

/hardware/google/av/codec2/include/
H A DC2Component.h36 struct C2FieldSupportedValuesQuery { struct
49 C2FieldSupportedValuesQuery(const C2ParamField &field_, type_t type_) function
52 static C2FieldSupportedValuesQuery
54 return C2FieldSupportedValuesQuery(field_, CURRENT);
57 static C2FieldSupportedValuesQuery
59 return C2FieldSupportedValuesQuery(field_, POSSIBLE);
328 std::vector<C2FieldSupportedValuesQuery> &fields, c2_blocking_t mayBlock) const = 0;
966 std::vector<C2FieldSupportedValuesQuery> &fields) const = 0;

Completed in 106 milliseconds