HomeSort by relevance Sort by last modified time
    Searched refs:YUVFormats (Results 1 - 2 of 2) sorted by null

  /cts/tests/camera/src/android/hardware/camera2/cts/
ImageReaderTest.java 344 final int[] YUVFormats = new int[] {ImageFormat.YUV_420_888, ImageFormat.YV12};
351 for (int format : YUVFormats) {
    [all...]
MultiViewTest.java 481 int YUVFormats[] = {ImageFormat.YUV_420_888, ImageFormat.YUV_422_888,
498 for (int it : YUVFormats) {
    [all...]

Completed in 701 milliseconds