Searched refs:av_rescale_q (Results 1 - 25 of 132) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmovtextdec.c89 ts_start = av_rescale_q(avpkt->pts,
92 ts_end = av_rescale_q(avpkt->pts + avpkt->duration,
H A Dmpl2dec.c72 const int ts_start = av_rescale_q(avpkt->pts, avctx->time_base, (AVRational){1,100});
74 av_rescale_q(avpkt->duration, avctx->time_base, (AVRational){1,100}) : -1;
H A Dwebvttdec.c83 int ts_start = av_rescale_q(avpkt->pts, avctx->time_base, (AVRational){1,100});
85 av_rescale_q(avpkt->duration, avctx->time_base, (AVRational){1,100}) : -1;
H A Dassdec.c94 const int ts_start = av_rescale_q(avpkt->pts, avctx->time_base, ass_tb);
95 const int ts_duration = av_rescale_q(avpkt->duration, avctx->time_base, ass_tb);
H A Dtextdec.c51 const int ts_start = av_rescale_q(avpkt->pts, avctx->time_base, (AVRational){1,100});
53 av_rescale_q(avpkt->duration, avctx->time_base, (AVRational){1,100}) : -1;
H A Dsamidec.c122 int ts_start = av_rescale_q(avpkt->pts, avctx->time_base, (AVRational){1,100});
124 av_rescale_q(avpkt->duration, avctx->time_base, (AVRational){1,100}) : -1;
H A Dinternal.h200 return av_rescale_q(samples, (AVRational){ 1, avctx->sample_rate },
H A Dmicrodvddec.c310 int ts_start = av_rescale_q(start, avctx->time_base, (AVRational){1,100});
312 av_rescale_q(duration, avctx->time_base, (AVRational){1,100}) : -1;
H A Dxsubdec.c73 packet_time = av_rescale_q(avpkt->pts, AV_TIME_BASE_Q, (AVRational){1, 1000});
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavutil/
H A Dmathematics.h70 int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_apad.c79 apad->next_pts = frame->pts + av_rescale_q(frame->nb_samples, (AVRational){1, inlink->sample_rate}, inlink->time_base);
121 apad->next_pts += av_rescale_q(n_out, (AVRational){1, outlink->sample_rate}, outlink->time_base);
H A Ddualinput.c35 mainpic->pts = av_rescale_q(mainpic->pts, s->fs.time_base, ctx->outputs[0]->time_base);
H A Dvf_fps.c142 buf->pts = av_rescale_q(s->first_pts, ctx->inputs[0]->time_base,
189 s->first_pts = av_rescale_q(first_pts, AV_TIME_BASE_Q,
192 s->first_pts, av_rescale_q(first_pts, AV_TIME_BASE_Q,
255 buf_out->pts = av_rescale_q(s->first_pts, inlink->time_base,
H A Dtrim.c102 int64_t start_pts = av_rescale_q(s->start_time, AV_TIME_BASE_Q, tb);
107 int64_t end_pts = av_rescale_q(s->end_time, AV_TIME_BASE_Q, tb);
112 s->duration_tb = av_rescale_q(s->duration, AV_TIME_BASE_Q, tb);
258 pts = av_rescale_q(frame->pts, inlink->time_base,
337 out->pts += av_rescale_q(start_sample, (AVRational){ 1, out->sample_rate },
H A Daf_asetnsamples.c119 asns->next_out_pts += av_rescale_q(nb_out_samples, (AVRational){1, outlink->sample_rate}, outlink->time_base);
H A Davf_concat.c170 buf->pts = av_rescale_q(buf->pts, inlink->time_base, outlink->time_base);
176 in->pts += av_rescale_q(buf->nb_samples,
266 nb_samples = av_rescale_q(seg_delta - cat->in[in_no].pts,
276 buf->pts = base_pts + av_rescale_q(sent, rate_tb, outlink->time_base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dmathematics.h104 int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const;
H A Dmathematics.c140 int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) function
174 *last = av_rescale_q(in_ts, in_tb, fs_tb) + duration;
175 return av_rescale_q(in_ts, in_tb, out_tb);
186 return av_rescale_q(this, fs_tb, out_tb);
205 int64_t old = av_rescale_q(ts, ts_tb, inc_tb);
206 int64_t old_ts = av_rescale_q(old, inc_tb, ts_tb);
207 return av_rescale_q(old + 1, inc_tb, ts_tb) + (ts - old_ts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dmathematics.h96 int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dseek-test.c52 ts= av_rescale_q(ts, base, (AVRational){1, 1000000});
142 timestamp= av_rescale_q(timestamp, AV_TIME_BASE_Q, st->time_base);
H A Drawvideodec.c61 st->codec->bit_rate = av_rescale_q(avpicture_get_size(st->codec->pix_fmt, s->width, s->height),
H A Davisynth.c530 samples = av_rescale_q(avs->curr_frame, samplerate, fps) -
533 samples = av_rescale_q(1, samplerate, fps);
658 avs->curr_sample = av_rescale_q(timestamp, samplerate, fps);
664 avs->curr_frame = av_rescale_q(timestamp, fps, samplerate);
665 avs->curr_sample = av_rescale_q(avs->curr_frame, samplerate, fps);
H A Dmp3dec.c155 read_xing_toc(s, mp3->header_filesize, av_rescale_q(mp3->frames,
211 st->start_time = av_rescale_q(st->skip_samples,
297 st->duration = av_rescale_q(mp3->frames, (AVRational){spf, c.sample_rate},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c235 pts = av_rescale_q(sub->pts + sub->start_display_time * 1000LL,
237 end_pts = av_rescale_q(sub->pts + sub->end_display_time * 1000LL,
274 pts2 = av_rescale_q(pts, ist->st->time_base, ist2->st->time_base) - 1;
704 int64_t end = av_rescale_q(ost->sync_opts - ost->first_pts, ost->enc_ctx->time_base, AV_TIME_BASE_Q);
810 ost->sync_opts = av_rescale_q(pts, AV_TIME_BASE_Q, enc->time_base);
816 sub->pts += av_rescale_q(sub->start_display_time, (AVRational){ 1, 1000 }, AV_TIME_BASE_Q);
836 pkt.pts = av_rescale_q(sub->pts, AV_TIME_BASE_Q, ost->st->time_base);
837 pkt.duration = av_rescale_q(sub->end_display_time, (AVRational){ 1, 1000 }, ost->st->time_base);
967 pkt.pts = av_rescale_q(in_picture->pts, enc->time_base, ost->st->time_base);
1186 av_rescale_q(filtered_fram
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dseek-test.c121 timestamp= av_rescale_q(timestamp, AV_TIME_BASE_Q, st->time_base);

Completed in 145 milliseconds

123456