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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 541 int uvSize = uvStride * h / 2;
542 expectedBytes = ySize + uvSize * 2;
657 int uvSize = uvStride * h / 2;
659 int uRowIndex = ySize + uvSize;
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 458 int &uvSize,
464 uvSize = uvStride * height / 2;
465 size = ySize + uvSize * 2;
617 int yStride, uvStride, ySize, uvSize, size;
618 alignYV12(width, height, yStride, uvStride, ySize, uvSize, size);
621 bufferDst_U = (uint16_t *) (((uint8_t*)dst) + ySize + uvSize);
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 257 size_t uvSize = 0;
266 uvSize += state->lod[2].stride * state->lod[2].dimY;
273 uvSize += state->lod[1].stride * state->lod[2].dimY;
283 uvSize += state->lod[1].stride * state->lod[1].dimY;
290 return uvSize;
    [all...]
  /frameworks/av/services/camera/libcameraservice/
Camera2Client.cpp     [all...]

Completed in 4852 milliseconds