Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dremotevideocapturer_unittest.cc117 VideoFormat expected_format = VideoFormat(kTestFormat); in TEST_F() local
118 expected_format.fourcc = cricket::FOURCC_I420; in TEST_F()
121 EXPECT_EQ(expected_format, best_format); in TEST_F()
/external/mesa3d/src/gallium/state_trackers/va/
Dsurface.c728 enum pipe_format expected_format = VaFourccToPipeFormat(expected_fourcc); in vlVaCreateSurfaces2() local
730 if (expected_format != templat.buffer_format || memory_attibute) in vlVaCreateSurfaces2()
733 templat.buffer_format = expected_format; in vlVaCreateSurfaces2()