Home
last modified time | relevance | path

Searched refs:read_video_frame (Results 1 – 21 of 21) sorted by relevance

/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/av-metrics-0.7.2/src/video/
H A Ddecode.rs20 fn read_video_frame<T: Pixel>(&mut self) -> Option<FrameInfo<T>>; in read_video_frame() method
27 let frame = self.read_video_frame(); in read_specific_frame()
H A Dmod.rs191 let frame1 = decoder1.read_video_frame::<P>(); in process_video_mt()
192 let frame2 = decoder2.read_video_frame::<P>(); in process_video_mt()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/av-metrics-0.7.2/src/video/
H A Ddecode.rs20 fn read_video_frame<T: Pixel>(&mut self) -> Option<FrameInfo<T>>; in read_video_frame() method
27 let frame = self.read_video_frame(); in read_specific_frame()
H A Dmod.rs191 let frame1 = decoder1.read_video_frame::<P>(); in process_video_mt()
192 let frame2 = decoder2.read_video_frame::<P>(); in process_video_mt()
/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Daviio.h123 virtual error read_video_frame(std::uint32_t framenum, bitmap_yuy16 &bitmap) = 0;
H A Daviio.cpp464 virtual error read_video_frame(std::uint32_t framenum, bitmap_yuy16 &bitmap) override;
1739 avi_file::error avi_file_impl::read_video_frame(std::uint32_t framenum, bitmap_yuy16 &bitmap) in read_video_frame() function in __anon6e7e86150111::avi_file_impl
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Daviio.h123 virtual error read_video_frame(std::uint32_t framenum, bitmap_yuy16 &bitmap) = 0;
H A Daviio.cpp464 virtual error read_video_frame(std::uint32_t framenum, bitmap_yuy16 &bitmap) override;
1739 avi_file::error avi_file_impl::read_video_frame(std::uint32_t framenum, bitmap_yuy16 &bitmap) in read_video_frame() function in __anon12042d3d0111::avi_file_impl
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_opal/
H A Dmod_opal.h256 …DECLARE_CALLBACK3(read_video_frame, switch_frame_t **, frame, switch_io_flag_t, flag, int, stream_…
H A Dmod_opal.cpp75 /*.read_video_frame */ FSConnection::read_video_frame,
1194 switch_status_t FSConnection::read_video_frame(switch_frame_t **frame, switch_io_flag_t flag, int s… in read_video_frame() function in FSConnection
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_vlc/
H A Dmod_vlc.c2046 switch_frame_t read_video_frame; member
2170 context->vid_frame = &tech_pvt->read_video_frame; in setup_tech_pvt()
2303 switch_img_free(&tech_pvt->read_video_frame.img); in channel_on_destroy()
2526 switch_img_free(&tech_pvt->read_video_frame.img); in vlc_read_video_frame()
2541 tech_pvt->read_video_frame.img = img; in vlc_read_video_frame()
2542 *frame = &tech_pvt->read_video_frame; in vlc_read_video_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_module_interfaces.h162 switch_io_read_video_frame_t read_video_frame; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_h323/
H A Dmod_h323.h374 …DECLARE_CALLBACK3(read_video_frame, switch_frame_t **, frame, switch_io_flag_t, flag, int, stream_…
H A Dmod_h323.cpp127 /*.read_video_frame */ FSH323Connection::read_video_frame,
1911 switch_status_t FSH323Connection::read_video_frame(switch_frame_t **frame, switch_io_flag_t flag, i… in read_video_frame() function in FSH323Connection
/dports/emulators/mess/mame-mame0226/src/tools/
H A Dldverify.cpp134 avi_file::error avierr = avifile->read_video_frame(frame, bitmap); in read_avi()
H A Dchdman.cpp501 avi_file::error avierr = m_file.read_video_frame(effframe / interlace_factor, m_bitmap); in read_data()
/dports/emulators/mame/mame-mame0226/src/tools/
H A Dldverify.cpp134 avi_file::error avierr = avifile->read_video_frame(frame, bitmap); in read_avi()
H A Dchdman.cpp501 avi_file::error avierr = m_file.read_video_frame(effframe / interlace_factor, m_bitmap); in read_data()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media.c14883 if (session->endpoint_interface->io_routines->read_video_frame) { in switch_core_session_read_video_frame()
14884 …if ((status = session->endpoint_interface->io_routines->read_video_frame(session, frame, flags, st… in switch_core_session_read_video_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx26247 if (arg1) (arg1)->read_video_frame = arg2; in CSharp_FreeSWITCHfNative_switch_io_routines_read_video_frame_set___()
26257 result = (switch_io_read_video_frame_t) ((arg1)->read_video_frame); in CSharp_FreeSWITCHfNative_switch_io_routines_read_video_frame_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs40102 …PE_p_f_p_switch_core_session_p_p_switch_frame_unsigned_long_int__switch_status_t read_video_frame { property in FreeSWITCH.Native.switch_io_routines