Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhwcontext_vaapi.c517 VAImageFormat *expected_format; in vaapi_frames_init() local
629 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()
/third_party/mesa3d/src/gallium/frontends/va/
Dsurface.c968 enum pipe_format expected_format = VaFourccToPipeFormat(expected_fourcc); in vlVaCreateSurfaces2() local
970 if (expected_format != templat.buffer_format || memory_attribute) in vlVaCreateSurfaces2()
973 templat.buffer_format = expected_format; in vlVaCreateSurfaces2()
/third_party/skia/third_party/externals/tint/src/inspector/
Dinspector_test.cc2390 ResourceBinding::ImageFormat expected_format; in TEST_P() local
2392 std::tie(format, expected_format, expected_kind) = format_params; in TEST_P()
2430 EXPECT_EQ(expected_format, result[0].image_format); in TEST_P()