Home | History | Annotate | Download | only in CameraHal

Lines Matching refs:test_format

112 test_format (int format, int page_mode, int width, int height)
237 test_format (HAL_PIXEL_FORMAT_TI_NV12, 0, width, height);
238 test_format (HAL_PIXEL_FORMAT_TI_NV12, 1, width, height);
239 test_format (HAL_PIXEL_FORMAT_TI_NV12_1D, 0, width, height);
240 test_format (HAL_PIXEL_FORMAT_TI_Y8, 1, width, height);
241 test_format (HAL_PIXEL_FORMAT_TI_Y16, 1, width, height);
245 test_format (HAL_PIXEL_FORMAT_TI_NV12, 1, width, height);
246 test_format (HAL_PIXEL_FORMAT_TI_NV12_1D, 0, width, height);
247 test_format (HAL_PIXEL_FORMAT_TI_Y8, 1, width, height);
248 test_format (HAL_PIXEL_FORMAT_TI_Y16, 1, width, height);