Searched refs:configureCodec (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DACodec.h341 status_t configureCodec(const char *mime, const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h341 status_t configureCodec(const char *mime, const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/
H A DACodec.cpp1703 status_t ACodec::configureCodec( function in class:android::ACodec
6645 err = mCodec->configureCodec(mime.c_str(), msg);
6648 ALOGE("[%s] configureCodec returning error %d",

Completed in 25 milliseconds