Searched refs:dst_buf (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dpsb_cmdbuf.h173 psb_buffer_p dst_buf,
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_mpeg4.cpp2982 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local
2985 dst_buf += y_stride * y_scanlines;
2987 memmove(dst_buf + line * uv_stride,
2992 dst_buf = src_buf = buffer->pBuffer;
2995 memmove(dst_buf + line * y_stride,
H A Dvideo_encoder_device_v4l2.cpp3754 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local
3757 dst_buf += y_stride * y_scanlines;
3759 memmove(dst_buf + line * uv_stride,
3764 dst_buf = src_buf = buffer->pBuffer;
3767 memmove(dst_buf + line * y_stride,
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp2626 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local
2629 dst_buf += y_stride * y_scanlines;
2631 memmove(dst_buf + line * uv_stride,
2636 dst_buf = src_buf = buffer->pBuffer;
2639 memmove(dst_buf + line * y_stride,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp3315 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local
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,

Completed in 595 milliseconds