Searched refs:CONFIGURED (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMediaCodec.h156 CONFIGURED, enumerator in enum:android::MediaCodec::State
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp763 UNINITIALIZED : CONFIGURED);
902 setState(CONFIGURED);
1320 if (mState != CONFIGURED) {
1340 } else if (mState != CONFIGURED) {
1363 && mState != CONFIGURED && !isExecuting()) {
1641 if ((mState != CONFIGURED && mState != STARTING &&
2255 if (mState == CONFIGURED && !mBatteryStatNotified) {

Completed in 324 milliseconds