Home
last modified time | relevance | path

Searched refs:SmoothStreamingContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsmoothstreamingenc.c66 typedef struct SmoothStreamingContext { struct
76 } SmoothStreamingContext; argument
163 SmoothStreamingContext *c = s->priv_data; in ism_free()
205 SmoothStreamingContext *c = s->priv_data; in write_manifest()
283 SmoothStreamingContext *c = s->priv_data; in ism_write_header()
498 SmoothStreamingContext *c = s->priv_data; in ism_flush()
582 SmoothStreamingContext *c = s->priv_data; in ism_write_packet()
608 SmoothStreamingContext *c = s->priv_data; in ism_write_trailer()
621 #define OFFSET(x) offsetof(SmoothStreamingContext, x)
643 .priv_data_size = sizeof(SmoothStreamingContext),