Searched refs:room_type (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ac3enc.h | 100 int room_type; member
|
D | ac3enc.c | 83 {"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()
|
D | eac3enc.c | 185 put_bits(&s->pb, 2, opt->room_type); in ff_eac3_output_frame_header()
|
/third_party/ffmpeg/doc/ |
D | encoders.texi | 239 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.
|