Home
last modified time | relevance | path

Searched refs:room_type (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dac3enc.h100 int room_type; member
Dac3enc.c83 {"room_type", "Room Type", OFFSET(room_type), AV_OPT_TYPE_INT, {.i64 = AC3ENC_OPT_NONE }, AC3ENC_OP…
1420 put_bits(&s->pb, 2, opt->room_type); in ac3_output_frame_header()
1812 switch (opt->room_type) { in dprint_options()
1816 default: snprintf(strbuf, 32, "ERROR (%d)", opt->room_type); in dprint_options()
1968 if (opt->mixing_level != AC3ENC_OPT_NONE || opt->room_type != AC3ENC_OPT_NONE || in ff_ac3_validate_metadata()
1975 if (opt->mixing_level != AC3ENC_OPT_NONE || opt->room_type != AC3ENC_OPT_NONE) in ff_ac3_validate_metadata()
2086 if (opt->room_type == AC3ENC_OPT_NONE) in ff_ac3_validate_metadata()
2087 opt->room_type = AC3ENC_OPT_NOT_INDICATED; in ff_ac3_validate_metadata()
Deac3enc.c185 put_bits(&s->pb, 2, opt->room_type); in ff_eac3_output_frame_header()
/third_party/ffmpeg/doc/
Dencoders.texi239 if the @code{room_type} option is not the default value, the @code{mixing_level}
242 @item -room_type @var{type}
247 option and the @code{room_type} option have the default values.