Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dnsvdec.c153 typedef struct NSVStream { struct
163 } NSVStream; typedef
381 NSVStream *nst; in nsv_parse_NSVs_header()
425 nst = av_mallocz(sizeof(NSVStream)); in nsv_parse_NSVs_header()
456 nst = av_mallocz(sizeof(NSVStream)); in nsv_parse_NSVs_header()
526 NSVStream *nst; in nsv_read_chunk()
593 ((NSVStream*)st[NSV_ST_VIDEO]->priv_data)->frame_offset++; in nsv_read_chunk()
632 pkt->dts = (((NSVStream*)st[NSV_ST_VIDEO]->priv_data)->frame_offset-1); in nsv_read_chunk()
673 NSVStream *nst = st->priv_data; in nsv_read_seek()

Completed in 2 milliseconds