Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drtmpproto.c69 STATE_STOPPED, ///< the broadcast has been stopped enumerator
2150 if (!t && !strcmp(tmpstr, "NetStream.Play.Stop")) rt->state = STATE_STOPPED; in handle_invoke_status()
2151 if (!t && !strcmp(tmpstr, "NetStream.Play.UnpublishNotify")) rt->state = STATE_STOPPED; in handle_invoke_status()
2415 if (rt->state == STATE_STOPPED) in get_packet()
2463 if (rt->state == STATE_STOPPED) { in get_packet()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimedia_audio.js878 STATE_STOPPED: 3, property
/third_party/rust/crates/libc/src/unix/nto/
Dneutrino.rs255 pub const STATE_STOPPED: ::c_int = 0x03; constant