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

  /device/linaro/hikey/gralloc960/
mali_gralloc_bufferaccess.cpp 108 int u_offset = 0; local
120 u_offset = y_size;
129 u_offset = y_size + 1;
142 u_offset = y_size + c_size;
153 ycbcr->cb = base + u_offset;
  /external/tensorflow/tensorflow/examples/android/jni/
rgb2yuv.cc 41 const int u_offset = 0; local
44 const int u_offset = 1; local
50 pUV[offset + u_offset] += ((-38 * r8 - 74 * g8 + 112 * b8 + 128) >> 10) + 32;
  /external/u-boot/drivers/video/
ipu_common.c 820 uint32_t u_offset = 0; local
911 u_offset = stride * height;
912 v_offset = u_offset + (uv_stride * height / 2);
930 u_offset = (u == 0) ? v_offset + v_offset / 2 : u;
940 u_offset = (u == 0) ? stride * height : u;
941 v_offset = (v == 0) ? u_offset + u_offset / 2 : v;
948 u_offset = (u == 0) ? stride * height : u;
961 u_offset = u;
966 if (u_offset/8 > 0x3fffff
    [all...]
  /cts/tests/tests/nativehardware/jni/
AHardwareBufferGLTest.cpp 629 ptrdiff_t u_offset = (golden.y / 2) * planes[1].rowStride local
636 *(reinterpret_cast<uint8_t*>(planes[1].data) + u_offset),
795 ptrdiff_t u_offset = (golden.y \/ 2) * planes[1].rowStride local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
VpxCodecTestBase.java 326 int u_offset = width * height; local
327 int v_offset = u_offset + u_offset / 4;
330 nv[nv_offset++] = yuv[u_offset++];
350 int u_offset = width * height; local
351 int v_offset = u_offset + u_offset / 4;
356 yuv[u_offset++] = nv12[nv_offset++];
    [all...]

Completed in 4730 milliseconds