Home
last modified time | relevance | path

Searched refs:C2_TIMED_OUT (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/codec2/vndk/util/
DC2Debug.cpp43 case C2_TIMED_OUT: return "TIMED_OUT"; in asString()
DC2InterfaceHelper.cpp707 case C2_TIMED_OUT: paramTimedOut = true; break; in config()
753 paramTimedOut ? C2_TIMED_OUT : in config()
/frameworks/av/media/codec2/core/include/
DC2.h111 C2_TIMED_OUT = ETIMEDOUT, ///< operation did not complete within timeout enumerator
/frameworks/av/media/codec2/vndk/include/util/
DC2InterfaceUtils.h900 return C2SettingResultsBuilder(C2_TIMED_OUT);
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1701 case C2_TIMED_OUT: in toStatusT()