Searched refs:src_stride_v (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2BufferUtils.cpp | 135 int32_t src_stride_v = view.layout().planes[2].rowInc; in ImageCopy() local 167 if (!libyuv::NV21ToNV12(src_y, src_stride_y, src_v, src_stride_v, in ImageCopy() 174 libyuv::CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height / 2); in ImageCopy() 178 if (!libyuv::NV21ToI420(src_y, src_stride_y, src_v, src_stride_v, dst_y, dst_stride_y, in ImageCopy() 186 if (!libyuv::I420ToNV12(src_y, src_stride_y, src_u, src_stride_u, src_v, src_stride_v, in ImageCopy() 192 if (!libyuv::I420ToNV21(src_y, src_stride_y, src_u, src_stride_u, src_v, src_stride_v, in ImageCopy() 200 libyuv::CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width / 2, height / 2); in ImageCopy() 220 int32_t src_stride_v = img->mPlane[2].mRowInc; in ImageCopy() local 251 if (!libyuv::NV21ToNV12(src_y, src_stride_y, src_v, src_stride_v, in ImageCopy() 258 libyuv::CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height / 2); in ImageCopy() [all …]
|