Searched refs:CHANNEL_ORDER_CODED (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dcadec.c | 51 if (s->output_channel_order == CHANNEL_ORDER_CODED) { in ff_dca_set_channel_layout() 359 s->output_channel_order = CHANNEL_ORDER_CODED; in dcadec_init() 397 0, AV_OPT_TYPE_CONST, { .i64 = CHANNEL_ORDER_CODED }, .flags = PARAM, "channel_order" },
|
H A D | dcadec.h | 50 CHANNEL_ORDER_CODED, enumerator
|
H A D | dolby_e.c | 46 CHANNEL_ORDER_CODED, enumerator 1270 s->dectx.metadata.output_channel_order = CHANNEL_ORDER_CODED; in dolby_e_init() 1274 s->dectx.metadata.multi_prog_warned = s->dectx.metadata.output_channel_order == CHANNEL_ORDER_CODED; in dolby_e_init() 1288 0, AV_OPT_TYPE_CONST, { .i64 = CHANNEL_ORDER_CODED }, .flags = FLAGS, "channel_order" },
|
H A D | aac.h | 293 CHANNEL_ORDER_CODED, enumerator
|
H A D | aacdec_template.c | 561 ac->output_channel_order = CHANNEL_ORDER_CODED; in output_configure() 3579 0, AV_OPT_TYPE_CONST, { .i64 = CHANNEL_ORDER_CODED }, .flags = AACDEC_FLAGS, "channel_order" },
|
Completed in 9 milliseconds