Home
last modified time | relevance | path

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

/external/python/parse_type/tests/
Dtest_parse_util.py296 for expected_format, format_spec in self.FORMAT_AND_FORMAT_SPEC_DATA:
298 self.assertEqual(format, expected_format)
/external/mesa3d/src/gallium/frontends/va/
Dsurface.c778 enum pipe_format expected_format = VaFourccToPipeFormat(expected_fourcc); in vlVaCreateSurfaces2() local
780 if (expected_format != templat.buffer_format || memory_attribute) in vlVaCreateSurfaces2()
783 templat.buffer_format = expected_format; in vlVaCreateSurfaces2()