Searched refs:uvPlaneOffset (Results 1 – 3 of 3) sorted by relevance
205 …int uvPlaneOffset = (pixelFmt == GRAPHIC_PIXEL_FMT_YCBCR_420_SP || pixelFmt == GRAPHIC_PIXEL_FMT_Y… in SetYuvDataInfo() local208 info.uvStride = planes->planes[uvPlaneOffset].columnStride; in SetYuvDataInfo()210 info.uvOffset = planes->planes[uvPlaneOffset].offset; in SetYuvDataInfo()
611 uint32_t uvPlaneOffset = (info.pixelFormat == PixelFormat::NV12 || in InitYuvDataOutInfo() local620 yuvInfo.uvStride = planes->planes[uvPlaneOffset].columnStride / NUM_2; in InitYuvDataOutInfo()622 yuvInfo.uvOffset = planes->planes[uvPlaneOffset].offset / NUM_2; in InitYuvDataOutInfo()625 yuvInfo.uvStride = planes->planes[uvPlaneOffset].columnStride; in InitYuvDataOutInfo()627 yuvInfo.uvOffset = planes->planes[uvPlaneOffset].offset; in InitYuvDataOutInfo()
355 uint32_t uvPlaneOffset = (context.info.pixelFormat == PixelFormat::NV12 || in HeapMemAlloc() local363 context.yuvInfo.uvStride = planes->planes[uvPlaneOffset].columnStride; in HeapMemAlloc()365 context.yuvInfo.uvOffset = planes->planes[uvPlaneOffset].offset; in HeapMemAlloc()