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

  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 298 char *dst_buf = ctx->priv->enc.cx_data_dst_buf.buf; local
300 if (dst_buf
301 && pkt->data.raw.buf != dst_buf
309 memcpy(dst_buf + ctx->priv->enc.cx_data_pad_before,
312 modified_pkt->data.raw.buf = dst_buf;
318 if (dst_buf == pkt->data.raw.buf)
320 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
  /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/samsung_slsi/exynos5/libhwc/
hwc.cpp 92 buffer_handle_t dst_buf[NUM_GSC_DST_BUFS]; member in struct:exynos5_gsc_data_t
1127 buffer_handle_t dst_buf; local
1433 buffer_handle_t dst_buf = gsc.dst_buf[gsc.current_buf]; local
1587 buffer_handle_t dst_buf = gsc.dst_buf[gsc.current_buf]; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 3763 u8 dst_buf[ETH_ALEN], *dst; local
    [all...]

Completed in 644 milliseconds