Searched refs:setupG711Codec (Results 1 – 2 of 2) sorted by relevance
488 status_t setupG711Codec(bool encoder, int32_t sampleRate, int32_t numChannels);
2192 err = setupG711Codec(encoder, sampleRate, numChannels); in configureCodec()3038 status_t ACodec::setupG711Codec(bool encoder, int32_t sampleRate, int32_t numChannels) { in setupG711Codec() function in android::ACodec