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