Searched refs:GenerateAACCodecConfig (Results 1 – 3 of 3) sorted by relevance
59 std::vector<uint8_t> GenerateAACCodecConfig(int32_t profile, int32_t sampleRate, int32_t channels);
322 std::vector<uint8_t> GenerateAACCodecConfig(int32_t profile, int32_t sampleRate, int32_t channels) in GenerateAACCodecConfig() function
434 codecConfig = GenerateAACCodecConfig(profile, sampleRate, channels); in SetCodecParameterOfTrack()