Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/utils/
DCodec2BufferUtils.cpp133 uint8_t* dst_u = imgBase + img->mPlane[1].mOffset; in ImageCopy() local
140 dst_u, dst_stride_u, dst_v, dst_stride_v, view.width(), in ImageCopy()
146 dst_y, dst_stride_y, dst_u, dst_stride_u, view.width(), in ImageCopy()
168 uint8_t* dst_u = view.data()[1]; 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()