Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DOMXCodec.h347 status_t configureCodec(const sp<MetaData> &meta);
DACodec.h304 status_t configureCodec(const char *mime, const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/
DOMXCodec.cpp378 err = codec->configureCodec(meta); in Create()
520 status_t OMXCodec::configureCodec(const sp<MetaData> &meta) { in configureCodec() function in android::OMXCodec
DACodec.cpp1621 status_t ACodec::configureCodec( in configureCodec() function in android::ACodec
5687 err = mCodec->configureCodec(mime.c_str(), msg); in onConfigureComponent()