Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daudiotoolboxenc.c584 static const AVProfile aac_profiles[] = { variable
675 FFAT_ENC(aac, AV_CODEC_ID_AAC, aac_profiles, , aac_at_channel_layouts, aac_at_ch_layouts)
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c2022 static const char *const aac_profiles[] = { "MAIN", "LC", "SSR" }; in matroska_aac_profile() local
2025 for (profile = 0; profile < FF_ARRAY_ELEMS(aac_profiles); profile++) in matroska_aac_profile()
2026 if (strstr(codec_id, aac_profiles[profile])) in matroska_aac_profile()

Completed in 9 milliseconds