Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h345 status_t configureCodec(const char *mime, const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/
DACodec.cpp1706 status_t ACodec::configureCodec( in configureCodec() function in android::ACodec
6856 err = mCodec->configureCodec(mime.c_str(), msg); in onConfigureComponent()