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

  /external/libvpx/vpx/src/
vpx_encoder.c 168 char *dst_buf = ctx->priv->enc.cx_data_dst_buf.buf; local
170 if (dst_buf
171 && pkt->data.raw.buf != dst_buf
179 memcpy(dst_buf + ctx->priv->enc.cx_data_pad_before,
182 modified_pkt->data.raw.buf = dst_buf;
188 if (dst_buf == pkt->data.raw.buf)
190 ctx->priv->enc.cx_data_dst_buf.buf = dst_buf + pkt->data.raw.sz;
  /external/libvpx/
y4minput.h 52 unsigned char *dst_buf; member in struct:y4m_input
  /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...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 2767 u8 dst_buf[ETH_ALEN], *dst; local
    [all...]

Completed in 83 milliseconds