Home
last modified time | relevance | path

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

/dports/multimedia/libxine/xine-lib-1.2.11/include/xine/
H A Dmetronom.h121 int64_t (*got_spu_packet) (metronom_t *self, int64_t pts); member
/dports/multimedia/libxine/xine-lib-1.2.11/src/dxr3/
H A Ddxr3_decode_spu.c334 …node->next->vpts = this->stream->metronom->got_spu_packet(this->stream->metronom, pci.hli.hl_gi.hl… in dxr3_spudec_decode_data()
478 vpts = this->stream->metronom->got_spu_packet(this->stream->metronom, buf->pts); in dxr3_spudec_decode_data()
/dports/multimedia/libxine/xine-lib-1.2.11/src/spu_dec/
H A Dspu_decoder.c131 int64_t vpts = metronom->got_spu_packet(metronom, buf->pts); in spudec_decode_data()
H A Dspuhdmv_decoder.c862 event.vpts = metronom->got_spu_packet (metronom, pts); in show_overlay()
896 event.vpts = metronom->got_spu_packet (metronom, pts); in hide_overlays()
H A Dcc_decoder.c883 int64_t vpts = metronom->got_spu_packet(metronom, pts); in cc_renderer_calc_vpts()
H A Dspudec.c221 …node->next->vpts = this->stream->metronom->got_spu_packet(this->stream->metronom, pci.hli.hl_gi.hl… in spudec_decode_nav()
/dports/multimedia/libbluray/libbluray-1.3.0/player_wrappers/xine/
H A Dinput_bluray.c309 vpts = this->stream->metronom->got_spu_packet (this->stream->metronom, ov->pts); in overlay_proc()
361 vpts = this->stream->metronom->got_spu_packet (this->stream->metronom, ov->pts); in argb_overlay_proc()
/dports/multimedia/handbrake/libbluray-1.3.0/player_wrappers/xine/
H A Dinput_bluray.c309 vpts = this->stream->metronom->got_spu_packet (this->stream->metronom, ov->pts); in overlay_proc()
361 vpts = this->stream->metronom->got_spu_packet (this->stream->metronom, ov->pts); in argb_overlay_proc()
/dports/multimedia/libxine/xine-lib-1.2.11/src/vdr/
H A Dinput_vdr.c2612 return this->stream_metronom->got_spu_packet(this->stream_metronom, pts); in vdr_metronom_got_spu_packet()
2760 this->metronom.metronom.got_spu_packet = vdr_metronom_got_spu_packet; in vdr_class_get_instance()
/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Dmetronom.c1668 this->metronom.got_spu_packet = metronom_got_spu_packet; in _x_metronom_init()
/dports/multimedia/libxine/xine-lib-1.2.11/doc/hackersguide/
H A Dstream.docbook623 …<programlisting>&nbsp;&nbsp;&nbsp;vpts = metronom-&gt;got_spu_packet(metronom, buf-&gt;pts);</prog…