Home
last modified time | relevance | path

Searched refs:no_frames (Results 1 – 25 of 75) sorted by relevance

123

/dports/graphics/liblug/lug/examples/
H A Dcabezon.c87 displacement( in, no_frames, base_name ) in displacement() argument
89 int no_frames;
98 if ( no_frames < 2 ) {
110 inc_x = ((double)in->xsize) / ((double)(no_frames-1));
113 for ( i = 1; i < no_frames-1; i++ ) {
128 sprintf( name, "%s.%d", base_name, no_frames );
H A Dfade.c102 fade( source, target, out_base_name, no_frames ) in fade() argument
105 int no_frames;
146 j = no_frames - 1;
172 for ( i = 1; i < no_frames-1 ; i++ ) {
193 sprintf( out_name, "%s.%d", out_base_name, no_frames );
/dports/multimedia/mpeg_encode/convert/
H A Dold-jmovie2jpeg.c64 int no_frames; /* total number of frames in jmovie */ local
208 if (fread (&(no_frames),sizeof(int),1,inFile) != 1)
213 printf("Number of Frames is: %d\n",no_frames);
215 inoffsets = (int *)malloc(no_frames*sizeof(int));
297 if(no_frames <= end)
300 printf("Thats ok, setting end = %d \n",no_frames);
301 end = no_frames - 1;
305 for(i=0;i<no_frames;i++)
H A Djmovie2jpeg.c65 int no_frames; /* total number of frames in jmovie */ local
222 if (fread (&(no_frames),sizeof(int),1,inFile) != 1)
227 printf("Number of Frames is: %d\n",no_frames - 1);
229 inoffsets = (int *)malloc(no_frames*sizeof(int));
326 if(no_frames <= end)
329 printf("Thats ok, setting end = %d \n",no_frames - 1);
330 end = no_frames - 1;
334 for(i=0;i<no_frames;i++)
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dlock-tracer.c116 const int no_frames = 6; in add_record() local
117 gpointer frames[no_frames]; in add_record()
123 memset (frames, 0, sizeof (gpointer) * no_frames); in add_record()
124 mono_backtrace (frames, no_frames); in add_record()
125 for (i = 0; i < no_frames; ++i) in add_record()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.opt/
H A Dinline-locals.exp32 set no_frames [skip_inline_frame_tests]
41 if { ! $no_frames } {
80 if { ! $no_frames } {
90 if { ! $no_frames } {
152 if {! $no_frames } {
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.opt/
H A Dinline-locals.exp32 set no_frames [skip_inline_frame_tests]
41 if { ! $no_frames } {
70 if { ! $no_frames } {
80 if { ! $no_frames } {
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.opt/
H A Dinline-locals.exp44 set no_frames [skip_inline_frame_tests]
53 if { ! $no_frames } {
82 if { ! $no_frames } {
92 if { ! $no_frames } {
/dports/www/monolith/monolith-2.6.1/src/tests/html/
H A Dcompose_csp.rs41 fn no_frames() { in no_frames() function
43 options.no_frames = true; in no_frames()
73 options.no_frames = true; in all()
H A Dserialize_document.rs89 options.no_frames = true; in doctype_and_the_rest_no_html_head_or_body_forbid_frames()
125 options.no_frames = true; in doctype_and_the_rest_all_forbidden()
H A Dwalk_and_embed_assets.rs191 fn no_frames() { in no_frames() function
198 options.no_frames = true; in no_frames()
230 options.no_frames = true; in no_iframes()
419 options.no_frames = true; in removes_unwanted_meta_tags()
/dports/multimedia/mpeg_encode/mpeg_encode/
H A Djpeg.c123 int no_frames; /* total number of frames in jmovie */ local
259 if (fread (&(no_frames),sizeof(int),1,inFile) != 1)
265 inoffsets = (int *)malloc(no_frames*sizeof(int));
338 if(no_frames <= end)
340 end = no_frames - 1;
344 for(i=0;i<no_frames;i++)
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Djpeg.c134 int no_frames; /* total number of frames in jmovie */ local
270 if (fread (&(no_frames),sizeof(int),1,inFile) != 1)
276 inoffsets = (int *)malloc(no_frames*sizeof(int));
349 if(no_frames <= end)
351 end = no_frames - 1;
355 for(i=0;i<no_frames;i++)
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mpeg_encode/
H A Djpeg.cpp122 int no_frames; /* total number of frames in jmovie */ variable
258 if (fread (&(no_frames),sizeof(int),1,inFile) != 1)
264 inoffsets = (int *)malloc(no_frames*sizeof(int));
337 if(no_frames <= end)
339 end = no_frames - 1;
343 for(i=0;i<no_frames;i++)
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Djpeg.c107 int no_frames; /* total number of frames in jmovie */ in JMovie2JPEG() local
241 if (fread (&no_frames, sizeof(int), 1, inFile) != 1) { in JMovie2JPEG()
246 MALLOCARRAY(inoffsets, no_frames); in JMovie2JPEG()
311 last = MIN(end, no_frames-1); in JMovie2JPEG()
313 for (i = 0; i < no_frames; ++i) { in JMovie2JPEG()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/lib/libv4l2/
H A Dlibv4l2.c137 req.count = (devices[index].no_frames) ? devices[index].no_frames : in v4l2_request_read_buffers()
151 if (!devices[index].no_frames && req.count) in v4l2_request_read_buffers()
163 devices[index].no_frames == 0) in v4l2_unrequest_read_buffers()
176 if (devices[index].no_frames == 0) in v4l2_unrequest_read_buffers()
186 for (i = 0; i < devices[index].no_frames; i++) { in v4l2_map_buffers()
230 for (i = 0; i < devices[index].no_frames; i++) { in v4l2_unmap_buffers()
559 if (buf->index >= devices[index].no_frames) in v4l2_set_conversion_buf_params()
598 for (i = 0; i < devices[index].no_frames; i++) in v4l2_buffers_mapped()
603 if (i != devices[index].no_frames) in v4l2_buffers_mapped()
606 return i != devices[index].no_frames; in v4l2_buffers_mapped()
[all …]
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/lib/libv4l2/
H A Dlibv4l2.c137 req.count = (devices[index].no_frames) ? devices[index].no_frames : in v4l2_request_read_buffers()
151 if (!devices[index].no_frames && req.count) in v4l2_request_read_buffers()
163 devices[index].no_frames == 0) in v4l2_unrequest_read_buffers()
176 if (devices[index].no_frames == 0) in v4l2_unrequest_read_buffers()
186 for (i = 0; i < devices[index].no_frames; i++) { in v4l2_map_buffers()
230 for (i = 0; i < devices[index].no_frames; i++) { in v4l2_unmap_buffers()
559 if (buf->index >= devices[index].no_frames) in v4l2_set_conversion_buf_params()
598 for (i = 0; i < devices[index].no_frames; i++) in v4l2_buffers_mapped()
603 if (i != devices[index].no_frames) in v4l2_buffers_mapped()
606 return i != devices[index].no_frames; in v4l2_buffers_mapped()
[all …]
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/lib/libv4l2/
H A Dlibv4l2.c137 req.count = (devices[index].no_frames) ? devices[index].no_frames : in v4l2_request_read_buffers()
151 if (!devices[index].no_frames && req.count) in v4l2_request_read_buffers()
163 devices[index].no_frames == 0) in v4l2_unrequest_read_buffers()
176 if (devices[index].no_frames == 0) in v4l2_unrequest_read_buffers()
186 for (i = 0; i < devices[index].no_frames; i++) { in v4l2_map_buffers()
230 for (i = 0; i < devices[index].no_frames; i++) { in v4l2_unmap_buffers()
559 if (buf->index >= devices[index].no_frames) in v4l2_set_conversion_buf_params()
598 for (i = 0; i < devices[index].no_frames; i++) in v4l2_buffers_mapped()
603 if (i != devices[index].no_frames) in v4l2_buffers_mapped()
606 return i != devices[index].no_frames; in v4l2_buffers_mapped()
[all …]
/dports/multimedia/jmref/JM/lencod/src/
H A Dratectl.c249 …np = (int) (p_Inp->no_frames + p_Inp->NumberBFrames) / (1 + p_Inp->NumberBFrames) - 1 + 1; // appr… in rc_init_gop_params()
263 …np = (int) (p_Inp->no_frames + p_Inp->NumberBFrames) / (1 + p_Inp->NumberBFrames) - 1 + 1; // appr… in rc_init_gop_params()
275 if ((p_Vid->curr_frm_idx / p_Inp->idr_period) >= (p_Inp->no_frames / p_Inp->idr_period)) in rc_init_gop_params()
277 n = p_Inp->no_frames - p_Vid->curr_frm_idx; in rc_init_gop_params()
H A Dexplicit_seq.c177 for (i = 0; i < imin(coding_index, seq_info->no_frames); i++) in ParseSeqNumber()
200 ExpFrameInfo *info = &seq_info->info[coding_index % seq_info->no_frames]; in ReadFrameData()
301 p_Vid->expSeq->no_frames = frm_count; in OpenExplicitSeqFile()
/dports/multimedia/mpeg_encode/mpeg_encode/jpeg/jboucher/upgrade/
H A Dreadframe.c976 int no_frames; /* total number of frames in jmovie */ local
1112 if (fread (&(no_frames),sizeof(int),1,inFile) != 1)
1118 inoffsets = (int *)malloc(no_frames*sizeof(int));
1191 if(no_frames <= end)
1193 end = no_frames - 1;
1197 for(i=0;i<no_frames;i++)
/dports/www/monolith/monolith-2.6.1/src/
H A Dopts.rs11 pub no_frames: bool, field
95 options.no_frames = app.is_present("no-frames"); in from_args()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dad_hwmpa.c47 static int mpa_sync(sh_audio_t *sh, int no_frames, int *n, int *chans, int *srate, int *spf, int *m… in LIBAD_EXTERN()
60 if(frames_count == no_frames) in LIBAD_EXTERN()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dad_hwmpa.c47 static int mpa_sync(sh_audio_t *sh, int no_frames, int *n, int *chans, int *srate, int *spf, int *m… in LIBAD_EXTERN()
60 if(frames_count == no_frames) in LIBAD_EXTERN()
/dports/multimedia/jmref/JM/lencod/inc/
H A Dexplicit_seq.h32 int no_frames; member

123