Searched refs:expected_format (Results 1 – 3 of 3) sorted by relevance
117 VideoFormat expected_format = VideoFormat(kTestFormat); in TEST_F() local118 expected_format.fourcc = cricket::FOURCC_I420; in TEST_F()121 EXPECT_EQ(expected_format, best_format); in TEST_F()
296 for expected_format, format_spec in self.FORMAT_AND_FORMAT_SPEC_DATA:298 self.assertEqual(format, expected_format)
778 enum pipe_format expected_format = VaFourccToPipeFormat(expected_fourcc); in vlVaCreateSurfaces2() local780 if (expected_format != templat.buffer_format || memory_attribute) in vlVaCreateSurfaces2()783 templat.buffer_format = expected_format; in vlVaCreateSurfaces2()