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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dvplayerdec.c59 VPlayerContext *vplayer = s->priv_data; local
84 sub = ff_subtitles_queue_insert(&vplayer->q, p, strlen(p), 0);
93 ff_subtitles_queue_finalize(&vplayer->q);
99 VPlayerContext *vplayer = s->priv_data; local
100 return ff_subtitles_queue_read_packet(&vplayer->q, pkt);
106 VPlayerContext *vplayer = s->priv_data; local
107 return ff_subtitles_queue_seek(&vplayer->q, s, stream_index,
113 VPlayerContext *vplayer = s->priv_data; local
114 ff_subtitles_queue_clean(&vplayer->q);
119 .name = "vplayer",
[all...]
H A Dallformats.c304 REGISTER_DEMUXER (VPLAYER, vplayer);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dsubtitles.mak49 FATE_SUBTITLES_ASS-$(call DEMDEC, VPLAYER, VPLAYER) += fate-sub-vplayer
50 fate-sub-vplayer: CMD = md5 -i $(TARGET_SAMPLES)/sub/VPlayer_capability_tester.txt -f ass
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtextdec.c103 DECLARE_CLASS(vplayer); variable
106 .name = "vplayer",
H A Dallcodecs.c497 REGISTER_DECODER(VPLAYER, vplayer);

Completed in 106 milliseconds