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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dcinedec.c254 CineDemuxContext *cine = avctx->priv_data; local
259 if (cine->pts >= st->duration)
262 avio_seek(pb, st->index_entries[cine->pts].pos, SEEK_SET);
273 pkt->pts = cine->pts++;
281 CineDemuxContext *cine = avctx->priv_data; local
289 cine->pts = timestamp;
294 .name = "cine",
H A Dallformats.c101 REGISTER_DEMUXER (CINE, cine);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Ddemux.mak25 FATE_SAMPLES_DEMUX-$(CONFIG_CINE_DEMUXER) += fate-cine-demux
26 fate-cine-demux: CMD = crc -i $(TARGET_SAMPLES)/cine/bayer_gbrg8.cine -c copy

Completed in 62 milliseconds