Home
last modified time | relevance | path

Searched refs:STATE_ERROR (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtglrenderer.cc109 STATE_ERROR = -1, enumerator
326 if (m_sharedRenderData->state == STATE_ERROR) { in init()
346 m_sharedRenderData->state = STATE_ERROR; in init()
376 m_sharedRenderData->state = STATE_ERROR; in init()
403 m_sharedRenderData->state = STATE_ERROR; in init()
411 m_sharedRenderData->state = STATE_ERROR; in init()
/third_party/skia/third_party/externals/libwebp/src/dec/
Didec_dec.c43 STATE_ERROR enumerator
293 idec->state_ = STATE_ERROR; in IDecError()
505 idec->state_ = STATE_ERROR; // prevent re-entry in IDecError in DecodeRemaining()
772 if (idec->state_ == STATE_ERROR) { in IDecCheckStatus()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c56 STATE_ERROR, enumerator
225 if (t->state < STATE_ERROR) in _on_answer_received()
226 test_webrtc_signal_state_unlocked (t, STATE_ERROR); in _on_answer_received()
302 if (t->state < STATE_ERROR) in _on_offer_received()
303 test_webrtc_signal_state_unlocked (t, STATE_ERROR); in _on_offer_received()
354 test_webrtc_signal_state_unlocked (t, STATE_ERROR); in _bus_watch()
711 states |= (1 << STATE_ERROR); in test_webrtc_wait_for_answer_error_eos()
1295 fail_unless_equals_int (STATE_ERROR, t->state); in GST_START_TEST()
1327 fail_unless_equals_int (STATE_ERROR, t->state); in GST_START_TEST()