Searched refs:profileQuery (Results 1 – 1 of 1) sorted by relevance
479 std::vector<C2FieldSupportedValuesQuery> profileQuery = { in buildMediaCodecList() local483 c2_status_t err = intf->querySupportedValues(profileQuery, C2_DONT_BLOCK); in buildMediaCodecList()485 asString(err), asString(profileQuery[0].status)); in buildMediaCodecList()486 if (err == C2_OK && profileQuery[0].status == C2_OK) { in buildMediaCodecList()487 if (profileQuery[0].values.type == C2FieldSupportedValues::VALUES) { in buildMediaCodecList()500 for (C2Value::Primitive profile : profileQuery[0].values.values) { in buildMediaCodecList()