Searched refs:dst_buf (Results 1 - 9 of 9) 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
H A Dy4minput.c874 _y4m->dst_buf = (unsigned char *)malloc(_y4m->dst_buf_sz);
880 free(_y4m->dst_buf);
906 if (!file_read(_y4m->dst_buf, _y4m->dst_buf_read_sz, _fin)) {
916 (*_y4m->convert)(_y4m, _y4m->dst_buf, _y4m->aux_buf);
936 _img->planes[PLANE_Y] = _y4m->dst_buf;
937 _img->planes[PLANE_U] = _y4m->dst_buf + pic_sz;
938 _img->planes[PLANE_V] = _y4m->dst_buf + pic_sz + c_sz;
939 _img->planes[PLANE_ALPHA] = _y4m->dst_buf + pic_sz + 2 * c_sz;
/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/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.cpp2987 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local
2990 dst_buf += y_stride * y_scanlines;
2992 memmove(dst_buf + line * uv_stride,
2997 dst_buf = src_buf = buffer->pBuffer;
3000 memmove(dst_buf + line * y_stride,
H A Dvideo_encoder_device_v4l2.cpp3592 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local
3595 dst_buf += y_stride * y_scanlines;
3597 memmove(dst_buf + line * uv_stride,
3602 dst_buf = src_buf = buffer->pBuffer;
3605 memmove(dst_buf + line * y_stride,
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp2625 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local
2628 dst_buf += y_stride * y_scanlines;
2630 memmove(dst_buf + line * uv_stride,
2635 dst_buf = src_buf = buffer->pBuffer;
2638 memmove(dst_buf + line * y_stride,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp3286 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local
3289 dst_buf += y_stride * y_scanlines;
3291 memmove(dst_buf + line * uv_stride,
3296 dst_buf = src_buf = buffer->pBuffer;
3299 memmove(dst_buf + line * y_stride,

Completed in 603 milliseconds