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

  /external/chromium_org/third_party/hwcplus/include/system/
graphics.h 261 * @cstride is the stride of the chroma planes.
273 size_t cstride; member in struct:android_ycbcr
  /hardware/qcom/display/msm8974/libgralloc/
mapper.cpp 254 int ystride, cstride; local
266 ycbcr->cstride = ystride;
270 ystride = cstride = hnd->width;
275 ycbcr->cstride = cstride;
  /hardware/qcom/display/msm8084/libgralloc/
alloc_controller.cpp 561 size_t ystride, cstride; local
572 ystride = cstride = hnd->width;
577 ycbcr->cstride = cstride;
587 ystride = cstride = hnd->width;
592 ycbcr->cstride = cstride;
599 cstride = ALIGN(hnd->width/2, 16);
603 cstride * hnd->height/2);
605 ycbcr->cstride = cstride
    [all...]
  /hardware/qcom/display/msm8226/libgralloc/
alloc_controller.cpp 558 unsigned int ystride, cstride; local
569 ystride = cstride = hnd->width;
574 ycbcr->cstride = cstride;
583 ystride = cstride = hnd->width;
588 ycbcr->cstride = cstride;
595 cstride = ALIGN(hnd->width/2, 16);
599 cstride * hnd->height/2);
601 ycbcr->cstride = cstride
    [all...]
  /system/core/include/system/
graphics.h 338 * @cstride is the stride of the chroma planes.
350 size_t cstride; member in struct:android_ycbcr
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 1442 int i, lscanl, lstride, cscanl, cstride, height, width; local
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 3322 size_t cstride = align(params.nStride \/ 2, 16); local
    [all...]

Completed in 1698 milliseconds