Home
last modified time | relevance | path

Searched refs:FLUSHING (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/services/Car/cpp/computepipe/runner/graph/include/
H A DPrebuiltGraph.h34 FLUSHING, enumerator
/aosp12/packages/services/Car/cpp/computepipe/tests/runner/graph/
H A DGrpcGraphTest.cpp103 EXPECT_EQ(mGrpcGraph->GetGraphState(), PrebuiltGraphState::FLUSHING); in TEST_F()
/aosp12/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
H A DCCodec.h164 FLUSHING, // RUNNING -> FLUSHED enumerator
/aosp12/packages/services/Car/cpp/computepipe/runner/graph/
H A DLocalPrebuiltGraph.cpp329 mGraphState.store(flushOutputFrames ? PrebuiltGraphState::FLUSHING in StopGraphExecution()
H A DGrpcGraph.cpp258 mGraphState = PrebuiltGraphState::FLUSHING; in handleStopWithFlushPhase()
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp3063 case FLUSHING: in onMessageReceived()
3442 if (mState == FLUSHING in onMessageReceived()
3509 if (mState == FLUSHING in onMessageReceived()
3595 if (mState != FLUSHING) { in onMessageReceived()
4017 if (mState == FLUSHING || mState == CONFIGURING || mState == STARTING) { in onMessageReceived()
4340 setState(FLUSHING); in onMessageReceived()
4362 mState != STARTED && mState != FLUSHING && in onMessageReceived()
5380 case FLUSHING: rval = "FLUSHING"; break; in stateString()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h309 FLUSHING, enumerator
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp1923 state->set(FLUSHING); in signalFlush()
1945 if (state->get() != FLUSHING) { in flush()
1970 if (state->get() == FLUSHING) { in flush()