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