Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp135 int32_t dst_stride_y = img->mPlane[0].mRowInc; in ImageCopy() local
139 if (!libyuv::NV12ToI420(src_y, src_stride_y, src_u, src_stride_u, dst_y, dst_stride_y, in ImageCopy()
146 dst_y, dst_stride_y, dst_u, dst_stride_u, view.crop().width, in ImageCopy()
170 int32_t dst_stride_y = view.layout().planes[0].rowInc; in ImageCopy() local
174 if (!libyuv::NV12ToI420(src_y, src_stride_y, src_u, src_stride_u, dst_y, dst_stride_y, in ImageCopy()
181 dst_y, dst_stride_y, dst_u, dst_stride_u, view.width(), in ImageCopy()