Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_apad.c43 int64_t whole_len, whole_len_left; member
54 …{ "whole_len", "set minimum target number of samples in the audio stream", OFFSET(whole_len), …
67 if (s->whole_len >= 0 && s->pad_len >= 0) { in init()
80 if (s->whole_len >= 0) { in filter_frame()
102 if (s->whole_len >= 0 && s->pad_len < 0) { in request_frame()
105 if (s->pad_len >=0 || s->whole_len >= 0) { in request_frame()
144 s->whole_len = av_rescale(s->whole_dur, outlink->sample_rate, AV_TIME_BASE); in config_output()
147 s->whole_len_left = s->whole_len; in config_output()
/third_party/grpc/src/core/ext/filters/client_channel/
Dresolver_result_parsing.cc210 size_t whole_len = it->second.string_value().size(); in ParseRetryThrottling() local
216 whole_len = static_cast<size_t>(decimal_point - value); in ParseRetryThrottling()
234 if (!gpr_parse_bytes_to_uint32(value, whole_len, &whole_value)) { in ParseRetryThrottling()
/third_party/ffmpeg/doc/
Dfilters.texi2180 exclusive with @option{whole_len}.
2182 @item whole_len
2201 If neither the @option{pad_len} nor the @option{whole_len} nor @option{pad_dur}
2218 apad=whole_len=10000