Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavcodec/mips/
Dhevcdsp_mmi.c36 uint64_t rtmp[1]; \
103 [ftmp10]"=&f"(ftmp[10]), [rtmp0]"=&r"(rtmp[0]), \
133 uint64_t rtmp[1]; \
201 [ftmp10]"=&f"(ftmp[10]), [rtmp0]"=&r"(rtmp[0]), \
286 [ftmp14]"=&f"(ftmp[14]), [rtmp0]"=&r"(rtmp[0]), \
319 uint64_t rtmp[1]; \
418 [offset]"+&f"(offset.f), [rtmp0]"=&r"(rtmp[0]) \
452 uint64_t rtmp[1]; \
525 [ftmp10]"=&f"(ftmp[10]), [rtmp0]"=&r"(rtmp[0]), \
638 [offset]"+&f"(offset.f), [rtmp0]"=&r"(rtmp[0]) \
[all …]
/third_party/ffmpeg/libavformat/
Dlibrtmp.c43 RTMP rtmp; member
77 RTMP *r = &ctx->rtmp; in rtmp_close()
99 RTMP *r = &ctx->rtmp; in rtmp_open()
204 RTMP *r = &ctx->rtmp; in rtmp_write()
215 RTMP *r = &ctx->rtmp; in rtmp_read()
226 RTMP *r = &ctx->rtmp; in rtmp_read_pause()
237 RTMP *r = &ctx->rtmp; in rtmp_read_seek()
255 RTMP *r = &ctx->rtmp; in rtmp_get_file_handle()
292 RTMP_CLASS(rtmp)
Drtmpproto.c3154 RTMP_PROTOCOL(rtmp, RTMP)
/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()
DMakefile.mk104 ifneq ($(findstring -rtmp,$(CFG)),)
Durldata.h1049 void *rtmp; member
Dcurl_config.h.in402 /* Define to 1 if you have the <librtmp/rtmp.h> header file. */
/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/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/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/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/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()
Dcoap_resource.c583 coap_resource_t *rtmp; local
588 HASH_ITER(hh, context->resources, res, rtmp) {
/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/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()
/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/ffmpeg/doc/
Dprotocols.texi804 @section rtmp
813 rtmp://[@var{username}:@var{password}@@]@var{server}[:@var{port}][/@var{app}][/@var{instance}][/@va…
928 ffplay rtmp://myserver/vod/sample
934 ffmpeg -re -i <input> -f flv -rtmp_playpath some/long/path -rtmp_app long/app/name rtmp://username:…
1042 @section librtmp rtmp, rtmpe, rtmps, rtmpt, rtmpte
1062 where @var{rtmp_proto} is one of the strings "rtmp", "rtmpt", "rtmpe",
1074 ffmpeg -re -i myfile -f flv rtmp://myserver/live/mystream
1079 ffplay "rtmp://myserver/live/mystream live=1"
Ddemuxers.texi303 ffmpeg -f live_flv -i rtmp://<any.server>/anything/key ....
/third_party/curl/docs/
DURL-SYNTAX.md139 `imaps`, `ldap`, `ldaps`, `mqtt`, `pop3`, `pop3s`, `rtmp`, `rtmpe`, `rtmps`,
/third_party/ffmpeg/
Dconfigure209 --enable-gcrypt enable gcrypt, needed for rtmp(t)e support
211 --enable-gmp enable gmp, needed for rtmp(t)e support
6617 enabled librtmp && require_pkg_config librtmp librtmp librtmp/rtmp.h RTMP_Socket

12