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

/frameworks/av/include/media/stagefright/
H A DACodec.h351 status_t setupG711Codec(bool encoder, int32_t sampleRate, int32_t numChannels);
/frameworks/av/media/libstagefright/
H A DACodec.cpp2070 err = setupG711Codec(encoder, sampleRate, numChannels);
2589 status_t ACodec::setupG711Codec(bool encoder, int32_t sampleRate, int32_t numChannels) { function in class:android::ACodec

Completed in 111 milliseconds