Home
last modified time | relevance | path

Searched refs:time_base_out (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsetts_bsf.c146 ctx->time_base_out = s->time_base; in setts_init()
153 s->var_values[VAR_TB_OUT]= ctx->time_base_out.den ? av_q2d(ctx->time_base_out) : 0; in setts_init()
H A Dpcm_rechunk_bsf.c48 ctx->time_base_out = av_inv_q(sr); in init()
168 av_packet_rescale_ts(s->in_pkt, ctx->time_base_in, ctx->time_base_out); in rechunk_filter()
H A Dnoise_bsf.c117 s->var_values[VAR_TB] = ctx->time_base_out.den ? av_q2d(ctx->time_base_out) : 0; in noise_init()
H A Dbsf.h108 AVRational time_base_out; member
H A Dbsf.c180 ctx->time_base_out = ctx->time_base_in; in av_bsf_init()
303 tb = lst->bsfs[i]->time_base_out; in bsf_list_init()
306 bsf->time_base_out = tb; in bsf_list_init()
/third_party/ffmpeg/libavformat/
H A Dtee.c592 av_packet_rescale_ts(pkt2, bsfs->time_base_out, in tee_write_packet()
H A Dmux.c1159 av_packet_rescale_ts(pkt, bsfc->time_base_out, st->time_base); in write_packets_from_bsfs()
/third_party/ffmpeg/fftools/
H A Dffmpeg.c2702 ost->st->time_base = ctx->time_base_out; in init_output_bsfs()

Completed in 12 milliseconds