Searched defs:dst_buf (Results 1 - 7 of 7) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
H A D | y4minput.h | 58 unsigned char *dst_buf; member in struct:y4m_input
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
H A D | vpx_encoder.c | 278 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 D | vp9_reconinter.c | 155 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/samsung_slsi/exynos5/libcamera/ |
H A D | ExynosJpegEncoderForCamera.cpp | 696 char *dst_buf = dstBuf[0]; local 715 dst_buf[dst_pos++] = src_buf[src_pos ]; 716 dst_buf[dst_pos++] = src_buf[src_pos + 1]; 717 dst_buf[dst_pos++] = src_buf[src_pos + 2]; 718 dst_buf[dst_pos++] = src_buf[src_pos + 3]; 731 char *dst_buf; local 742 dst_buf = dstBuf[0]; 750 dst_buf[dst_pos++] = src_buf[src_pos]; 756 dst_buf = dstBuf[1]; 764 dst_buf[dst_po [all...] |
/hardware/samsung_slsi/exynos5/libcamera2/ |
H A D | ExynosJpegEncoderForCamera.cpp | 682 char *dst_buf = dstBuf[0]; local 701 dst_buf[dst_pos++] = src_buf[src_pos ]; 702 dst_buf[dst_pos++] = src_buf[src_pos + 1]; 703 dst_buf[dst_pos++] = src_buf[src_pos + 2]; 704 dst_buf[dst_pos++] = src_buf[src_pos + 3]; 717 char *dst_buf; local 728 dst_buf = dstBuf[0]; 736 dst_buf[dst_pos++] = src_buf[src_pos]; 747 dst_buf[dst_pos++] = src_buf[src_pos ]; 748 dst_buf[dst_po [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 2290 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local 2293 dst_buf += y_stride * y_scanlines; 2295 memmove(dst_buf + line * uv_stride, 2300 dst_buf = src_buf = buffer->pBuffer; 2303 memmove(dst_buf + line * y_stride,
|
/hardware/samsung_slsi/exynos5/libhwc/ |
H A D | hwc.cpp | 92 buffer_handle_t dst_buf[NUM_GSC_DST_BUFS]; member in struct:exynos5_gsc_data_t 1121 buffer_handle_t dst_buf; local 1182 if (gsc_data->dst_buf[i]) { 1183 alloc_device->free(alloc_device, gsc_data->dst_buf[i]); 1184 gsc_data->dst_buf[i] = NULL; 1193 HAL_PIXEL_FORMAT_RGBX_8888, usage, &gsc_data->dst_buf[i], 1205 dst_buf = gsc_data->dst_buf[gsc_data->current_buf]; 1206 dst_handle = private_handle_t::dynamicCast(dst_buf); 1270 if (gsc_data->dst_buf[ 1427 buffer_handle_t dst_buf = gsc.dst_buf[gsc.current_buf]; local 1578 buffer_handle_t dst_buf = gsc.dst_buf[gsc.current_buf]; local [all...] |
Completed in 318 milliseconds