Home
last modified time | relevance | path

Searched refs:onComponentConfigured (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DCodecBase.h106 virtual void onComponentConfigured(
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp481 mCallback->onComponentConfigured(mInputFormat, mOutputFormat); in onConfigureComponent()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp310 virtual void onComponentConfigured(
376 void CodecCallback::onComponentConfigured( in onComponentConfigured() function in android::__anonaa6bfb110111::CodecCallback
DACodec.cpp6866 mCodec->mCallback->onComponentConfigured(mCodec->mInputFormat, mCodec->mOutputFormat); in onConfigureComponent()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1047 mCallback->onComponentConfigured(config->mInputFormat, config->mOutputFormat); in configure()