Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Davpacket.c526 void av_packet_rescale_ts(AVPacket *pkt, AVRational src_tb, AVRational dst_tb) in av_packet_rescale_ts() argument
529 pkt->pts = av_rescale_q(pkt->pts, src_tb, dst_tb); in av_packet_rescale_ts()
531 pkt->dts = av_rescale_q(pkt->dts, src_tb, dst_tb); in av_packet_rescale_ts()
533 pkt->duration = av_rescale_q(pkt->duration, src_tb, dst_tb); in av_packet_rescale_ts()
/third_party/ffmpeg/libavformat/
H A Dfifo.c185 AVRational src_tb, dst_tb; in fifo_thread_write_packet() local
207 src_tb = avf->streams[s_idx]->time_base; in fifo_thread_write_packet()
209 av_packet_rescale_ts(pkt, src_tb, dst_tb); in fifo_thread_write_packet()

Completed in 3 milliseconds