Home | History | Annotate | Download | only in libvpx

Lines Matching defs:buf_ptr

117     char           *buf_ptr;
191 stats->buf_ptr = stats->buf.buf;
236 stats->buf_ptr = new_ptr + (stats->buf_ptr - (char *)stats->buf.buf);
248 memcpy(stats->buf_ptr, pkt, len);
250 stats->buf_ptr += len;