Home
last modified time | relevance | path

Searched refs:ALLOCATED (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
DCCodec.h157 ALLOCATED, enumerator
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1025 state->set(ALLOCATED); in allocate()
1050 return (state->get() != ALLOCATED) ? UNKNOWN_ERROR : OK; in initiateConfigureComponent()
1065 if (state->get() != ALLOCATED) { in configure()
1816 if (state->get() != ALLOCATED) { in initiateCreateInputSurface()
2090 if (state->get() != ALLOCATED) { in initiateStart()
2193 if (state->get() == ALLOCATED in initiateStop()
2272 state->set(ALLOCATED); in stop()