HomeSort by relevance Sort by last modified time
    Searched defs:dst_buf (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
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;
  /external/chromium_org/third_party/libvpx/source/libvpx/
y4minput.h 58 unsigned char *dst_buf; member in struct:y4m_input
  /external/libvpx/libvpx/vpx/src/
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;
  /external/libvpx/libvpx/
y4minput.h 58 unsigned char *dst_buf; member in struct:y4m_input
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
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/
y4minput.h 58 unsigned char *dst_buf; member in struct:y4m_input
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
js_fs_node.cc 255 void* dst_buf = buffer_iface_->Map(buf_var); local
256 if (dst_buf == NULL) {
261 memcpy(dst_buf, buf, count);
  /external/lldb/source/Target/
Memory.cpp 125 uint8_t *dst_buf = (uint8_t *)dst; local
147 memcpy (dst_buf + dst_len - bytes_left, pos->second->GetBytes() + cache_offset, curr_read_size);
167 memcpy (dst_buf + dst_len - bytes_left, pos->second->GetBytes(), curr_read_size);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
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,
  /external/libvpx/libvpx/vp9/common/
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,
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 282 FX_LPBYTE dst_buf = pNewBitmap->GetBuffer(); local
288 dst_buf[src_offset] = (FX_BYTE)(src_buf[src_offset] * alpha);
289 dst_buf[src_offset + 1] = (FX_BYTE)(src_buf[src_offset + 1] * alpha);
290 dst_buf[src_offset + 2] = (FX_BYTE)(src_buf[src_offset + 2] * alpha);
291 dst_buf[src_offset + 3] = (FX_BYTE)(src_buf[src_offset + 3]);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
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/
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_pos++] = src_buf[src_pos ]
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
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_pos++] = src_buf[src_pos + 1]
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 2290 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
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
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...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 4211 u8 dst_buf[ETH_ALEN], *dst; local
    [all...]

Completed in 768 milliseconds