Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dwavenc.c86 int peak_ppv; member
175 if (par->ch_layout.nb_channels > INT_MAX / (wav->peak_bps * wav->peak_ppv)) in peak_init_writer()
177 wav->size_increment = par->ch_layout.nb_channels * wav->peak_bps * wav->peak_ppv; in peak_init_writer()
218 if (wav->peak_ppv == 1) in peak_write_frame()
225 if (wav->peak_ppv == 2) { in peak_write_frame()
233 if (wav->peak_ppv == 2) { in peak_write_frame()
280 avio_wl32(pb, wav->peak_ppv); /* positive and negative */ in peak_write_chunk()
498 { "peak_ppv", "Number of peak points per peak value (1 or 2).", OFFSET(peak_ppv), AV_OPT_TYPE_INT, { .i64 = 2 }, 1, 2, ENC },

Completed in 1 milliseconds