Searched refs:expected_format (Results 1 – 3 of 3) sorted by relevance
517 VAImageFormat *expected_format; in vaapi_frames_init() local629 hwfc->sw_format, &expected_format); in vaapi_frames_init()633 if (expected_format->fourcc == test_image.format.fourcc) { in vaapi_frames_init()640 expected_format->fourcc, test_image.format.fourcc); in vaapi_frames_init()
968 enum pipe_format expected_format = VaFourccToPipeFormat(expected_fourcc); in vlVaCreateSurfaces2() local970 if (expected_format != templat.buffer_format || memory_attribute) in vlVaCreateSurfaces2()973 templat.buffer_format = expected_format; in vlVaCreateSurfaces2()
2390 ResourceBinding::ImageFormat expected_format; in TEST_P() local2392 std::tie(format, expected_format, expected_kind) = format_params; in TEST_P()2430 EXPECT_EQ(expected_format, result[0].image_format); in TEST_P()