Home
last modified time | relevance | path

Searched refs:vo_type (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpeg4videodec.h66 int vo_type; member
H A Dmpeg4videoenc.c961 int vo_ver_id, vo_type, aspect_ratio_info; in mpeg4_encode_vol_header() local
965 vo_type = ADV_SIMPLE_VO_TYPE; in mpeg4_encode_vol_header()
968 vo_type = SIMPLE_VO_TYPE; in mpeg4_encode_vol_header()
977 put_bits(&s->pb, 8, vo_type); /* video obj type indication */ in mpeg4_encode_vol_header()
H A Dmpeg4videodec.c2381 ctx->vo_type = get_bits(gb, 8); in decode_vol_header()
2383 /* If we are in studio profile (per vo_type), check if its all consistent in decode_vol_header()
2388 if (ctx->vo_type == CORE_STUDIO_VO_TYPE || in decode_vol_header()
2389 ctx->vo_type == SIMPLE_STUDIO_VO_TYPE) { in decode_vol_header()
2436 switch (ctx->vo_type) { in decode_vol_header()
2821 if (s->codec_tag == AV_RL32("DIVX") && ctx->vo_type == 0 && in ff_mpeg4_workaround_bugs()
3160 1 - s->no_rounding, ctx->vo_type, in decode_vop_header()
3187 if (ctx->vo_type == 0 && ctx->vol_control_parameters == 0 && in decode_vop_header()
3546 s->vo_type = s1->vo_type; in mpeg4_update_thread_context()
[all...]

Completed in 7 milliseconds