Lines Matching refs:SRTContext
53 typedef struct SRTContext { struct
93 } SRTContext; argument
97 #define OFFSET(x) offsetof(SRTContext, x)
294 SRTContext *s = h->priv_data; in libsrt_set_options_post()
308 SRTContext *s = h->priv_data; in libsrt_set_options_pre()
371 SRTContext *s = h->priv_data; in libsrt_setup()
511 SRTContext *s = h->priv_data; in libsrt_open()
658 SRTContext *s = h->priv_data; in libsrt_read()
677 SRTContext *s = h->priv_data; in libsrt_write()
696 SRTContext *s = h->priv_data; in libsrt_close()
708 SRTContext *s = h->priv_data; in libsrt_get_file_handle()
726 .priv_data_size = sizeof(SRTContext),