Searched refs:PEAK_BUFFER_SIZE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwavenc.c52 #define PEAK_BUFFER_SIZE 1024 macro
178 wav->peak_output = av_malloc(PEAK_BUFFER_SIZE);
182 wav->peak_outbuf_size = PEAK_BUFFER_SIZE;
222 wav->peak_outbuf_size += PEAK_BUFFER_SIZE;

Completed in 42 milliseconds