Lines Matching defs:time_base
743 AVRational time_base, int64_t *initial_pts,
753 res = audioFrame->GetPacketTime(&bmd_pts, time_base.den);
757 res = videoFrame->GetStreamTime(&bmd_pts, &bmd_duration, time_base.den);
761 res = videoFrame->GetHardwareReferenceTimestamp(time_base.den, &bmd_pts, &bmd_duration);
773 pts = av_rescale_q(wallclock, timebase, time_base);
775 pts = av_rescale_q(abs_wallclock, timebase, time_base);
780 pts = bmd_pts / time_base.num;
887 ctx->video_st->time_base.den);
963 pkt.pts = get_pkt_pts(videoFrame, audioFrame, wallclock, abs_wallclock, ctx->video_pts_source, ctx->video_st->time_base, &initial_video_pts, cctx->copyts);
1065 audioFrame->GetPacketTime(&audio_pts, ctx->audio_st->time_base.den);
1066 pkt.pts = get_pkt_pts(videoFrame, audioFrame, wallclock, abs_wallclock, ctx->audio_pts_source, ctx->audio_st->time_base, &initial_audio_pts, cctx->copyts);
1313 st->time_base.den = ctx->bmd_tb_den;
1314 st->time_base.num = ctx->bmd_tb_num;
1315 st->r_frame_rate = av_make_q(st->time_base.den, st->time_base.num);
1321 st->codecpar->bit_rate = av_rescale(ctx->bmd_width * ctx->bmd_height * 16, st->time_base.den, st->time_base.num);
1325 st->codecpar->bit_rate = av_rescale(ctx->bmd_width * ctx->bmd_height * 64, st->time_base.den, st->time_base.num * 3);
1330 st->codecpar->bit_rate = av_rescale(ctx->bmd_width * ctx->bmd_height * 32, st->time_base.den, st->time_base.num);
1335 st->codecpar->bit_rate = av_rescale(ctx->bmd_width * ctx->bmd_height * 32, st->time_base.den, st->time_base.num);
1339 st->codecpar->bit_rate = av_rescale(ctx->bmd_width * ctx->bmd_height * 30, st->time_base.den, st->time_base.num);
1373 st->time_base.den = ctx->bmd_tb_den;
1374 st->time_base.num = ctx->bmd_tb_num;
1388 st->time_base.den = ctx->bmd_tb_den;
1389 st->time_base.num = ctx->bmd_tb_num;