HomeSort by relevance Sort by last modified time
    Searched refs:cstride (Results 1 - 13 of 13) 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
  /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/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...]
  /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;
  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 366 if (ycbcr->cstride == ycbcr->ystride >> 1 && ycbcr->chroma_step == 1) {
371 srcU += ycbcr->cstride;
374 srcV += ycbcr->cstride;
387 srcU += ycbcr->cstride - (width >> 1) * ycbcr->chroma_step;
388 srcV += ycbcr->cstride - (width >> 1) * ycbcr->chroma_step;
569 ycbcr.cstride = srcVStride >> 1;
579 ycbcr.cstride = srcVStride;
  /frameworks/rs/
rsGrallocConsumer.cpp 154 mAlloc->mHal.drvState.lod[1].stride = ycbcr.cstride;
155 mAlloc->mHal.drvState.lod[2].stride = ycbcr.cstride;
  /hardware/qcom/display/msm8960/libgralloc/
mapper.cpp 264 ycbcr->cstride = ystride;
275 ycbcr->cstride = ystride;
  /frameworks/native/libs/gui/
CpuConsumer.cpp 207 nativeBuffer->chromaStride = ycbcr.cstride;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 840 size_t cStride;
848 cStride = cb->width;
864 ycbcr->cstride = cStride;
879 ".ystride: %d , .cstride: %d, .chroma_step: %d", usage,
880 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...]
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 87 size_t cStride = ycbcr->cstride;
89 ALOGV("%s: yStride is: %zu, cStride is: %zu, cStep is: %zu", __FUNCTION__, yStride, cStride,
93 cStep, yStride, cStride);
284 uint32_t cStride = ALIGN(stride / 2, 16);
289 uint8_t* cbPlane = crPlane + cStride * static_cast<uint32_t>(height) / 2;
292 crPlane, cbPlane, chromaStep, stride, cStride);
  /frameworks/av/media/libstagefright/
ACodec.cpp 3322 size_t cstride = align(params.nStride \/ 2, 16); local
    [all...]

Completed in 321 milliseconds