Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dsccdec.c29 typedef struct SCCContext { struct
31 } SCCContext; argument
64 SCCContext *scc = s->priv_data; in scc_read_header()
185 SCCContext *scc = s->priv_data; in scc_read_packet()
192 SCCContext *scc = s->priv_data; in scc_read_seek()
199 SCCContext *scc = s->priv_data; in scc_read_close()
207 .priv_data_size = sizeof(SCCContext),
Dsccenc.c27 typedef struct SCCContext { struct
31 } SCCContext; argument
35 SCCContext *scc = avf->priv_data; in scc_write_header()
60 SCCContext *scc = avf->priv_data; in scc_write_packet()
118 .priv_data_size = sizeof(SCCContext),