Searched refs:dst_v (Results 1 – 1 of 1) sorted by relevance
/hardware/google/av/media/sfplugin/utils/ |
D | Codec2BufferUtils.cpp | 134 uint8_t* dst_v = imgBase + img->mPlane[2].mOffset; in ImageCopy() local 140 dst_u, dst_stride_u, dst_v, dst_stride_v, view.width(), in ImageCopy() 169 uint8_t* dst_v = view.data()[2]; in ImageCopy() local 175 dst_u, dst_stride_u, dst_v, dst_stride_v, view.width(), in ImageCopy()
|