Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/platform/
DC2BqBuffer.cpp212 return C2_TIMED_OUT; in fetchFromIgbp_l()
230 return C2_TIMED_OUT; in fetchFromIgbp_l()
356 if (status == C2_TIMED_OUT) { in fetchGraphicBlock()
363 return C2_TIMED_OUT; in fetchGraphicBlock()
/hardware/google/av/codec2/vndk/util/
DC2Debug.cpp43 case C2_TIMED_OUT: return "TIMED_OUT"; in asString()
DC2InterfaceHelper.cpp684 case C2_TIMED_OUT: paramTimedOut = true; break; in config()
720 paramTimedOut ? C2_TIMED_OUT : in config()
/hardware/google/av/codec2/include/
DC2.h111 C2_TIMED_OUT = ETIMEDOUT, ///< operation did not complete within timeout enumerator
/hardware/google/av/codec2/vndk/include/util/
DC2InterfaceUtils.h900 return C2SettingResultsBuilder(C2_TIMED_OUT);
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp2848 case C2_TIMED_OUT: in toStatusT()