HomeSort by relevance Sort by last modified time
    Searched defs:cstride (Results 1 - 4 of 4) 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/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 = hnd->width/2;
603 cstride * hnd->height/2);
605 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...]

Completed in 142 milliseconds