Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodec.h129 ALLOCATED, enumerator
DCCodec.cpp645 state->set(ALLOCATED); in allocate()
669 return (state->get() != ALLOCATED) ? UNKNOWN_ERROR : OK; in initiateConfigureComponent()
684 if (state->get() != ALLOCATED) { in configure()
1053 if (state->get() != ALLOCATED) { in initiateCreateInputSurface()
1250 if (state->get() != ALLOCATED) { in initiateStart()
1334 if (state->get() == ALLOCATED in initiateStop()
1385 state->set(ALLOCATED); in stop()