Searched refs:dst_stride_v (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2BufferUtils.cpp | 141 int32_t dst_stride_v = img->mPlane[2].mRowInc; in ImageCopy() local 154 dst_y, dst_stride_y, dst_v, dst_stride_v, width, height)) { in ImageCopy() 160 dst_u, dst_stride_u, dst_v, dst_stride_v, width, height)) { in ImageCopy() 174 libyuv::CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height / 2); in ImageCopy() 179 dst_u, dst_stride_u, dst_v, dst_stride_v, width, height)) { in ImageCopy() 193 dst_y, dst_stride_y, dst_v, dst_stride_v, width, height)) { in ImageCopy() 200 libyuv::CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width / 2, height / 2); in ImageCopy() 226 int32_t dst_stride_v = view.layout().planes[2].rowInc; in ImageCopy() local 238 dst_y, dst_stride_y, dst_v, dst_stride_v, width, height)) { in ImageCopy() 244 dst_u, dst_stride_u, dst_v, dst_stride_v, width, height)) { in ImageCopy() [all …]
|