Home
last modified time | relevance | path

Searched refs:XINE_ANON_STREAM (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/libxine/xine-lib-1.2.11/src/post/visualizations/
H A Dfooviz.c97 old_port->close(old_port, XINE_ANON_STREAM); in fooviz_rewire_video()
98 (new_port->open) (new_port, XINE_ANON_STREAM); in fooviz_rewire_video()
124 (this->vo_port->open) (this->vo_port, XINE_ANON_STREAM); in fooviz_port_open()
137 this->vo_port->close(this->vo_port, XINE_ANON_STREAM); in fooviz_port_close()
228 frame->draw(frame, XINE_ANON_STREAM); in fooviz_port_put_buffer()
H A Doscope.c159 old_port->close(old_port, XINE_ANON_STREAM); in oscope_rewire_video()
160 (new_port->open) (new_port, XINE_ANON_STREAM); in oscope_rewire_video()
193 (this->vo_port->open) (this->vo_port, XINE_ANON_STREAM); in oscope_port_open()
206 this->vo_port->close(this->vo_port, XINE_ANON_STREAM); in oscope_port_close()
293 frame->draw(frame, XINE_ANON_STREAM); in oscope_port_put_buffer()
H A Dfftgraph.c202 old_port->close(old_port, XINE_ANON_STREAM); in fftgraph_rewire_video()
203 (new_port->open) (new_port, XINE_ANON_STREAM); in fftgraph_rewire_video()
243 (this->vo_port->open) (this->vo_port, XINE_ANON_STREAM); in fftgraph_port_open()
299 this->vo_port->close(this->vo_port, XINE_ANON_STREAM); in fftgraph_port_close()
394 frame->draw(frame, XINE_ANON_STREAM); in fftgraph_port_put_buffer()
H A Dfftscope.c256 old_port->close(old_port, XINE_ANON_STREAM); in fftscope_rewire_video()
257 (new_port->open) (new_port, XINE_ANON_STREAM); in fftscope_rewire_video()
291 (this->vo_port->open) (this->vo_port, XINE_ANON_STREAM); in fftscope_port_open()
317 this->vo_port->close(this->vo_port, XINE_ANON_STREAM); in fftscope_port_close()
412 frame->draw(frame, XINE_ANON_STREAM); in fftscope_port_put_buffer()
H A Dtdaudioanalyzer.c788 old_port->close (old_port, XINE_ANON_STREAM); in tdaan_rewire_video()
789 new_port->open (new_port, XINE_ANON_STREAM); in tdaan_rewire_video()
821 this->vo_port->open (this->vo_port, XINE_ANON_STREAM); in tdaan_port_open()
832 this->vo_port->close (this->vo_port, XINE_ANON_STREAM); in tdaan_port_close()
995 frame->draw (frame, XINE_ANON_STREAM); in tdaan_port_put_buffer()
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/goom/
H A Dxine_goom.c321 old_port->close(old_port, XINE_ANON_STREAM); in goom_rewire_video()
322 (new_port->open) (new_port, XINE_ANON_STREAM); in goom_rewire_video()
352 (this->vo_port->open) (this->vo_port, XINE_ANON_STREAM); in goom_port_open()
373 this->vo_port->close(this->vo_port, XINE_ANON_STREAM); in goom_port_close()
595 this->skip_frame = frame->draw(frame, XINE_ANON_STREAM); in goom_port_put_buffer()
598 frame->draw(frame, XINE_ANON_STREAM); in goom_port_put_buffer()
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/mosaico/
H A Dswitch.c127 skip = frame->next->draw(frame->next, XINE_ANON_STREAM); in switch_draw()
/dports/multimedia/libxine/xine-lib-1.2.11/include/xine/
H A Dxine_internal.h173 #define XINE_ANON_STREAM ((xine_stream_t *)-1) macro
/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Dvideo_out.c279 } else if (&s->s == XINE_ANON_STREAM) { in vo_streams_register()
304 } else if (&s->s == XINE_ANON_STREAM) { in vo_streams_unregister()
1434 if (&stream->s == XINE_ANON_STREAM) stream = NULL; in vo_frame_draw()
2652 …if (!this->overlay_enabled && (stream == XINE_ANON_STREAM || stream == NULL || stream->spu_channel… in vo_open()
2901 if (!stream || (&stream->s == XINE_ANON_STREAM)) { in vo_status()
H A Daudio_out.c487 } else if (&s->s == XINE_ANON_STREAM) { in ao_streams_register()
513 } else if (&s->s == XINE_ANON_STREAM) { in ao_streams_unregister()
2455 if (stream == XINE_ANON_STREAM) in ao_put_buffer()
2899 if (!stream || (stream == XINE_ANON_STREAM)) { in ao_status()
H A Dxine.c2461 if (!ite || (stream && (&stream->s != XINE_ANON_STREAM))) in xine_exit()
3673 if (!stream || (&stream->s == XINE_ANON_STREAM) || !pos) in xine_keyframes_find()
3802 if (!stream || (&stream->s == XINE_ANON_STREAM) || !size) in xine_keyframes_get()
/dports/multimedia/libxine/xine-lib-1.2.11/src/input/vcd/
H A Dxineplug_inp_vcd.c1788 if (stream == XINE_ANON_STREAM) in vcd_class_get_instance()