Searched refs:av_rescale (Results 1 - 25 of 68) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtp.h113 #define NTP_TO_RTP_FORMAT(x) av_rescale((x), INT64_C(1) << 32, 1000000)
H A Dpcm.c70 st->cur_dts = av_rescale(pos, st->time_base.den, byte_rate * (int64_t)st->time_base.num);
H A Dmp3dec.c117 av_rescale(b, filesize, 256),
118 av_rescale(i, duration, XING_TOC_COUNT),
174 peak = av_rescale(v, 100000, 1 << 23);
300 st->codec->bit_rate = av_rescale(mp3->header_filesize, 8 * c.sample_rate, mp3->frames * (int64_t)spf);
408 duration = av_rescale(st->duration, filesize, mp3->header_filesize - s->data_offset);
412 ie->pos = av_rescale(timestamp, filesize, duration) + s->data_offset;
H A Doggparseopus.c71 av_rescale(OPUS_SEEK_PREROLL_MS,
H A Dact.c100 st->duration = av_rescale(1000*(min*60+sec)+msec, st->codec->sample_rate, 1000 * st->codec->frame_size);
H A Dvivo.c222 s->duration = av_rescale(duration, 1000, 1);
H A Dvqf.c279 st->cur_dts = av_rescale(pos, st->time_base.den,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavutil/
H A Dmathematics.h59 int64_t av_rescale(int64_t a, int64_t b, int64_t c) av_const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dmathematics.h90 int64_t av_rescale(int64_t a, int64_t b, int64_t c) av_const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dpcm.c52 st->cur_dts = av_rescale(pos, st->time_base.den, byte_rate * (int64_t)st->time_base.num);
H A Dmp3dec.c130 st->codec->bit_rate = av_rescale(size, 8 * c.sample_rate, frames * (int64_t)spf);
H A Dvqf.c260 st->cur_dts = av_rescale(pos, st->time_base.den,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dmathematics.h85 int64_t av_rescale(int64_t a, int64_t b, int64_t c) av_const;
H A Dmathematics.c129 int64_t av_rescale(int64_t a, int64_t b, int64_t c){ function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dalsa-audio-dec.c126 dts -= av_rescale(delay + res, 1000000, s->sample_rate);
H A Dsdl.c109 overlay_rect->h = av_rescale(overlay_rect->w, dar.den, dar.num);
113 overlay_rect->w = av_rescale(overlay_rect->h, dar.num, dar.den);
118 overlay_rect->h = av_rescale(overlay_rect->w, dar.den, dar.num);
121 overlay_rect->w = av_rescale(overlay_rect->h, dar.num, dar.den);
H A Dxv.c143 xv->window_width = av_rescale(xv->window_width, sar.num, sar.den);
145 xv->window_height = av_rescale(xv->window_height, sar.den, sar.num);
243 xv->dest_h = av_rescale(xv->dest_w, dar.den, dar.num);
250 xv->dest_w = av_rescale(xv->dest_h, dar.num, dar.den);
H A Dlibdc1394.c145 dc1394->frame_rate = av_rescale(1000, framerate.num, framerate.den);
185 vst->codec->bit_rate = av_rescale(dc1394->packet.size * 8, fps->frame_rate, 1000);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_asetrate.c87 frame->pts = av_rescale(frame->pts, inlink->sample_rate,
H A Daf_afade.c220 s->nb_samples = av_rescale(s->duration, inlink->sample_rate, AV_TIME_BASE);
222 s->start_sample = av_rescale(s->start_time, inlink->sample_rate, AV_TIME_BASE);
H A Dasrc_sine.c166 sine->duration = av_rescale(sine->duration, sine->sample_rate, AV_TIME_BASE);
H A Davf_showwaves.c195 h = showwaves->h/2 - av_rescale(*p++, showwaves->h/2, MAX_INT16);
H A Dvf_scale.c304 w = av_rescale(h, inlink->w, inlink->h * factor_w) * factor_w;
306 h = av_rescale(w, inlink->h, inlink->w * factor_h) * factor_h;
311 int tmp_w = av_rescale(h, inlink->w, inlink->h);
312 int tmp_h = av_rescale(w, inlink->h, inlink->w);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_scale.c193 w = av_rescale(h, inlink->w, inlink->h);
195 h = av_rescale(w, inlink->h, inlink->w);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dlibdc1394.c146 dc1394->frame_rate = av_rescale(1000, framerate.num, framerate.den);
186 vst->codec->bit_rate = av_rescale(dc1394->packet.size * 8, fps->frame_rate, 1000);

Completed in 135 milliseconds

123