Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h488 status_t setupG711Codec(bool encoder, int32_t sampleRate, int32_t numChannels);
/frameworks/av/media/libstagefright/
DACodec.cpp2192 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