Searched refs:dst_buf (Results 1 – 9 of 9) 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/samsung_slsi/exynos5/libcamera/ |
D | ExynosJpegEncoderForCamera.cpp | 696 char *dst_buf = dstBuf[0]; in scaleDownYuv422() local 715 dst_buf[dst_pos++] = src_buf[src_pos ]; in scaleDownYuv422() 716 dst_buf[dst_pos++] = src_buf[src_pos + 1]; in scaleDownYuv422() 717 dst_buf[dst_pos++] = src_buf[src_pos + 2]; in scaleDownYuv422() 718 dst_buf[dst_pos++] = src_buf[src_pos + 3]; in scaleDownYuv422() 731 char *dst_buf; in scaleDownYuv422_2p() local 742 dst_buf = dstBuf[0]; in scaleDownYuv422_2p() 750 dst_buf[dst_pos++] = src_buf[src_pos]; in scaleDownYuv422_2p() 756 dst_buf = dstBuf[1]; in scaleDownYuv422_2p() 764 dst_buf[dst_pos++] = src_buf[src_pos ]; in scaleDownYuv422_2p() [all …]
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosJpegEncoderForCamera.cpp | 682 char *dst_buf = dstBuf[0]; in scaleDownYuv422() local 701 dst_buf[dst_pos++] = src_buf[src_pos ]; in scaleDownYuv422() 702 dst_buf[dst_pos++] = src_buf[src_pos + 1]; in scaleDownYuv422() 703 dst_buf[dst_pos++] = src_buf[src_pos + 2]; in scaleDownYuv422() 704 dst_buf[dst_pos++] = src_buf[src_pos + 3]; in scaleDownYuv422() 717 char *dst_buf; in scaleDownYuv422_2p() local 728 dst_buf = dstBuf[0]; in scaleDownYuv422_2p() 736 dst_buf[dst_pos++] = src_buf[src_pos]; in scaleDownYuv422_2p() 747 dst_buf[dst_pos++] = src_buf[src_pos ]; in scaleDownYuv422_2p() 748 dst_buf[dst_pos++] = src_buf[src_pos + 1]; in scaleDownYuv422_2p()
|
/hardware/samsung_slsi/exynos5/libhwc/ |
D | hwc.cpp | 92 buffer_handle_t dst_buf[NUM_GSC_DST_BUFS]; member 1121 buffer_handle_t dst_buf; in exynos5_config_gsc_m2m() local 1182 if (gsc_data->dst_buf[i]) { in exynos5_config_gsc_m2m() 1183 alloc_device->free(alloc_device, gsc_data->dst_buf[i]); in exynos5_config_gsc_m2m() 1184 gsc_data->dst_buf[i] = NULL; in exynos5_config_gsc_m2m() 1193 HAL_PIXEL_FORMAT_RGBX_8888, usage, &gsc_data->dst_buf[i], in exynos5_config_gsc_m2m() 1205 dst_buf = gsc_data->dst_buf[gsc_data->current_buf]; in exynos5_config_gsc_m2m() 1206 dst_handle = private_handle_t::dynamicCast(dst_buf); in exynos5_config_gsc_m2m() 1270 if (gsc_data->dst_buf[i]) { in exynos5_config_gsc_m2m() 1271 alloc_device->free(alloc_device, gsc_data->dst_buf[i]); in exynos5_config_gsc_m2m() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
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()
|
D | y4minput.h | 58 unsigned char *dst_buf; member
|
/hardware/intel/img/psb_video/src/ |
D | psb_cmdbuf.h | 173 psb_buffer_p dst_buf,
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 2290 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; in venc_color_align() local 2293 dst_buf += y_stride * y_scanlines; in venc_color_align() 2295 memmove(dst_buf + line * uv_stride, in venc_color_align() 2300 dst_buf = src_buf = buffer->pBuffer; in venc_color_align() 2303 memmove(dst_buf + line * y_stride, in venc_color_align()
|