Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
DCCodec.h161 ALLOCATING, // RELEASED -> ALLOCATED enumerator
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp712 state->set(ALLOCATING); in initiateAllocateComponent()
766 if (state->get() != ALLOCATING) { in allocate()
1812 if (state->get() == ALLOCATING) { in initiateRelease()