Home
last modified time | relevance | path

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

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