Home
last modified time | relevance | path

Searched refs:RTMP_HTTPContext (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtmphttp.c39 typedef struct RTMP_HTTPContext { struct
53 } RTMP_HTTPContext; typedef
57 RTMP_HTTPContext *rt = h->priv_data; in rtmp_http_send_cmd()
87 RTMP_HTTPContext *rt = h->priv_data; in rtmp_http_write()
107 RTMP_HTTPContext *rt = h->priv_data; in rtmp_http_read()
159 RTMP_HTTPContext *rt = h->priv_data; in rtmp_http_close()
186 RTMP_HTTPContext *rt = h->priv_data; in rtmp_http_open()
261 #define OFFSET(x) offsetof(RTMP_HTTPContext, x)
282 .priv_data_size = sizeof(RTMP_HTTPContext),

Completed in 2 milliseconds