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

  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 277 char *dst_buf = ctx->priv->enc.cx_data_dst_buf.buf; local
279 if (dst_buf
280 && pkt->data.raw.buf != dst_buf
287 memcpy(dst_buf + ctx->priv->enc.cx_data_pad_before,
290 modified_pkt->data.raw.buf = dst_buf;
296 if (dst_buf == pkt->data.raw.buf) {
297 ctx->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
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 145 struct buf_2d *const dst_buf = &pd->dst; local
150 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x;
170 vp9_build_inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride,
  /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 659 char *dst_buf = dstBuf[0]; local
678 dst_buf[dst_pos++] = src_buf[src_pos ];
679 dst_buf[dst_pos++] = src_buf[src_pos + 1];
680 dst_buf[dst_pos++] = src_buf[src_pos + 2];
681 dst_buf[dst_pos++] = src_buf[src_pos + 3];
694 char *dst_buf; local
705 dst_buf = dstBuf[0];
713 dst_buf[dst_pos++] = src_buf[src_pos];
724 dst_buf[dst_pos++] = src_buf[src_pos ];
725 dst_buf[dst_pos++] = src_buf[src_pos + 1]
    [all...]
  /external/openssh/
umac.c 191 UINT8 *dst_buf = (UINT8 *)bufp; local
200 memcpy(dst_buf,out_buf,AES_BLOCK_LEN);
203 dst_buf += AES_BLOCK_LEN;
207 memcpy(dst_buf,out_buf,nbytes);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 1734 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 3838 u8 dst_buf[ETH_ALEN], *dst; local
    [all...]

Completed in 305 milliseconds