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

  /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...]
  /hardware/ti/omap4-aah/camera/
AppCallbackNotifier.cpp 470 size_t &uvSize,
476 uvSize = uvStride * height / 2;
477 size = ySize + uvSize * 2;
629 size_t yStride, uvStride, ySize, uvSize, size;
630 alignYV12(width, height, yStride, uvStride, ySize, uvSize, size);
633 bufferDst_U = (uint16_t *) (((uint8_t*)dst) + ySize + uvSize);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 628 int uvSize = uvStride * h / 2;
629 expectedBytes = ySize + uvSize * 2;
744 int uvSize = uvStride * h / 2;
746 int uRowIndex = ySize + uvSize;
  /frameworks/rs/driver/
rsdAllocation.cpp 258 size_t uvSize = 0;
273 uvSize += state->lod[2].stride * state->lod[2].dimY;
278 uvSize += state->lod[1].stride * state->lod[2].dimY;
287 uvSize += state->lod[1].stride * state->lod[1].dimY;
299 return uvSize;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java     [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp     [all...]

Completed in 106 milliseconds