Searched refs:prepare_next_frame (Results 1 – 9 of 9) sorted by relevance
/dports/multimedia/bino/bino-1.6.5/src/ |
H A D | video_output_qt.h | 81 void prepare_next_frame(const video_frame &frame, const subtitle_box &subtitle); 235 virtual void prepare_next_frame(const video_frame &frame, const subtitle_box &subtitle);
|
H A D | video_output_qt.cpp | 117 void gl_thread::prepare_next_frame(const video_frame &frame, const subtitle_box &subtitle) in prepare_next_frame() function in gl_thread 179 _vo_qt->video_output::prepare_next_frame(_next_frame, _next_subtitle); in run() 1062 void video_output_qt::prepare_next_frame(const video_frame &frame, const subtitle_box &subtitle) in prepare_next_frame() function in video_output_qt 1065 _widget->gl_thread()->prepare_next_frame(frame, subtitle); in prepare_next_frame()
|
H A D | video_output.h | 217 virtual void prepare_next_frame(const video_frame &frame, const subtitle_box &subtitle);
|
H A D | player.cpp | 502 … global_dispatch->get_video_output()->prepare_next_frame(_video_frame, _current_subtitle_box); in run_step()
|
H A D | player_equalizer.cpp | 984 _video_output.prepare_next_frame(node->get_video_frame(), node->frame_data.subtitle); in frameStart()
|
H A D | video_output.cpp | 1485 void video_output::prepare_next_frame(const video_frame &frame, const subtitle_box &subtitle) in prepare_next_frame() function in video_output
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/z/ |
H A D | zVerify.cpp | 149 void prepare_next_frame(frame& frame) { in prepare_next_frame() function in ZVerifyStack 173 prepare_next_frame(frame); in verify_frames()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/z/ |
H A D | zVerify.cpp | 151 void prepare_next_frame(frame& frame) { in prepare_next_frame() function in ZVerifyStack 175 prepare_next_frame(frame); in verify_frames()
|
/dports/multimedia/bino/bino-1.6.5/ |
H A D | ChangeLog | 1994 Now that color space conversion is done in prepare_next_frame(), there is no 2063 prepare_next_frame(), and the color adjustment (brightness, contrast, hue, 2572 This is important to not miss prepare_next_frame() and/or activate_next_frame() 6868 Equalizer: move prepare_next_frame() from node to channel. 7813 (via prepare_next_frame()), or an audio blob is consumed by the audio output
|