Home
last modified time | relevance | path

Searched refs:first_frame (Results 1 – 25 of 957) sorted by relevance

12345678910>>...39

/dports/games/brutalchess/brutalchess-0.5.2/src/
H A Dq3charmodel.cpp178 params.first_frame -= d; in loadAnimParams()
181 params.first_frame -= d; in loadAnimParams()
184 params.first_frame -= d; in loadAnimParams()
187 params.first_frame -= d; in loadAnimParams()
190 params.first_frame -= d; in loadAnimParams()
193 params.first_frame -= d; in loadAnimParams()
196 params.first_frame -= d; in loadAnimParams()
199 params.first_frame -= d; in loadAnimParams()
202 params.first_frame -= d; in loadAnimParams()
205 params.first_frame -= d; in loadAnimParams()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudreticle.cpp236 if (crosshair.first_frame < 0) { in initBitmaps()
260 bm_get_info(crosshair.first_frame, &ax, &ay); in render()
412 if (throttle_frames.first_frame < 0) { in initBitmaps()
606 renderBitmapEx(throttle_frames.first_frame+3, in renderThrottleLine()
619 bm_get_info(throttle_frames.first_frame+1,&w,&h); in renderThrottleForeground()
632 bm_get_info( throttle_frames.first_frame+1,&w,&h); in renderThrottleBackground()
659 if (threat_arc.first_frame < 0) { in initBitmaps()
664 if (laser_warn.first_frame < 0) { in initBitmaps()
669 if (lock_warn.first_frame < 0) { in initBitmaps()
798 if (arc.first_frame < 0) { in initBitmaps()
[all …]
H A Dhudwingmanstatus.cpp296 if ( Wingman_status_left.first_frame == -1 ) { in initBitmaps()
301 if ( Wingman_status_middle.first_frame == -1 ) { in initBitmaps()
306 if ( Wingman_status_right.first_frame == -1 ) { in initBitmaps()
311 if ( Wingman_status_dots.first_frame == -1 ) { in initBitmaps()
337 bitmap = Wingman_status_left.first_frame; in renderBackground()
357 bitmap = Wingman_status_middle.first_frame; in renderBackground()
377 bitmap = Wingman_status_right.first_frame; in renderBackground()
385 if ( Wingman_status_dots.first_frame < 0 ) { in renderDots()
412 bitmap = Wingman_status_dots.first_frame; in renderDots()
423 bitmap = Wingman_status_dots.first_frame+1; in renderDots()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudreticle.cpp238 if (crosshair.first_frame < 0) { in initBitmaps()
293 bm_get_info(crosshair.first_frame, &ax, &ay); in render()
497 if (throttle_frames.first_frame < 0) { in initBitmaps()
679 renderBitmapEx(throttle_frames.first_frame+3, in renderThrottleLine()
692 bm_get_info(throttle_frames.first_frame+1,&w,&h); in renderThrottleForeground()
705 bm_get_info( throttle_frames.first_frame+1,&w,&h); in renderThrottleBackground()
750 if (threat_arc.first_frame < 0) { in initBitmaps()
755 if (laser_warn.first_frame < 0) { in initBitmaps()
760 if (lock_warn.first_frame < 0) { in initBitmaps()
889 if (arc.first_frame < 0) { in initBitmaps()
[all …]
H A Dhudwingmanstatus.cpp277 if ( Wingman_status_left.first_frame == -1 ) { in initBitmaps()
282 if ( Wingman_status_middle.first_frame == -1 ) { in initBitmaps()
287 if ( Wingman_status_right.first_frame == -1 ) { in initBitmaps()
292 if ( Wingman_status_dots.first_frame == -1 ) { in initBitmaps()
318 bitmap = Wingman_status_left.first_frame; in renderBackground()
345 bitmap = Wingman_status_middle.first_frame; in renderBackground()
365 bitmap = Wingman_status_right.first_frame; in renderBackground()
373 if ( Wingman_status_dots.first_frame < 0 ) { in renderDots()
400 bitmap = Wingman_status_dots.first_frame; in renderDots()
411 bitmap = Wingman_status_dots.first_frame+1; in renderDots()
[all …]
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/kdenlive/
H A Dproducer_framebuffer.c49 mlt_frame first_frame = mlt_properties_get_data( properties, "first_frame", NULL ); in framebuffer_get_image() local
59 mlt_position first_position = (first_frame != NULL) ? mlt_frame_get_position( first_frame ) : -1; in framebuffer_get_image()
115 first_frame = NULL; in framebuffer_get_image()
139 if ( first_frame == NULL ) in framebuffer_get_image()
148 mlt_service_get_frame( MLT_PRODUCER_SERVICE( real_producer ), &first_frame, index ); in framebuffer_get_image()
153 mlt_properties first_frame_properties = MLT_FRAME_PROPERTIES( first_frame ); in framebuffer_get_image()
183 first_alpha = mlt_frame_get_alpha( first_frame ); in framebuffer_get_image()
188 mlt_frame_set_alpha( first_frame, first_alpha, alphasize, mlt_pool_release ); in framebuffer_get_image()
227 mlt_frame first_frame = mlt_properties_get_data( properties, "first_frame", NULL ); in producer_get_frame() local
229 if ( first_frame == NULL ) in producer_get_frame()
[all …]
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/kdenlive/
H A Dproducer_framebuffer.c49 mlt_frame first_frame = mlt_properties_get_data( properties, "first_frame", NULL ); in framebuffer_get_image() local
59 mlt_position first_position = (first_frame != NULL) ? mlt_frame_get_position( first_frame ) : -1; in framebuffer_get_image()
115 first_frame = NULL; in framebuffer_get_image()
139 if ( first_frame == NULL ) in framebuffer_get_image()
148 mlt_service_get_frame( MLT_PRODUCER_SERVICE( real_producer ), &first_frame, index ); in framebuffer_get_image()
153 mlt_properties first_frame_properties = MLT_FRAME_PROPERTIES( first_frame ); in framebuffer_get_image()
183 first_alpha = mlt_frame_get_alpha( first_frame ); in framebuffer_get_image()
188 mlt_frame_set_alpha( first_frame, first_alpha, alphasize, mlt_pool_release ); in framebuffer_get_image()
227 mlt_frame first_frame = mlt_properties_get_data( properties, "first_frame", NULL ); in producer_get_frame() local
229 if ( first_frame == NULL ) in producer_get_frame()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/include/asm/
H A Dunwind.h44 struct pt_regs *regs, unsigned long first_frame);
61 unsigned long first_frame) in unwind_start() argument
64 first_frame = first_frame ?: get_stack_pointer(task, regs); in unwind_start()
65 __unwind_start(state, task, regs, first_frame); in unwind_start()
73 #define unwind_for_each_frame(state, task, regs, first_frame) \ argument
74 for (unwind_start(state, task, regs, first_frame); \
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/include/asm/
H A Dunwind.h44 struct pt_regs *regs, unsigned long first_frame);
61 unsigned long first_frame) in unwind_start() argument
64 first_frame = first_frame ?: get_stack_pointer(task, regs); in unwind_start()
65 __unwind_start(state, task, regs, first_frame); in unwind_start()
73 #define unwind_for_each_frame(state, task, regs, first_frame) \ argument
74 for (unwind_start(state, task, regs, first_frame); \
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/include/asm/
H A Dunwind.h44 struct pt_regs *regs, unsigned long first_frame);
61 unsigned long first_frame) in unwind_start() argument
64 first_frame = first_frame ?: get_stack_pointer(task, regs); in unwind_start()
65 __unwind_start(state, task, regs, first_frame); in unwind_start()
73 #define unwind_for_each_frame(state, task, regs, first_frame) \ argument
74 for (unwind_start(state, task, regs, first_frame); \
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/kdenlive/
H A Dproducer_framebuffer.c48 mlt_frame first_frame = mlt_properties_get_data( properties, "first_frame", NULL ); in framebuffer_get_image() local
58 mlt_position first_position = (first_frame != NULL) ? mlt_frame_get_position( first_frame ) : -1; in framebuffer_get_image()
114 first_frame = NULL; in framebuffer_get_image()
138 if ( first_frame == NULL ) in framebuffer_get_image()
147 mlt_service_get_frame( MLT_PRODUCER_SERVICE( real_producer ), &first_frame, index ); in framebuffer_get_image()
152 mlt_properties first_frame_properties = MLT_FRAME_PROPERTIES( first_frame ); in framebuffer_get_image()
182 first_alpha = mlt_frame_get_alpha_mask( first_frame ); in framebuffer_get_image()
220 mlt_frame first_frame = mlt_properties_get_data( properties, "first_frame", NULL ); in producer_get_frame() local
222 if ( first_frame == NULL ) in producer_get_frame()
234 mlt_service_get_frame( MLT_PRODUCER_SERVICE( real_producer ), &first_frame, index ); in producer_get_frame()
[all …]
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/kdenlive/
H A Dproducer_framebuffer.c48 mlt_frame first_frame = mlt_properties_get_data( properties, "first_frame", NULL ); in framebuffer_get_image() local
58 mlt_position first_position = (first_frame != NULL) ? mlt_frame_get_position( first_frame ) : -1; in framebuffer_get_image()
114 first_frame = NULL; in framebuffer_get_image()
138 if ( first_frame == NULL ) in framebuffer_get_image()
147 mlt_service_get_frame( MLT_PRODUCER_SERVICE( real_producer ), &first_frame, index ); in framebuffer_get_image()
152 mlt_properties first_frame_properties = MLT_FRAME_PROPERTIES( first_frame ); in framebuffer_get_image()
182 first_alpha = mlt_frame_get_alpha_mask( first_frame ); in framebuffer_get_image()
220 mlt_frame first_frame = mlt_properties_get_data( properties, "first_frame", NULL ); in producer_get_frame() local
222 if ( first_frame == NULL ) in producer_get_frame()
234 mlt_service_get_frame( MLT_PRODUCER_SERVICE( real_producer ), &first_frame, index ); in producer_get_frame()
[all …]
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/kdenlive/
H A Dproducer_framebuffer.c48 mlt_frame first_frame = mlt_properties_get_data( properties, "first_frame", NULL ); in framebuffer_get_image() local
58 mlt_position first_position = (first_frame != NULL) ? mlt_frame_get_position( first_frame ) : -1; in framebuffer_get_image()
114 first_frame = NULL; in framebuffer_get_image()
138 if ( first_frame == NULL ) in framebuffer_get_image()
147 mlt_service_get_frame( MLT_PRODUCER_SERVICE( real_producer ), &first_frame, index ); in framebuffer_get_image()
152 mlt_properties first_frame_properties = MLT_FRAME_PROPERTIES( first_frame ); in framebuffer_get_image()
182 first_alpha = mlt_frame_get_alpha_mask( first_frame ); in framebuffer_get_image()
220 mlt_frame first_frame = mlt_properties_get_data( properties, "first_frame", NULL ); in producer_get_frame() local
222 if ( first_frame == NULL ) in producer_get_frame()
234 mlt_service_get_frame( MLT_PRODUCER_SERVICE( real_producer ), &first_frame, index ); in producer_get_frame()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ippusb.c97 guint32 first_frame; member
114 pdu_store(packet_info *pinfo, wmem_tree_t *multisegment_pdus, guint32 first_frame, gboolean is_ipp,… in pdu_store() argument
119 msp->first_frame = first_frame; in pdu_store()
268 … fragment_add_check(&ippusb_reassembly_table, tvb, offset, pinfo, new_msp->first_frame, in dissect_ippusb()
269 … GUINT_TO_POINTER(new_msp->first_frame), 0, captured_length, TRUE); in dissect_ippusb()
301 … fragment_add_check(&ippusb_reassembly_table, new_tvb, offset, pinfo, new_msp->first_frame, in dissect_ippusb()
307 … fragment_add_check(&ippusb_reassembly_table, tvb, offset, pinfo, new_msp->first_frame, in dissect_ippusb()
372 …ad = fragment_add_check(&ippusb_reassembly_table, new_tvb, offset, pinfo, current_msp->first_frame, in dissect_ippusb()
378 … head = fragment_add_check(&ippusb_reassembly_table, tvb, 0, pinfo, current_msp->first_frame, in dissect_ippusb()
389 … head = fragment_get_reassembled_id(&ippusb_reassembly_table, pinfo, current_msp->first_frame); in dissect_ippusb()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ippusb.c97 guint32 first_frame; member
114 pdu_store(packet_info *pinfo, wmem_tree_t *multisegment_pdus, guint32 first_frame, gboolean is_ipp,… in pdu_store() argument
119 msp->first_frame = first_frame; in pdu_store()
268 … fragment_add_check(&ippusb_reassembly_table, tvb, offset, pinfo, new_msp->first_frame, in dissect_ippusb()
269 … GUINT_TO_POINTER(new_msp->first_frame), 0, captured_length, TRUE); in dissect_ippusb()
301 … fragment_add_check(&ippusb_reassembly_table, new_tvb, offset, pinfo, new_msp->first_frame, in dissect_ippusb()
307 … fragment_add_check(&ippusb_reassembly_table, tvb, offset, pinfo, new_msp->first_frame, in dissect_ippusb()
372 …ad = fragment_add_check(&ippusb_reassembly_table, new_tvb, offset, pinfo, current_msp->first_frame, in dissect_ippusb()
378 … head = fragment_add_check(&ippusb_reassembly_table, tvb, 0, pinfo, current_msp->first_frame, in dissect_ippusb()
389 … head = fragment_get_reassembled_id(&ippusb_reassembly_table, pinfo, current_msp->first_frame); in dissect_ippusb()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ippusb.c97 guint32 first_frame;
114 pdu_store(packet_info *pinfo, wmem_tree_t *multisegment_pdus, guint32 first_frame, gboolean is_ipp,…
119 msp->first_frame = first_frame;
268 … fragment_add_check(&ippusb_reassembly_table, tvb, offset, pinfo, new_msp->first_frame,
269 … GUINT_TO_POINTER(new_msp->first_frame), 0, captured_length, TRUE);
301 … fragment_add_check(&ippusb_reassembly_table, new_tvb, offset, pinfo, new_msp->first_frame,
307 … fragment_add_check(&ippusb_reassembly_table, tvb, offset, pinfo, new_msp->first_frame,
372 …ad = fragment_add_check(&ippusb_reassembly_table, new_tvb, offset, pinfo, current_msp->first_frame,
378 … head = fragment_add_check(&ippusb_reassembly_table, tvb, 0, pinfo, current_msp->first_frame,
389 … head = fragment_get_reassembled_id(&ippusb_reassembly_table, pinfo, current_msp->first_frame);
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ippusb.c97 guint32 first_frame; member
114 pdu_store(packet_info *pinfo, wmem_tree_t *multisegment_pdus, guint32 first_frame, gboolean is_ipp,… in pdu_store() argument
119 msp->first_frame = first_frame; in pdu_store()
268 … fragment_add_check(&ippusb_reassembly_table, tvb, offset, pinfo, new_msp->first_frame, in dissect_ippusb()
269 … GUINT_TO_POINTER(new_msp->first_frame), 0, captured_length, TRUE); in dissect_ippusb()
301 … fragment_add_check(&ippusb_reassembly_table, new_tvb, offset, pinfo, new_msp->first_frame, in dissect_ippusb()
307 … fragment_add_check(&ippusb_reassembly_table, tvb, offset, pinfo, new_msp->first_frame, in dissect_ippusb()
372 …ad = fragment_add_check(&ippusb_reassembly_table, new_tvb, offset, pinfo, current_msp->first_frame, in dissect_ippusb()
378 … head = fragment_add_check(&ippusb_reassembly_table, tvb, 0, pinfo, current_msp->first_frame, in dissect_ippusb()
389 … head = fragment_get_reassembled_id(&ippusb_reassembly_table, pinfo, current_msp->first_frame); in dissect_ippusb()
[all …]
/dports/graphics/cimg/CImg-v.2.9.7/plugins/
H A Dtiff_stream.h127 const unsigned int first_frame=0, const unsigned int last_frame=~0U,
131 nfirst_frame = first_frame<last_frame?first_frame:last_frame,
133 unsigned int nlast_frame = first_frame<last_frame?last_frame:first_frame;
184 const unsigned int first_frame=0, const unsigned int last_frame=~0U,
187 return CImg<T>().load_tiff(tiffInStream,first_frame,last_frame,step_frame);
/dports/graphics/gmic-qt/CImg-v.2.9.8/plugins/
H A Dtiff_stream.h127 const unsigned int first_frame=0, const unsigned int last_frame=~0U,
131 nfirst_frame = first_frame<last_frame?first_frame:last_frame,
133 unsigned int nlast_frame = first_frame<last_frame?last_frame:first_frame;
184 const unsigned int first_frame=0, const unsigned int last_frame=~0U,
187 return CImg<T>().load_tiff(tiffInStream,first_frame,last_frame,step_frame);
/dports/emulators/vice/vice-3.5/src/lib/libx264/filters/video/
H A Dcache.c29 #define LAST_FRAME (h->first_frame + h->cur_size - 1)
37 int first_frame; /* first cached frame */ member
92 cur_frame = X264_MAX( h->first_frame + h->cur_size, frame - h->max_size + 1 ); in fill_cache()
96 h->first_frame = X264_MIN( h->first_frame + shift, cur_frame ); in fill_cache()
122 …FAIL_IF_ERR( frame < h->first_frame, NAME, "frame %d is before first cached frame %d \n", frame, h… in get_frame()
126 idx = frame - (h->eof ? h->eof - h->max_size : h->first_frame); in get_frame()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/filters/video/
H A Dcache.c37 #define LAST_FRAME (h->first_frame + h->cur_size - 1)
45 int first_frame; /* first cached frame */ member
95 int cur_frame = X264_MAX( h->first_frame + h->cur_size, frame - h->max_size + 1 ); in fill_cache()
99 h->first_frame = X264_MIN( h->first_frame + shift, cur_frame ); in fill_cache()
123 …FAIL_IF_ERR( frame < h->first_frame, NAME, "frame %d is before first cached frame %d \n", frame, h… in get_frame()
127 int idx = frame - (h->eof ? h->eof - h->max_size : h->first_frame); in get_frame()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/filters/video/
H A Dcache.c37 #define LAST_FRAME (h->first_frame + h->cur_size - 1)
45 int first_frame; /* first cached frame */ member
95 int cur_frame = X264_MAX( h->first_frame + h->cur_size, frame - h->max_size + 1 ); in fill_cache()
99 h->first_frame = X264_MIN( h->first_frame + shift, cur_frame ); in fill_cache()
123 …FAIL_IF_ERR( frame < h->first_frame, NAME, "frame %d is before first cached frame %d \n", frame, h… in get_frame()
127 int idx = frame - (h->eof ? h->eof - h->max_size : h->first_frame); in get_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/filters/video/
H A Dcache.c29 #define LAST_FRAME (h->first_frame + h->cur_size - 1)
37 int first_frame; /* first cached frame */ member
92 cur_frame = X264_MAX( h->first_frame + h->cur_size, frame - h->max_size + 1 ); in fill_cache()
96 h->first_frame = X264_MIN( h->first_frame + shift, cur_frame ); in fill_cache()
122 …FAIL_IF_ERR( frame < h->first_frame, NAME, "frame %d is before first cached frame %d \n", frame, h… in get_frame()
126 idx = frame - (h->eof ? h->eof - h->max_size : h->first_frame); in get_frame()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/motion_est/
H A Dproducer_slowmotion.c156 mlt_frame first_frame = mlt_frame_pop_service( this ); in slowmotion_get_image() local
162 mlt_properties first_frame_properties = MLT_FRAME_PROPERTIES( first_frame ); in slowmotion_get_image()
224 mlt_position first_position = mlt_frame_get_position( first_frame ); in slowmotion_get_image()
270 mlt_frame_close( first_frame ); in slowmotion_get_image()
292 mlt_position first_position = (first_frame != NULL) ? mlt_frame_get_position( first_frame ) : -1; in slowmotion_get_frame()
308 mlt_frame_close( first_frame ); in slowmotion_get_frame()
310 first_frame = NULL; in slowmotion_get_frame()
320 if( first_frame == NULL ) in slowmotion_get_frame()
339 mlt_properties_set_data( properties, "first_frame", first_frame, 0, NULL, NULL ); in slowmotion_get_frame()
345 mlt_frame_push_service( *frame, first_frame ); in slowmotion_get_frame()
[all …]
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/motion_est/
H A Dproducer_slowmotion.c156 mlt_frame first_frame = mlt_frame_pop_service( this ); in slowmotion_get_image() local
162 mlt_properties first_frame_properties = MLT_FRAME_PROPERTIES( first_frame ); in slowmotion_get_image()
224 mlt_position first_position = mlt_frame_get_position( first_frame ); in slowmotion_get_image()
270 mlt_frame_close( first_frame ); in slowmotion_get_image()
292 mlt_position first_position = (first_frame != NULL) ? mlt_frame_get_position( first_frame ) : -1; in slowmotion_get_frame()
308 mlt_frame_close( first_frame ); in slowmotion_get_frame()
310 first_frame = NULL; in slowmotion_get_frame()
320 if( first_frame == NULL ) in slowmotion_get_frame()
339 mlt_properties_set_data( properties, "first_frame", first_frame, 0, NULL, NULL ); in slowmotion_get_frame()
345 mlt_frame_push_service( *frame, first_frame ); in slowmotion_get_frame()
[all …]

12345678910>>...39