Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dsmoothstreamingenc.c69 typedef struct SmoothStreamingContext { struct
79 } SmoothStreamingContext; argument
166 SmoothStreamingContext *c = s->priv_data; in ism_free()
208 SmoothStreamingContext *c = s->priv_data; in write_manifest()
284 SmoothStreamingContext *c = s->priv_data; in ism_write_header()
499 SmoothStreamingContext *c = s->priv_data; in ism_flush()
583 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),