HomeSort by relevance Sort by last modified time
    Searched refs:cx_data_dst_buf (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 277 char *dst_buf = ctx->priv->enc.cx_data_dst_buf.buf;
284 <= ctx->priv->enc.cx_data_dst_buf.sz) {
297 ctx->priv->enc.cx_data_dst_buf.buf = dst_buf + pkt->data.raw.sz;
298 ctx->priv->enc.cx_data_dst_buf.sz -= pkt->data.raw.sz;
314 ctx->priv->enc.cx_data_dst_buf = *buf;
318 ctx->priv->enc.cx_data_dst_buf.buf = NULL;
319 ctx->priv->enc.cx_data_dst_buf.sz = 0;
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 350 struct vpx_fixed_buf cx_data_dst_buf; member in struct:vpx_codec_priv::__anon23094

Completed in 818 milliseconds