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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_apad.c92 int n_out = apad->packet_size; local
100 n_out = FFMIN(n_out, apad->pad_len);
101 apad->pad_len -= n_out;
104 if(!n_out)
107 outsamplesref = ff_get_audio_buffer(outlink, n_out);
112 av_assert0(outsamplesref->nb_samples == n_out);
115 n_out,
121 apad->next_pts += av_rescale_q(n_out, (AVRational){1, outlink->sample_rate}, outlink->time_base);
H A Daf_aresample.c177 int n_out = n_in * aresample->ratio + 32; local
184 n_out += delay;
186 outsamplesref = ff_get_audio_buffer(outlink, n_out);
205 n_out = swr_convert(aresample->swr, outsamplesref->extended_data, n_out,
207 if (n_out <= 0) {
213 outsamplesref->nb_samples = n_out;
235 int n_out = 4096; local
238 outsamplesref = ff_get_audio_buffer(outlink, n_out);
245 n_out
[all...]
H A Daf_atempo.c1047 int n_out)
1052 atempo->dst_buffer->nb_samples = n_out;
1067 atempo->nsamples_out += n_out;
1079 int n_out = (int)(0.5 + ((double)n_in) / atempo->tempo); local
1086 atempo->dst_buffer = ff_get_audio_buffer(outlink, n_out);
1092 atempo->dst_end = atempo->dst + n_out * atempo->stride;
1123 int n_out; local
1138 n_out = ((atempo->dst - atempo->dst_buffer->data[0]) /
1141 if (n_out) {
1142 ret = push_samples(atempo, outlink, n_out);
1045 push_samples(ATempoContext *atempo, AVFilterLink *outlink, int n_out) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtestapi.c1300 int n_out; local
1308 for (n_out = 0;n_out < gen_nb_unsigned_char_ptr;n_out++) {
1313 out = gen_unsigned_char_ptr(n_out, 0);
1321 des_unsigned_char_ptr(n_out, out, 0);
1330 printf(" %d", n_out);
1920 int n_out; local
1930 for (n_out = 0;n_out < gen_nb_unsigned_char_pt
3268 int n_out; local
3315 int n_out; local
5649 int n_out; local
5982 int n_out; local
8471 int n_out; local
8526 int n_out; local
8649 int n_out; local
8695 int n_out; local
8741 int n_out; local
15778 int n_out; local
15822 int n_out; local
28156 int n_out; local
28190 int n_out; local
28248 int n_out; local
42610 int n_out; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtestapi.c1300 int n_out; local
1308 for (n_out = 0;n_out < gen_nb_unsigned_char_ptr;n_out++) {
1313 out = gen_unsigned_char_ptr(n_out, 0);
1321 des_unsigned_char_ptr(n_out, out, 0);
1330 printf(" %d", n_out);
1920 int n_out; local
1930 for (n_out = 0;n_out < gen_nb_unsigned_char_pt
3268 int n_out; local
3315 int n_out; local
5649 int n_out; local
5982 int n_out; local
8471 int n_out; local
8526 int n_out; local
8649 int n_out; local
8695 int n_out; local
8741 int n_out; local
15778 int n_out; local
15822 int n_out; local
28156 int n_out; local
28190 int n_out; local
28248 int n_out; local
42610 int n_out; local
[all...]

Completed in 429 milliseconds