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

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

Completed in 120 milliseconds