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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_apad.c43 int64_t whole_len; member in struct:__anon3318
52 { "whole_len", "target number of samples in the audio stream", OFFSET(whole_len), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, A },
63 if (apad->whole_len && apad->pad_len) {
76 if (apad->whole_len)
77 apad->whole_len -= frame->nb_samples;
95 if (apad->whole_len > 0) {
96 apad->pad_len = apad->whole_len;
97 apad->whole_len = 0;

Completed in 26 milliseconds