Home
last modified time | relevance | path

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

12

/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/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',
DTODO27 Something like (a/x = application/x-rtmp-messages):
/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/curl/lib/
Dcurl_rtmp.c219 conn->proto.rtmp = r; in rtmp_setup_connection()
226 RTMP *r = conn->proto.rtmp; in rtmp_connect()
261 RTMP *r = conn->proto.rtmp; in rtmp_do()
290 RTMP *r = conn->proto.rtmp; in rtmp_disconnect()
294 conn->proto.rtmp = NULL; in rtmp_disconnect()
305 RTMP *r = conn->proto.rtmp; in rtmp_recv()
327 RTMP *r = conn->proto.rtmp; in rtmp_send()
/third_party/libcoap/include/oscore/
Doscore_context.h133 oscore_associations_t *tmp, *rtmp; \
134 HASH_ITER (hh, (r), tmp, rtmp)
136 #define OSCORE_ASSOCIATIONS_ITER_SAFE(e, el, rtmp) \ argument
137 for ((el) = (e); (el) && ((rtmp) = (el)->hh.next, 1); (el) = (rtmp))
/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/node/deps/openssl/openssl/crypto/pem/
Dpem_all.c55 RSA *rtmp; in IMPLEMENT_PEM_rw() local
58 rtmp = EVP_PKEY_get1_RSA(key); in IMPLEMENT_PEM_rw()
60 if (!rtmp) in IMPLEMENT_PEM_rw()
64 *rsa = rtmp; in IMPLEMENT_PEM_rw()
66 return rtmp; in IMPLEMENT_PEM_rw()
/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/openssl/crypto/pem/
Dpem_all.c55 RSA *rtmp; in IMPLEMENT_PEM_rw() local
58 rtmp = EVP_PKEY_get1_RSA(key); in IMPLEMENT_PEM_rw()
60 if (!rtmp) in IMPLEMENT_PEM_rw()
64 *rsa = rtmp; in IMPLEMENT_PEM_rw()
66 return rtmp; in IMPLEMENT_PEM_rw()
/third_party/libcoap/include/coap3/
Dcoap_session_internal.h535 #define SESSIONS_ITER(e, el, rtmp) \ argument
536 HASH_ITER(hh, (e), el, rtmp)
538 #define SESSIONS_ITER_SAFE(e, el, rtmp) \ argument
539 for ((el) = (e); (el) && ((rtmp) = (el)->hh.next, 1); (el) = (rtmp))
Dcoap_resource_internal.h128 coap_resource_t *tmp, *rtmp; \
129 HASH_ITER(hh, (r), tmp, rtmp)
/third_party/libcoap/src/
Dcoap_session.c1111 coap_session_t *rtmp; in coap_endpoint_get_session() local
1133 SESSIONS_ITER(endpoint->sessions, session, rtmp) { in coap_endpoint_get_session()
1324 coap_session_t *s, *rtmp; in coap_session_create_client() local
1329 SESSIONS_ITER_SAFE(ctx->sessions, s, rtmp) { in coap_session_create_client()
1951 coap_session_t *session, *rtmp; in coap_free_endpoint() local
1953 SESSIONS_ITER_SAFE(ep->sessions, session, rtmp) { in coap_free_endpoint()
1988 coap_session_t *s, *rtmp; in coap_session_get_by_peer() local
1990 SESSIONS_ITER(ctx->sessions, s, rtmp) { in coap_session_get_by_peer()
2004 SESSIONS_ITER(ep->sessions, s, rtmp) { in coap_session_get_by_peer()
Dcoap_io.c1361 coap_session_t *s, *rtmp; local
1429 SESSIONS_ITER_SAFE(ep->sessions, s, rtmp) {
1504 SESSIONS_ITER_SAFE(ctx->sessions, s, rtmp) {
1794 coap_session_t *s, *rtmp; local
1808 SESSIONS_ITER(ep->sessions, s, rtmp) {
1819 SESSIONS_ITER(context->sessions, s, rtmp) {
Dcoap_net.c620 coap_session_t *sp, *rtmp; in coap_free_context() local
622 SESSIONS_ITER_SAFE(context->sessions, sp, rtmp) { in coap_free_context()
2056 coap_session_t *s, *rtmp; in coap_io_do_io()
2069 SESSIONS_ITER_SAFE(ep->sessions, s, rtmp) { in coap_io_do_io()
2084 SESSIONS_ITER_SAFE(ctx->sessions, s, rtmp) { in coap_io_do_io()
3940 coap_session_t *s, *rtmp; in coap_can_exit() local
3949 SESSIONS_ITER(ep->sessions, s, rtmp) { in coap_can_exit()
3958 SESSIONS_ITER(context->sessions, s, rtmp) { in coap_can_exit()
/third_party/openssl/crypto/x509/
Dx_crl.c436 X509_REVOKED rtmp, *rev; in def_crl_lookup() local
452 rtmp.serialNumber = *serial; in def_crl_lookup()
453 idx = sk_X509_REVOKED_find(crl->crl.revoked, &rtmp); in def_crl_lookup()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dx_crl.c436 X509_REVOKED rtmp, *rev; in def_crl_lookup() local
452 rtmp.serialNumber = *serial; in def_crl_lookup()
453 idx = sk_X509_REVOKED_find(crl->crl.revoked, &rtmp); in def_crl_lookup()
/third_party/gstreamer/gstplugins_bad/ext/
Dmeson.build51 subdir('rtmp') subdir
/third_party/node/deps/openssl/openssl/apps/
Dca.c2476 ASN1_ENUMERATED *rtmp = NULL; in make_revoked() local
2489 rtmp = ASN1_ENUMERATED_new(); in make_revoked()
2490 if (rtmp == NULL || !ASN1_ENUMERATED_set(rtmp, reason_code)) in make_revoked()
2492 if (X509_REVOKED_add1_ext_i2d(rev, NID_crl_reason, rtmp, 0, 0) <= 0) in make_revoked()
2517 ASN1_ENUMERATED_free(rtmp); in make_revoked()
/third_party/openssl/apps/
Dca.c2456 ASN1_ENUMERATED *rtmp = NULL; in make_revoked() local
2469 rtmp = ASN1_ENUMERATED_new(); in make_revoked()
2470 if (rtmp == NULL || !ASN1_ENUMERATED_set(rtmp, reason_code)) in make_revoked()
2472 if (X509_REVOKED_add1_ext_i2d(rev, NID_crl_reason, rtmp, 0, 0) <= 0) in make_revoked()
2497 ASN1_ENUMERATED_free(rtmp); in make_revoked()

12