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

  /system/core/include/system/
graphics.h 233 * @cstride is the stride of the chroma planes.
245 size_t cstride; member in struct:android_ycbcr
  /frameworks/native/libs/gui/
CpuConsumer.cpp 151 nativeBuffer->chromaStride = ycbcr.cstride;
  /hardware/qcom/display/libgralloc/
mapper.cpp 265 ycbcr->cstride = ystride;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 842 size_t cStride;
850 cStride = cb->width;
866 ycbcr->cstride = cStride;
881 ".ystride: %d , .cstride: %d, .chroma_step: %d", usage,
882 ycbcr->y, ycbcr->cb, ycbcr->cr, ycbcr->ystride, ycbcr->cstride,

Completed in 76 milliseconds