Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/utils/
H A DCodec2BufferUtils.cpp136 int32_t dst_stride_v = img->mPlane[2].mRowInc; in ImageCopy() local
147 dst_y, dst_stride_y, dst_v, dst_stride_v, width, height)) { in ImageCopy()
152 dst_u, dst_stride_u, dst_v, dst_stride_v, width, height)) { in ImageCopy()
164 libyuv::CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height / 2); in ImageCopy()
168 dst_u, dst_stride_u, dst_v, dst_stride_v, width, height)) { in ImageCopy()
180 dst_y, dst_stride_y, dst_v, dst_stride_v, width, height)) { in ImageCopy()
186 libyuv::CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width / 2, height / 2); in ImageCopy()
208 int32_t dst_stride_v = view.layout().planes[2].rowInc; in ImageCopy() local
218 dst_y, dst_stride_y, dst_v, dst_stride_v, width, height)) { in ImageCopy()
223 dst_u, dst_stride_u, dst_v, dst_stride_v, width, height)) { in ImageCopy()
[all …]