Home
last modified time | relevance | path

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

/external/v4l2_codec2/tests/c2_comp_intf/
DC2CompIntfTest.h218 std::vector<C2FieldSupportedValuesQuery> levelC2FSV = { in testWritableProfileLevelParam() local
222 ASSERT_EQ(C2_OK, mIntf->querySupportedValues_vb(levelC2FSV, C2_DONT_BLOCK)); in testWritableProfileLevelParam()
223 ASSERT_EQ(1u, levelC2FSV.size()); in testWritableProfileLevelParam()
224 ASSERT_EQ(C2_OK, levelC2FSV[0].status); in testWritableProfileLevelParam()
225 ASSERT_EQ(C2FieldSupportedValues::VALUES, levelC2FSV[0].values.type); in testWritableProfileLevelParam()
226 auto& levelFSVValues = levelC2FSV[0].values.values; in testWritableProfileLevelParam()