Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h496 status_t setupAC3Codec(bool encoder, int32_t numChannels, int32_t sampleRate);
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp2313 err = setupAC3Codec(encoder, numChannels, sampleRate); in configureCodec()
2993 status_t ACodec::setupAC3Codec( in setupAC3Codec() function in android::ACodec