Searched refs:peak_outbuf_bytes (Results 1 – 1 of 1) sorted by relevance
74 uint32_t peak_outbuf_bytes; member193 unsigned new_size = wav->peak_outbuf_bytes + wav->size_increment; in peak_write_frame()221 wav->peak_output[wav->peak_outbuf_bytes++] = in peak_write_frame()224 wav->peak_output[wav->peak_outbuf_bytes++] = in peak_write_frame()228 AV_WL16(wav->peak_output + wav->peak_outbuf_bytes, in peak_write_frame()230 wav->peak_outbuf_bytes += 2; in peak_write_frame()232 AV_WL16(wav->peak_output + wav->peak_outbuf_bytes, in peak_write_frame()234 wav->peak_outbuf_bytes += 2; in peak_write_frame()287 avio_write(pb, wav->peak_output, wav->peak_outbuf_bytes); in peak_write_chunk()