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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dy4minput.h58 unsigned char *dst_buf; member in struct:y4m_input
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_encoder.c278 char *const dst_buf = (char *)priv->enc.cx_data_dst_buf.buf; local
280 if (dst_buf &&
281 pkt->data.raw.buf != dst_buf &&
286 memcpy(dst_buf + priv->enc.cx_data_pad_before, pkt->data.raw.buf,
289 modified_pkt->data.raw.buf = dst_buf;
295 if (dst_buf == pkt->data.raw.buf) {
296 priv->enc.cx_data_dst_buf.buf = dst_buf + pkt->data.raw.sz;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_reconinter.c155 struct buf_2d *const dst_buf = &pd->dst; local
156 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x;
196 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride,
259 struct buf_2d *const dst_buf = &pd->dst; local
260 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x;
380 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x,
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp2576 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local
2579 dst_buf += y_stride * y_scanlines;
2581 memmove(dst_buf + line * uv_stride,
2586 dst_buf = src_buf = buffer->pBuffer;
2589 memmove(dst_buf + line * y_stride,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp3076 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local
3079 dst_buf += y_stride * y_scanlines;
3081 memmove(dst_buf + line * uv_stride,
3086 dst_buf = src_buf = buffer->pBuffer;
3089 memmove(dst_buf + line * y_stride,

Completed in 212 milliseconds