Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmlpdec.c179 static const enum AVChannel thd_channel_order[] = { variable
210 for (i = 0; i < FF_ARRAY_ELEMS(thd_channel_order); i++) in thd_channel_layout_extract_channel()
211 if (channel_layout & (1ULL << thd_channel_order[i]) && !index--) in thd_channel_layout_extract_channel()
212 return thd_channel_order[i]; in thd_channel_layout_extract_channel()

Completed in 3 milliseconds