Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DOMXCodec.h264 status_t setupErrorCorrectionParameters();
DACodec.h314 status_t setupErrorCorrectionParameters();
/frameworks/av/media/libstagefright/
DOMXCodec.cpp1002 status_t OMXCodec::setupErrorCorrectionParameters() { in setupErrorCorrectionParameters() function in android::OMXCodec
1143 CHECK_EQ(setupErrorCorrectionParameters(), (status_t)OK); in setupH263EncoderParameters()
1195 CHECK_EQ(setupErrorCorrectionParameters(), (status_t)OK); in setupMPEG4EncoderParameters()
DACodec.cpp2695 return setupErrorCorrectionParameters(); in setupMPEG4EncoderParameters()
2771 return setupErrorCorrectionParameters(); in setupH263EncoderParameters()
3118 status_t ACodec::setupErrorCorrectionParameters() { in setupErrorCorrectionParameters() function in android::ACodec