Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/vndk/platform/
H A DC2SurfaceSyncObj.cpp235 return C2_TIMED_OUT; in waitForChange()
/aosp12/frameworks/av/media/codec2/vndk/util/
H A DC2Debug.cpp43 case C2_TIMED_OUT: return "TIMED_OUT"; in asString()
H A DC2InterfaceHelper.cpp708 case C2_TIMED_OUT: paramTimedOut = true; break; in config()
754 paramTimedOut ? C2_TIMED_OUT : in config()
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2.h111 C2_TIMED_OUT = ETIMEDOUT, ///< operation did not complete within timeout enumerator
/aosp12/frameworks/av/media/codec2/vndk/include/util/
H A DC2InterfaceUtils.h901 return C2SettingResultsBuilder(C2_TIMED_OUT);
/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/
H A DSampleFilterPlugin.cpp402 return C2_TIMED_OUT; in setListener_vb()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.cpp2104 case C2_TIMED_OUT: in toStatusT()