Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h528 status_t setupErrorCorrectionParameters();
/frameworks/av/media/libstagefright/
DACodec.cpp4209 return setupErrorCorrectionParameters(); in setupMPEG4EncoderParameters()
4286 return setupErrorCorrectionParameters(); in setupH263EncoderParameters()
4836 status_t ACodec::setupErrorCorrectionParameters() { in setupErrorCorrectionParameters() function in android::ACodec