Home | History | Annotate | Download | only in libvpx

Lines Matching refs:buf_sz

220                       size_t                *buf_sz,
250 if(nestegg_packet_data(input->pkt, input->chunk, buf, buf_sz))
300 *buf_sz = new_buf_sz;
302 if (*buf_sz)
304 if (fread(*buf, 1, *buf_sz, infile) != *buf_sz)
701 size_t buf_sz = 0, buf_alloc_sz = 0;
1016 while (!read_frame(&input, &buf, &buf_sz, &buf_alloc_sz))
1024 if (vpx_codec_decode(&decoder, buf, buf_sz, NULL, 0))