Searched refs:dst_buf (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | vpx_encoder.c | 278 char *const dst_buf = (char *)priv->enc.cx_data_dst_buf.buf; in vpx_codec_get_cx_data() local 280 if (dst_buf && in vpx_codec_get_cx_data() 281 pkt->data.raw.buf != dst_buf && in vpx_codec_get_cx_data() 286 memcpy(dst_buf + priv->enc.cx_data_pad_before, pkt->data.raw.buf, in vpx_codec_get_cx_data() 289 modified_pkt->data.raw.buf = dst_buf; in vpx_codec_get_cx_data() 295 if (dst_buf == pkt->data.raw.buf) { in vpx_codec_get_cx_data() 296 priv->enc.cx_data_dst_buf.buf = dst_buf + pkt->data.raw.sz; in vpx_codec_get_cx_data()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_reconinter.c | 155 struct buf_2d *const dst_buf = &pd->dst; in build_inter_predictors() local 156 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x; in build_inter_predictors() 196 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride, in build_inter_predictors() 259 struct buf_2d *const dst_buf = &pd->dst; in dec_build_inter_predictors() local 260 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x; in dec_build_inter_predictors() 380 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x, in dec_build_inter_predictors()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | y4minput.h | 58 unsigned char *dst_buf; member
|
D | y4minput.c | 874 _y4m->dst_buf = (unsigned char *)malloc(_y4m->dst_buf_sz); in y4m_input_open() 880 free(_y4m->dst_buf); in y4m_input_close() 906 if (!file_read(_y4m->dst_buf, _y4m->dst_buf_read_sz, _fin)) { in y4m_input_fetch_frame() 916 (*_y4m->convert)(_y4m, _y4m->dst_buf, _y4m->aux_buf); in y4m_input_fetch_frame() 936 _img->planes[PLANE_Y] = _y4m->dst_buf; in y4m_input_fetch_frame() 937 _img->planes[PLANE_U] = _y4m->dst_buf + pic_sz; in y4m_input_fetch_frame() 938 _img->planes[PLANE_V] = _y4m->dst_buf + pic_sz + c_sz; in y4m_input_fetch_frame() 939 _img->planes[PLANE_ALPHA] = _y4m->dst_buf + pic_sz + 2 * c_sz; in y4m_input_fetch_frame()
|
/hardware/intel/img/psb_video/src/ |
D | psb_cmdbuf.h | 173 psb_buffer_p dst_buf,
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 2576 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; in venc_color_align() local 2579 dst_buf += y_stride * y_scanlines; in venc_color_align() 2581 memmove(dst_buf + line * uv_stride, in venc_color_align() 2586 dst_buf = src_buf = buffer->pBuffer; in venc_color_align() 2589 memmove(dst_buf + line * y_stride, in venc_color_align()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 3076 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; in venc_color_align() local 3079 dst_buf += y_stride * y_scanlines; in venc_color_align() 3081 memmove(dst_buf + line * uv_stride, in venc_color_align() 3086 dst_buf = src_buf = buffer->pBuffer; in venc_color_align() 3089 memmove(dst_buf + line * y_stride, in venc_color_align()
|