Home
last modified time | relevance | path

Searched refs:rtmp (Results 1 – 25 of 45) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/
Dmeson.build7 'rtmp/amf.c',
8 'rtmp/rtmpchunkstream.c',
9 'rtmp/rtmpclient.c',
10 'rtmp/rtmpconnection.c',
11 'rtmp/rtmphandshake.c',
12 'rtmp/rtmpmessage.c',
13 'rtmp/rtmputils.c',
/third_party/gstreamer/gstplugins_bad/ext/rtmp/
Dgstrtmpsrc.c345 g_return_val_if_fail (src->rtmp != NULL, GST_FLOW_ERROR); in gst_rtmp_src_create()
347 if (!RTMP_IsConnected (src->rtmp)) { in gst_rtmp_src_create()
370 int read = RTMP_Read (src->rtmp, (char *) data, todo); in gst_rtmp_src_create()
404 src->last_timestamp = src->rtmp->m_mediaStamp * GST_MSECOND; in gst_rtmp_src_create()
407 MAX (src->last_timestamp, src->rtmp->m_mediaStamp * GST_MSECOND); in gst_rtmp_src_create()
467 if (format == GST_FORMAT_TIME && src->rtmp) { in gst_rtmp_src_query()
468 duration = RTMP_GetDuration (src->rtmp); in gst_rtmp_src_query()
527 if (!src->rtmp) { in gst_rtmp_src_prepare_seek_segment()
561 if (!src->rtmp) { in gst_rtmp_src_do_seek()
578 if (!RTMP_IsConnected (src->rtmp)) { in gst_rtmp_src_do_seek()
[all …]
Dgstrtmpsink.c168 sink->rtmp = RTMP_Alloc (); in gst_rtmp_sink_start()
170 if (!sink->rtmp) { in gst_rtmp_sink_start()
175 RTMP_Init (sink->rtmp); in gst_rtmp_sink_start()
176 if (!RTMP_SetupURL (sink->rtmp, sink->rtmp_uri)) { in gst_rtmp_sink_start()
185 RTMP_EnableWrite (sink->rtmp); in gst_rtmp_sink_start()
193 if (sink->rtmp) { in gst_rtmp_sink_start()
194 RTMP_Free (sink->rtmp); in gst_rtmp_sink_start()
195 sink->rtmp = NULL; in gst_rtmp_sink_start()
211 if (sink->rtmp) { in gst_rtmp_sink_stop()
212 RTMP_Close (sink->rtmp); in gst_rtmp_sink_stop()
[all …]
Dgstrtmp.c49 rtmp,
Dmeson.build8 rtmp_dep = dependency('librtmp', required : get_option('rtmp'))
Dgstrtmpsink.h53 RTMP *rtmp; member
Dgstrtmpsrc.h65 RTMP *rtmp; member
/third_party/ffmpeg/libavcodec/mips/
Dhevcdsp_mmi.c36 uint64_t rtmp[1]; \
106 [ftmp10]"=&f"(ftmp[10]), [rtmp0]"=&r"(rtmp[0]), \
136 uint64_t rtmp[1]; \
207 [ftmp10]"=&f"(ftmp[10]), [rtmp0]"=&r"(rtmp[0]), \
300 [ftmp14]"=&f"(ftmp[14]), [rtmp0]"=&r"(rtmp[0]), \
333 uint64_t rtmp[1]; \
433 [offset]"+&f"(offset), [rtmp0]"=&r"(rtmp[0]) \
467 uint64_t rtmp[1]; \
540 [ftmp10]"=&f"(ftmp[10]), [rtmp0]"=&r"(rtmp[0]), \
662 [offset]"+&f"(offset), [rtmp0]"=&r"(rtmp[0]) \
[all …]
/third_party/libcoap/include/coap3/
Dcoap_session_internal.h285 #define SESSIONS_ITER(e, el, rtmp) \ argument
286 HASH_ITER(hh, (e), el, rtmp)
288 #define SESSIONS_ITER_SAFE(e, el, rtmp) \ argument
289 for ((el) = (e); (el) && ((rtmp) = (el)->hh.next, 1); (el) = (rtmp))
Dcoap_resource_internal.h117 coap_resource_t *tmp, *rtmp; \
118 HASH_ITER(hh, (r), tmp, rtmp)
/third_party/curl/lib/
Dcurl_rtmp.c217 conn->proto.rtmp = r; in rtmp_setup_connection()
224 RTMP *r = conn->proto.rtmp; in rtmp_connect()
259 RTMP *r = conn->proto.rtmp; in rtmp_do()
288 RTMP *r = conn->proto.rtmp; in rtmp_disconnect()
292 conn->proto.rtmp = NULL; in rtmp_disconnect()
303 RTMP *r = conn->proto.rtmp; in rtmp_recv()
325 RTMP *r = conn->proto.rtmp; in rtmp_send()
DMakefile.netware218 ifeq ($(findstring -rtmp,$(CFG)),-rtmp)
/third_party/openssl/crypto/pem/
Dpem_all.c49 RSA *rtmp; in IMPLEMENT_PEM_rw() local
52 rtmp = EVP_PKEY_get1_RSA(key); in IMPLEMENT_PEM_rw()
54 if (!rtmp) in IMPLEMENT_PEM_rw()
58 *rsa = rtmp; in IMPLEMENT_PEM_rw()
60 return rtmp; in IMPLEMENT_PEM_rw()
/third_party/ffmpeg/libavformat/
Dlibrtmp.c41 RTMP rtmp; member
76 RTMP *r = &ctx->rtmp; in rtmp_close()
98 RTMP *r = &ctx->rtmp; in rtmp_open()
262 RTMP *r = &ctx->rtmp; in rtmp_write()
273 RTMP *r = &ctx->rtmp; in rtmp_read()
284 RTMP *r = &ctx->rtmp; in rtmp_read_pause()
295 RTMP *r = &ctx->rtmp; in rtmp_read_seek()
313 RTMP *r = &ctx->rtmp; in rtmp_get_file_handle()
350 RTMP_CLASS(rtmp)
/third_party/libunwind/tests/
Dia64-test-dyn1.c93 unw_dyn_region_info_t *r_pro, *r_epi, *r, *rtmp; in main() local
151 rtmp = r; in main()
154 r->next = rtmp; in main()
164 rtmp = r; in main()
167 r->next = rtmp; in main()
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dcompress.c190 register UChar rtmp; in generateMTFValues() local
193 rtmp = yy[1]; in generateMTFValues()
197 while ( rll_i != rtmp ) { in generateMTFValues()
200 rtmp2 = rtmp; in generateMTFValues()
201 rtmp = *ryy_j; in generateMTFValues()
204 yy[0] = rtmp; in generateMTFValues()
/third_party/bzip2/
Dcompress.c190 register UChar rtmp; in generateMTFValues() local
193 rtmp = yy[1]; in generateMTFValues()
197 while ( rll_i != rtmp ) { in generateMTFValues()
200 rtmp2 = rtmp; in generateMTFValues()
201 rtmp = *ryy_j; in generateMTFValues()
204 yy[0] = rtmp; in generateMTFValues()
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dcompress.c190 register UChar rtmp; in generateMTFValues() local
193 rtmp = yy[1]; in generateMTFValues()
197 while ( rll_i != rtmp ) { in generateMTFValues()
200 rtmp2 = rtmp; in generateMTFValues()
201 rtmp = *ryy_j; in generateMTFValues()
204 yy[0] = rtmp; in generateMTFValues()
/third_party/curl/docs/examples/
DMakefile.netware206 ifeq ($(findstring -rtmp,$(CFG)),-rtmp)
/third_party/openssl/crypto/x509/
Dx_crl.c410 X509_REVOKED rtmp, *rev; in def_crl_lookup() local
425 rtmp.serialNumber = *serial; in def_crl_lookup()
426 idx = sk_X509_REVOKED_find(crl->crl.revoked, &rtmp); in def_crl_lookup()
/third_party/libcoap/src/
Dcoap_io.c1146 coap_session_t *s, *rtmp; local
1155 SESSIONS_ITER_SAFE(ep->sessions, s, rtmp) {
1165 SESSIONS_ITER_SAFE(ctx->sessions, s, rtmp) {
1189 coap_session_t *s, *rtmp; local
1214 SESSIONS_ITER_SAFE(ep->sessions, s, rtmp) {
1235 SESSIONS_ITER_SAFE(ctx->sessions, s, rtmp) {
1315 SESSIONS_ITER(ep->sessions, s, rtmp) {
1339 SESSIONS_ITER(ctx->sessions, s, rtmp) {
Dcoap_io_riot.c212 coap_session_t *s, *rtmp; in coap_io_process() local
222 SESSIONS_ITER(ctx->sessions, s, rtmp) { in coap_io_process()
Dcoap_session.c623 coap_session_t *rtmp; in coap_endpoint_get_session() local
645 SESSIONS_ITER(endpoint->sessions, session, rtmp) { in coap_endpoint_get_session()
1397 coap_session_t *session, *rtmp; in coap_free_endpoint() local
1399 SESSIONS_ITER_SAFE(ep->sessions, session, rtmp) { in coap_free_endpoint()
1434 coap_session_t *s, *rtmp; in coap_session_get_by_peer() local
1436 SESSIONS_ITER(ctx->sessions, s, rtmp) { in coap_session_get_by_peer()
1442 SESSIONS_ITER(ep->sessions, s, rtmp) { in coap_session_get_by_peer()
/third_party/curl/src/
DMakefile.netware222 ifeq ($(findstring -rtmp,$(CFG)),-rtmp)
/third_party/gstreamer/gstplugins_bad/ext/
Dmeson.build51 subdir('rtmp') subdir

12