Home
last modified time | relevance | path

Searched refs:dst_stride_u (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp140 int32_t dst_stride_u = img->mPlane[1].mRowInc; in ImageCopy() local
149 libyuv::CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height / 2); in ImageCopy()
160 dst_u, dst_stride_u, dst_v, dst_stride_v, width, height)) { in ImageCopy()
168 dst_y, dst_stride_y, dst_u, dst_stride_u, width, height)) { in ImageCopy()
179 dst_u, dst_stride_u, dst_v, dst_stride_v, width, height)) { in ImageCopy()
187 dst_y, dst_stride_y, dst_u, dst_stride_u, width, height)) { in ImageCopy()
199 libyuv::CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width / 2, height / 2); in ImageCopy()
225 int32_t dst_stride_u = view.layout().planes[1].rowInc; in ImageCopy() local
233 libyuv::CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height / 2); in ImageCopy()
244 dst_u, dst_stride_u, dst_v, dst_stride_v, width, height)) { in ImageCopy()
[all …]