Searched refs:dst_stride_v (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2BufferUtils.cpp | 137 int32_t dst_stride_v = img->mPlane[2].mRowInc; in ImageCopy() local 140 dst_u, dst_stride_u, dst_v, dst_stride_v, view.crop().width, in ImageCopy() 172 int32_t dst_stride_v = view.layout().planes[2].rowInc; in ImageCopy() local 175 dst_u, dst_stride_u, dst_v, dst_stride_v, view.width(), in ImageCopy()
|