Home | History | Annotate | Download | only in src

Lines Matching defs:dst_buf

3315         OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer;
3318 dst_buf += y_stride * y_scanlines;
3320 memmove(dst_buf + line * uv_stride,
3325 dst_buf = src_buf = buffer->pBuffer;
3328 memmove(dst_buf + line * y_stride,