Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp133 int32_t src_stride_y = view.layout().planes[0].rowInc; in ImageCopy() local
148 libyuv::CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in ImageCopy()
153 if (!libyuv::NV21ToNV12(src_y, src_stride_y, src_u, src_stride_u, in ImageCopy()
159 if (!libyuv::NV12ToI420(src_y, src_stride_y, src_u, src_stride_u, dst_y, dst_stride_y, in ImageCopy()
167 if (!libyuv::NV21ToNV12(src_y, src_stride_y, src_v, src_stride_v, in ImageCopy()
173 libyuv::CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in ImageCopy()
178 if (!libyuv::NV21ToI420(src_y, src_stride_y, src_v, src_stride_v, dst_y, dst_stride_y, in ImageCopy()
186 if (!libyuv::I420ToNV12(src_y, src_stride_y, src_u, src_stride_u, src_v, src_stride_v, in ImageCopy()
192 if (!libyuv::I420ToNV21(src_y, src_stride_y, src_u, src_stride_u, src_v, src_stride_v, in ImageCopy()
198 libyuv::CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in ImageCopy()
[all …]
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp876 size_t src_stride_y =0, src_stride_u = 0, src_stride_v = 0; in convertYUV420PlanarUseLibYUV() local
878 &src_stride_y, &src_stride_u, &src_stride_v) != OK) { in convertYUV420PlanarUseLibYUV()
895 src_stride_y, in convertYUV420PlanarUseLibYUV()
912 src_stride_y, in convertYUV420PlanarUseLibYUV()
928 src_stride_y, in convertYUV420PlanarUseLibYUV()
954 size_t src_stride_y =0, src_stride_u = 0, src_stride_v = 0; in convertYUV420SemiPlanarUseLibYUV() local
956 &src_stride_y, &src_stride_u, &src_stride_v) != OK) { in convertYUV420SemiPlanarUseLibYUV()
981 src_stride_y, in convertYUV420SemiPlanarUseLibYUV()
1000 src_stride_y, in convertYUV420SemiPlanarUseLibYUV()
1023 src_stride_y, in convertYUV420SemiPlanarUseLibYUV()
[all …]