Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodec.h133 ALLOCATING, // RELEASED -> ALLOCATED enumerator
DCCodec.cpp588 state->set(ALLOCATING); in initiateAllocateComponent()
641 if (state->get() != ALLOCATING) { in allocate()
1404 if (state->get() == ALLOCATING) { in initiateRelease()