Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DOMXCodec.h348 status_t configureCodec(const sp<MetaData> &meta);
DACodec.h246 status_t configureCodec(const char *mime, const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/
DOMXCodec.cpp374 err = codec->configureCodec(meta); in Create()
516 status_t OMXCodec::configureCodec(const sp<MetaData> &meta) { in configureCodec() function in android::OMXCodec
DACodec.cpp1168 status_t ACodec::configureCodec( in configureCodec() function in android::ACodec
5051 status_t err = mCodec->configureCodec(mime.c_str(), msg); in onConfigureComponent()