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

  /hardware/samsung_slsi/exynos5/libexynosutils/
exynos5_format_v4l2.c 223 int NUM_PLANES(int hal_pixel_format)
  /packages/apps/Camera2/src/com/android/camera/util/
JpegUtilNative.java 83 final int NUM_PLANES = 3;
85 if (img.getPlanes().length != NUM_PLANES) {
93 ByteBuffer[] planeBuf = new ByteBuffer[NUM_PLANES];
94 int[] pixelStride = new int[NUM_PLANES];
95 int[] rowStride = new int[NUM_PLANES];
97 for (int i = 0; i < NUM_PLANES; i++) {

Completed in 76 milliseconds