/system/core/include/system/ |
graphics.h | 258 * @cstride is the stride of the chroma planes. 270 size_t cstride; member in struct:android_ycbcr
|
/frameworks/rs/ |
rsGrallocConsumer.cpp | 149 mAlloc->mHal.drvState.lod[1].stride = ycbcr.cstride; 150 mAlloc->mHal.drvState.lod[2].stride = ycbcr.cstride;
|
/frameworks/native/libs/gui/ |
CpuConsumer.cpp | 165 nativeBuffer->chromaStride = ycbcr.cstride;
|
/hardware/qcom/display/msm8x26/libgralloc/ |
mapper.cpp | 265 ycbcr->cstride = ystride;
|
/hardware/qcom/display/msm8960/libgralloc/ |
mapper.cpp | 265 ycbcr->cstride = ystride;
|
/hardware/qcom/display/msm8974/libgralloc/ |
mapper.cpp | 266 ycbcr->cstride = ystride;
|
/device/generic/goldfish/opengl/system/gralloc/ |
gralloc.cpp | 832 size_t cStride; 840 cStride = cb->width; 856 ycbcr->cstride = cStride; 871 ".ystride: %d , .cstride: %d, .chroma_step: %d", usage, 872 ycbcr->y, ycbcr->cb, ycbcr->cr, ycbcr->ystride, ycbcr->cstride,
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/ |
venc_test.cpp | 1442 int i, lscanl, lstride, cscanl, cstride, height, width; local [all...] |