HomeSort by relevance Sort by last modified time
    Searched refs:dst_buf (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
x11_screen.h 113 int src_buf, int dst_buf);
121 int src_buf, int dst_buf)
124 x11_drawable_copy_buffers_region(xscr, drawable, 1, rect, src_buf, dst_buf);
x11_screen.c 354 int src_buf, int dst_buf)
367 DRI2CopyRegion(xscr->dpy, drawable, region, dst_buf, src_buf);
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
x11_screen.h 113 int src_buf, int dst_buf);
121 int src_buf, int dst_buf)
124 x11_drawable_copy_buffers_region(xscr, drawable, 1, rect, src_buf, dst_buf);
x11_screen.c 354 int src_buf, int dst_buf)
367 DRI2CopyRegion(xscr->dpy, drawable, region, dst_buf, src_buf);
  /external/chromium_org/third_party/libvpx/source/libvpx/
y4minput.h 58 unsigned char *dst_buf; member in struct:y4m_input
y4minput.c     [all...]
  /external/libvpx/libvpx/
y4minput.h 58 unsigned char *dst_buf; member in struct:y4m_input
y4minput.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
y4minput.h 58 unsigned char *dst_buf; member in struct:y4m_input
y4minput.c     [all...]
  /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/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;
  /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;
  /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,
  /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...]
  /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/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/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/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);
  /hardware/intel/img/psb_video/src/
psb_cmdbuf.h 173 psb_buffer_p dst_buf,
  /art/runtime/
jni_internal_test.cc 609 std::unique_ptr<scalar_type[]> dst_buf(new scalar_type[size]); \
611 for (jsize i = 0; i < size; ++i) { dst_buf[i] = scalar_type(-1); } \
616 env_->get_region_fn(a, 1, size - 2, &dst_buf[1]); \
617 EXPECT_NE(memcmp(&src_buf[0], &dst_buf[0], size * sizeof(scalar_type)), 0) \
620 env_->get_region_fn(a, 0, 1, &dst_buf[0]); \
621 env_->get_region_fn(a, size - 1, 1, &dst_buf[size - 1]); \
622 EXPECT_EQ(memcmp(&src_buf[0], &dst_buf[0], size * sizeof(scalar_type)), 0) \
625 env_->get_region_fn(a, 0, size, &dst_buf[0]); \
626 EXPECT_EQ(memcmp(&src_buf[0], &dst_buf[0], size * sizeof(scalar_type)), 0) \
    [all...]
  /external/chromium_org/third_party/ots/src/
woff2.cc 777 bool Woff2Uncompress(uint8_t* dst_buf, size_t dst_size,
781 int r = uncompress(reinterpret_cast<Bytef *>(dst_buf), &uncompressed_length,
790 &uncompressed_size, dst_buf);
    [all...]

Completed in 728 milliseconds

1 2