Searched refs:cstride (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp399 if (ycbcr->cstride == ycbcr->ystride >> 1 && ycbcr->chroma_step == 1) {
404 srcU += ycbcr->cstride;
407 srcV += ycbcr->cstride;
420 srcU += ycbcr->cstride - (width >> 1) * ycbcr->chroma_step;
421 srcV += ycbcr->cstride - (width >> 1) * ycbcr->chroma_step;
611 ycbcr.cstride = srcVStride >> 1;
621 ycbcr.cstride = srcVStride;
/frameworks/rs/
H A DrsGrallocConsumer.cpp191 mAlloc[idx]->mHal.drvState.lod[1].stride = ycbcr.cstride;
192 mAlloc[idx]->mHal.drvState.lod[2].stride = ycbcr.cstride;
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp199 nativeBuffer->chromaStride = static_cast<uint32_t>(ycbcr.cstride);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp88 size_t cStride = ycbcr->cstride;
/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp898 outputImage->chromaStride = static_cast<uint32_t>(ycbcr.cstride);
/frameworks/av/media/libstagefright/
H A DACodec.cpp4555 size_t cstride = align(params.nStride / 2, 16); local
4560 image.mPlane[image.V].mRowInc = cstride;
4565 + (cstride * params.nSliceHeight / 2);
4567 image.mPlane[image.U].mRowInc = cstride;

Completed in 539 milliseconds