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

  /libcore/luni/src/test/native/
libcore_io_Memory_test.cpp 38 T dst_buf[NUM_ELEMENTS]; local
40 init_func(&src_buf[i], &dst_buf[i], i);
51 ASSERT_EQ(0, memcmp(dst_buf, dst_aligned, sizeof(T) * NUM_ELEMENTS))
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 267 char *const dst_buf = (char *)priv->enc.cx_data_dst_buf.buf; local
269 if (dst_buf && pkt->data.raw.buf != dst_buf &&
275 memcpy(dst_buf + priv->enc.cx_data_pad_before, pkt->data.raw.buf,
278 modified_pkt->data.raw.buf = dst_buf;
284 if (dst_buf == pkt->data.raw.buf) {
285 priv->enc.cx_data_dst_buf.buf = dst_buf + pkt->data.raw.sz;
  /external/libvpx/libvpx/
y4minput.h 52 unsigned char *dst_buf; member in struct:y4m_input
  /bionic/libc/bionic/
iconv.cpp 128 dst_buf = dst_buf0;
149 char** dst_buf; member in struct:__iconv_t
323 memcpy(*dst_buf, buf, dst_bytes_used);
326 *dst_buf += dst_bytes_used;
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 138 struct buf_2d *const dst_buf = &pd->dst; local
139 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x;
194 CONVERT_TO_SHORTPTR(dst), dst_buf->stride,
198 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride, subpel_x,
202 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride, subpel_x,
  /external/mesa3d/src/amd/vulkan/
radv_meta_buffer.c 30 nir_intrinsic_instr *dst_buf = nir_intrinsic_instr_create(b.shader, local
32 dst_buf->src[0] = nir_src_for_ssa(nir_imm_int(&b, 0));
33 nir_intrinsic_set_desc_set(dst_buf, 0);
34 nir_intrinsic_set_binding(dst_buf, 0);
35 nir_ssa_dest_init(&dst_buf->instr, &dst_buf->dest, 1, 32, NULL);
36 nir_builder_instr_insert(&b, &dst_buf->instr);
48 store->src[1] = nir_src_for_ssa(&dst_buf->dest.ssa);
80 nir_intrinsic_instr *dst_buf = nir_intrinsic_instr_create(b.shader, local
82 dst_buf->src[0] = nir_src_for_ssa(nir_imm_int(&b, 0))
    [all...]
  /external/mesa3d/src/gallium/state_trackers/omx/
vid_enc.c 920 struct vl_video_buffer *dst_buf = (struct vl_video_buffer *)vbuf; local
929 dst_buf->resources[0],
942 blit.dst.resource = dst_buf->resources[1];
    [all...]
  /external/strace/
socketutils.c 174 char dst_buf[text_size]; local
177 dst_buf, text_size))
182 dst_buf, ntohs(diag_msg->id.idiag_dport)) < 0)
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_swvenc_mpeg4.cpp 2982 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local
    [all...]
video_encoder_device_v4l2.cpp 3754 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 496 struct buf_2d *dst_buf, const MV *mv, RefCntBuffer *ref_frame_buf,
499 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x;
606 frame_height, border_offset, dst, dst_buf->stride,
618 CONVERT_TO_SHORTPTR(dst), dst_buf->stride, subpel_x,
621 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x,
625 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x, subpel_y,
663 struct buf_2d *const dst_buf = &pd->dst; local
675 dst_buf, &mv, ref_frame_buf, is_scaled,
684 struct buf_2d *const dst_buf = &pd->dst local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 2626 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 3315 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 5632 u8 dst_buf[ETH_ALEN], *dst; local
    [all...]

Completed in 1133 milliseconds