Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/utils/
DCodec2BufferUtils.cpp135 int32_t dst_stride_y = img->mPlane[0].mRowInc; in ImageCopy() local
170 int32_t dst_stride_y = view.layout().planes[0].rowInc; in ImageCopy() local
/hardware/libhardware/modules/camera/3_4/arc/
Dimage_processor.cpp302 int dst_stride_y, int dst_stride_uv) { in YU12ToYV12()