Searched refs:cstride (Results 1 – 9 of 9) sorted by relevance
39 int32_t c_offset = (cropTop / 2) * ycbcr.cstride + cropLeft / 2; in initDstYUV()324 dst_u += ycbcr.cstride; in render()325 dst_v += ycbcr.cstride; in render()352 dst_u += ycbcr.cstride; in render()353 dst_v += ycbcr.cstride; in render()382 dst_u += ycbcr.cstride; in render()383 dst_v += ycbcr.cstride; in render()
401 if (ycbcr->cstride == ycbcr->ystride >> 1 && ycbcr->chroma_step == 1) { in ConvertFlexYUVToPlanar()406 srcU += ycbcr->cstride; in ConvertFlexYUVToPlanar()409 srcV += ycbcr->cstride; in ConvertFlexYUVToPlanar()422 srcU += ycbcr->cstride - (width >> 1) * ycbcr->chroma_step; in ConvertFlexYUVToPlanar()423 srcV += ycbcr->cstride - (width >> 1) * ycbcr->chroma_step; in ConvertFlexYUVToPlanar()620 ycbcr.cstride = srcStride >> 1; in extractGraphicBuffer()629 ycbcr.cstride = srcStride; in extractGraphicBuffer()
265 size_t cstride = align(params.nStride / 2, 16); in DescribeDefaultColorFormat() local270 image.mPlane[image.V].mRowInc = cstride; in DescribeDefaultColorFormat()275 + (cstride * params.nSliceHeight / 2); in DescribeDefaultColorFormat()277 image.mPlane[image.U].mRowInc = cstride; in DescribeDefaultColorFormat()
115 outBuffer->chromaStride = static_cast<uint32_t>(ycbcr.cstride); in lockBufferItem()
214 outPlanes->planes[1].rowStride = yuvData.cstride; in AHardwareBuffer_lockPlanes()217 outPlanes->planes[2].rowStride = yuvData.cstride; in AHardwareBuffer_lockPlanes()
309 ycbcr->cstride = static_cast<size_t>(layout.cStride); in lock()
267 ycbcr->cstride = static_cast<size_t>(layout.cStride); in lock()
370 outputImage->chromaStride = static_cast<uint32_t>(ycbcr.cstride); in lockImageFromBuffer()
104 size_t cStride = ycbcr->cstride; in rgbToYuv420()