Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpeg4videodec.h51 int t_frame; member
H A Dmpeg4videodec.c2476 ctx->t_frame = 0; in decode_vol_header()
3006 if (ctx->t_frame == 0) in decode_vop_header()
3007 ctx->t_frame = s->pb_time; in decode_vop_header()
3008 if (ctx->t_frame == 0) in decode_vop_header()
3009 ctx->t_frame = 1; // 1/0 protection in decode_vop_header()
3010 s->pp_field_time = (ROUNDED_DIV(s->last_non_b_time, ctx->t_frame) - in decode_vop_header()
3011 ROUNDED_DIV(s->last_non_b_time - s->pp_time, ctx->t_frame)) * 2; in decode_vop_header()
3012 s->pb_field_time = (ROUNDED_DIV(s->time, ctx->t_frame) - in decode_vop_header()
3013 ROUNDED_DIV(s->last_non_b_time - s->pp_time, ctx->t_frame)) * 2; in decode_vop_header()
3537 s->t_frame in mpeg4_update_thread_context()
[all...]

Completed in 7 milliseconds