Searched refs:profileQuery (Results 1 – 1 of 1) sorted by relevance
83 std::vector<C2FieldSupportedValuesQuery> profileQuery = { in addSupportedProfileLevels() local87 c2_status_t err = intf->querySupportedValues(profileQuery, C2_DONT_BLOCK); in addSupportedProfileLevels()88 ALOGV("query supported profiles -> %s | %s", asString(err), asString(profileQuery[0].status)); in addSupportedProfileLevels()89 if (err != C2_OK || profileQuery[0].status != C2_OK) { in addSupportedProfileLevels()94 if (profileQuery[0].values.type != C2FieldSupportedValues::VALUES) { in addSupportedProfileLevels()123 for (C2Value::Primitive profile : profileQuery[0].values.values) { in addSupportedProfileLevels()