Home
last modified time | relevance | path

Searched refs:peak_output (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dwavenc.c76 uint8_t *peak_output; member
149 av_freep(&wav->peak_output); in wav_deinit()
201 tmp = av_fast_realloc(wav->peak_output, &wav->peak_outbuf_size, new_size); in peak_write_frame()
206 wav->peak_output = tmp; 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()
232 AV_WL16(wav->peak_output + wav->peak_outbuf_bytes, in peak_write_frame()
287 avio_write(pb, wav->peak_output, wav->peak_outbuf_bytes); in peak_write_chunk()
422 if (wav->write_peak && wav->peak_output) { in wav_write_trailer()