Home
last modified time | relevance | path

Searched refs:p_es_video (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Drawdv.c100 es_out_id_t *p_es_video; member
210 p_sys->p_es_video = NULL; in Open()
221 p_sys->p_es_video = es_out_Add( p_demux->out, &p_sys->fmt_video ); in Open()
290 es_out_Send( p_demux->out, p_sys->p_es_video, p_block ); in Demux()
H A Drawvid.c86 es_out_id_t *p_es_video; member
365 p_sys->p_es_video = es_out_Add( p_demux->out, &p_sys->fmt_video ); in Open()
425 es_out_Send( p_demux->out, p_sys->p_es_video, p_block ); in Demux()
H A Dnuv.c179 es_out_id_t *p_es_video; member
223 p_sys->p_es_video = NULL; in Open()
313 p_sys->p_es_video = es_out_Add( p_demux->out, &fmt ); in Open()
417 else if( fh.i_type == 'V' && p_sys->p_es_video ) in Demux()
429 es_out_Send( p_demux->out, p_sys->p_es_video, p_data ); in Demux()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/
H A Ddc1394.c78 es_out_id_t *p_es_video; member
353 p_sys->p_es_video = es_out_Add( p_demux->out, &fmt ); in Open()
483 es_out_Send( p_demux->out, p_sys->p_es_video, p_blockv ); in Demux()
H A Davcapture.m245 es_out_id_t *p_es_video; field
455 p_sys->p_es_video = es_out_Add(p_demux->out, &p_sys->fmt);
462 es_out_Send(p_demux->out, p_sys->p_es_video, p_block);
/dports/multimedia/vlc/vlc-3.0.16/modules/access/linsys/
H A Dlinsys_hdsdi.c155 es_out_id_t *p_es_video; member
417 es_out_Del( p_demux->out, p_sys->p_es_video ); in StopDecode()
510 p_sys->p_es_video = es_out_Add( p_demux->out, &fmt ); in InitVideo()
607 es_out_Send( p_demux->out, p_sys->p_es_video, p_current_picture ); in HandleVideo()
H A Dlinsys_sdi.c186 es_out_id_t *p_es_video; member
446 p_sys->p_es_video = es_out_Add( p_demux->out, &fmt ); in StartDecode()
551 es_out_Del( p_demux->out, p_sys->p_es_video ); in StopDecode()
671 es_out_Send( p_demux->out, p_sys->p_es_video, p_sys->p_current_picture ); in DecodeVideo()
/dports/multimedia/vlc/vlc-3.0.16/src/input/
H A Des_out.c804 es_out_id_t *p_es_video = NULL; in EsOutFrameNext() local
820 p_es_video = p_es; in EsOutFrameNext()
825 if( !p_es_video ) in EsOutFrameNext()
832 input_DecoderFrameNext( p_es_video->p_dec, &i_duration ); in EsOutFrameNext()