Home
last modified time | relevance | path

Searched refs:ps_probe (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpdemux/
H A Ddemux_mpg.h24 extern off_t ps_probe;
H A Ddemux_mpg.c65 off_t ps_probe = 0; variable
1128 if(sh_video && !sh_video->format && ps_probe > 0) { in demux_mpg_ps_open()
1138 } while(stream_tell(demuxer->stream) < pos + ps_probe && !demuxer->stream->eof); in demux_mpg_ps_open()
1161 if (demuxer->audio->id == -1 && ps_probe > 0) in demux_mpg_ps_open()
1164 …while (stream_tell(demuxer->stream) < pos + ps_probe && !demuxer->stream->eof && !demuxer->audio->… in demux_mpg_ps_open()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpdemux/
H A Ddemux_mpg.h24 extern off_t ps_probe;
H A Ddemux_mpg.c65 off_t ps_probe = 0; variable
1128 if(sh_video && !sh_video->format && ps_probe > 0) { in demux_mpg_ps_open()
1138 } while(stream_tell(demuxer->stream) < pos + ps_probe && !demuxer->stream->eof); in demux_mpg_ps_open()
1161 if (demuxer->audio->id == -1 && ps_probe > 0) in demux_mpg_ps_open()
1164 …while (stream_tell(demuxer->stream) < pos + ps_probe && !demuxer->stream->eof && !demuxer->audio->… in demux_mpg_ps_open()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hid/
H A Dhid-playstation.c1262 static int ps_probe(struct hid_device *hdev, const struct hid_device_id *id) in ps_probe() function
1330 .probe = ps_probe,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hid/
H A Dhid-playstation.c1262 static int ps_probe(struct hid_device *hdev, const struct hid_device_id *id) in ps_probe() function
1330 .probe = ps_probe,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hid/
H A Dhid-playstation.c1262 static int ps_probe(struct hid_device *hdev, const struct hid_device_id *id) in ps_probe() function
1330 .probe = ps_probe,
/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dcfg-common.h538 {"psprobe", &ps_probe, CONF_TYPE_POSITION, 0, 0, TS_MAX_PROBE_SIZE, NULL},
/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dcfg-common.h538 {"psprobe", &ps_probe, CONF_TYPE_POSITION, 0, 0, TS_MAX_PROBE_SIZE, NULL},