Home
last modified time | relevance | path

Searched refs:seek_frame (Results 1 – 25 of 71) sorted by relevance

123

/dports/misc/vxl/vxl-3.3.2/core/vidl/examples/
H A Dvidl_dshow_file_example.cxx32 if (test1.seek_frame(0)) in main()
36 if (test1.seek_frame(1)) in main()
40 if (test1.seek_frame(2)) in main()
44 if (test1.seek_frame(0)) in main()
48 if (test1.seek_frame(1)) in main()
52 if (test1.seek_frame(2)) in main()
56 if (test2.seek_frame(0)) in main()
60 if (test2.seek_frame(1)) in main()
64 if (test2.seek_frame(2)) in main()
68 if (test2.seek_frame(0)) in main()
[all …]
H A Dvidl_player_manager.cxx218 istream_->seek_frame(initial_frame); in pipe_streams()
308 istream_->seek_frame(0); in stop_video()
341 if (istream_->seek_frame(frame_num)) in go_to_frame()
368 istream_->seek_frame(previous_frame); in prev_frame()
/dports/audio/musicpd/mpd-0.23.6/src/decoder/plugins/
H A DHybridDsdDecoderPlugin.cxx204 uint64_t seek_frame; in HybridDsdDecode() local
215 seek_frame = client.GetSeekFrame(); in HybridDsdDecode()
216 if (seek_frame >= total_frames) { in HybridDsdDecode()
223 input.LockSeek(start_offset + seek_frame * frame_size); in HybridDsdDecode()
224 remaining_bytes = (total_frames - seek_frame) * frame_size; in HybridDsdDecode()
/dports/audio/carla/Carla-2.4.1/source/modules/audio_decoder/
H A Dad_ffmpeg.c50 int64_t seek_frame; member
99 priv->decoder_clock=priv->output_clock=priv->seek_frame=0; in ad_open_ffmpeg()
190 if (priv->seek_frame == 0 && priv->m_tmpBufferLen > 0 ) { in ad_read_ffmpeg()
278 if (priv->seek_frame > 0) { in ad_read_ffmpeg()
297 priv->seek_frame=0; in ad_read_ffmpeg()
300 … dbg(2, "Audio exact sync-seek (%"PRIi64" == %"PRIi64")", priv->decoder_clock, priv->seek_frame); in ad_read_ffmpeg()
301 priv->seek_frame=0; in ad_read_ffmpeg()
323 priv->seek_frame = pos; in ad_seek_ffmpeg()
/dports/audio/libaudec/libaudec-0.3.4/src/
H A Dad_ffmpeg.c50 int64_t seek_frame; member
98 priv->decoder_clock=priv->output_clock=priv->seek_frame=0; in ad_open_ffmpeg()
189 if (priv->seek_frame == 0 && priv->m_tmpBufferLen > 0 ) { in ad_read_ffmpeg()
277 if (priv->seek_frame > 0) { in ad_read_ffmpeg()
296 priv->seek_frame=0; in ad_read_ffmpeg()
299 … dbg(2, "Audio exact sync-seek (%"PRIi64" == %"PRIi64")", priv->decoder_clock, priv->seek_frame); in ad_read_ffmpeg()
300 priv->seek_frame=0; in ad_read_ffmpeg()
322 priv->seek_frame = pos; in ad_seek_ffmpeg()
/dports/misc/vxl/vxl-3.3.2/core/vidl/
H A Dvidl_istream.h73 virtual bool seek_frame(unsigned int frame_number) = 0;
H A Dvidl_dc1394_istream.h98 virtual bool seek_frame(unsigned int frame_number);
H A Dvidl_ffmpeg_istream.h103 bool seek_frame(unsigned int frame_number) override;
H A Dvidl_v4l2_istream.h83 virtual bool seek_frame(unsigned int /*frame_number*/) { return false; } in seek_frame() function
H A Dvidl_ffmpeg_istream_stub.hxx165 ::seek_frame(unsigned int /* frame_nr */) in seek_frame() function in vidl_ffmpeg_istream
H A Dvidl_dshow_file_istream.h124 virtual bool seek_frame(unsigned int frame_number);
H A Dvidl_image_list_istream.h102 bool seek_frame(unsigned int frame_number) override;
H A Dvidl_v4l_istream.h112 virtual bool seek_frame(unsigned int /*frame_nr*/) { return false; } in seek_frame() function
H A Dvidl_dshow_live_istream.h153 virtual bool seek_frame(unsigned int frame_number) { return false; } in seek_frame() function
H A Dvidl_image_list_istream.cxx195 vidl_image_list_istream::seek_frame(unsigned int frame_nr) in seek_frame() function in vidl_image_list_istream
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Video/BridgeVXL/include/
H A Dvidl_itk_istream.h130 virtual bool seek_frame(unsigned int frameNumber);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/vidl_pro/processes/
H A Dvidl_get_frame_istream_process.cxx53 if (!i_stream->seek_frame(f_n)) { // seeking does not work in vidl_get_frame_istream_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bil/
H A Dbil_raw_image_istream.h98 virtual bool seek_frame(unsigned int frame_number);
H A Dbil_arf_image_istream.h98 virtual bool seek_frame(unsigned int frame_number);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/video/
H A Dbwm_video_registration.cxx184 if (!in_stream->seek_frame(0)|| !cam_istream->seek_camera(0)) in register_image_stream_planar()
230 while (in_stream->seek_frame(current_frame) && in register_image_stream_planar()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/video/exe/
H A Dbwm_video_planar_reg_proc.cxx54 if (!(video_istr&&video_istr->seek_frame(0))) in planar_reg()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/vil_pro/processes/
H A Dbil_create_arf_image_istream_process.cxx117 stream->seek_frame(frame); in bil_arf_seek_frame_process()
H A Dbil_create_raw_image_istream_process.cxx133 stream->seek_frame(frame); in bil_seek_frame_process()
/dports/sysutils/fluxengine/fluxengine-61ff48c/
H A Dprotocol.h122 struct seek_frame struct
/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Dreader.h96 int (*seek_frame) (mpg123_handle *, off_t num); member

123