Home
last modified time | relevance | path

Searched refs:dst_tb (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
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/
Dfifo.c185 AVRational src_tb, dst_tb; in fifo_thread_write_packet() local
208 dst_tb = avf2->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()