Home
last modified time | relevance | path

Searched refs:lastFrame (Results 1 – 25 of 963) sorted by relevance

12345678910>>...39

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/heap/
H A DHandleStack.h69 inline void HandleStack::enterScope(Frame& lastFrame) in enterScope() argument
75 lastFrame = m_frame; in enterScope()
80 inline void HandleStack::zapTo(Frame& lastFrame) in zapTo() argument
83 UNUSED_PARAM(lastFrame); in zapTo()
89 for ( ; blocks[i] + m_blockStack.blockLength != lastFrame.m_end; --i) { in zapTo()
100 for (HandleSlot it = m_frame.m_next - 1; it != lastFrame.m_next - 1; --it) in zapTo()
105 inline void HandleStack::leaveScope(Frame& lastFrame) in leaveScope() argument
111 zapTo(lastFrame); in leaveScope()
113 if (lastFrame.m_end != m_frame.m_end) // Popping to a frame in a different block. in leaveScope()
114 m_blockStack.shrink(lastFrame.m_end); in leaveScope()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_core/ADM_coreDemuxer/include/
H A DADM_coreDemuxerMpegTemplate.cpp.h26 int lastFrame=ListOfFrames.size(); in getVideoDuration() local
27 if(!lastFrame) return 0; in getVideoDuration()
28 lastFrame--; in getVideoDuration()
30 if(maxLookup>lastFrame) maxLookup=lastFrame; in getVideoDuration()
31 int start=lastFrame-maxLookup; in getVideoDuration()
38 for(int i=start;i<=lastFrame;i++) in getVideoDuration()
49 … ADM_info("Found maxPts =%s, %d frames from the end\n",ADM_us2plain(maxPts),lastFrame-maxPtsIndex); in getVideoDuration()
50 for(int i=lastFrame;i>=start;i--) in getVideoDuration()
59 … ADM_info("Found maxDts =%s, %d frames from the end\n",ADM_us2plain(maxDts),lastFrame-maxDtsIndex); in getVideoDuration()
72 refDistance=lastFrame-maxPtsIndex; in getVideoDuration()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ADM_coreDemuxer/include/
H A DADM_coreDemuxerMpegTemplate.cpp.h26 int lastFrame=ListOfFrames.size(); in getVideoDuration() local
27 if(!lastFrame) return 0; in getVideoDuration()
28 lastFrame--; in getVideoDuration()
30 if(maxLookup>lastFrame) maxLookup=lastFrame; in getVideoDuration()
31 int start=lastFrame-maxLookup; in getVideoDuration()
38 for(int i=start;i<=lastFrame;i++) in getVideoDuration()
49 … ADM_info("Found maxPts =%s, %d frames from the end\n",ADM_us2plain(maxPts),lastFrame-maxPtsIndex); in getVideoDuration()
50 for(int i=lastFrame;i>=start;i--) in getVideoDuration()
59 … ADM_info("Found maxDts =%s, %d frames from the end\n",ADM_us2plain(maxDts),lastFrame-maxDtsIndex); in getVideoDuration()
72 refDistance=lastFrame-maxPtsIndex; in getVideoDuration()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_core/ADM_coreDemuxer/include/
H A DADM_coreDemuxerMpegTemplate.cpp.h26 int lastFrame=ListOfFrames.size(); in getVideoDuration() local
27 if(!lastFrame) return 0; in getVideoDuration()
28 lastFrame--; in getVideoDuration()
30 if(maxLookup>lastFrame) maxLookup=lastFrame; in getVideoDuration()
31 int start=lastFrame-maxLookup; in getVideoDuration()
38 for(int i=start;i<=lastFrame;i++) in getVideoDuration()
49 … ADM_info("Found maxPts =%s, %d frames from the end\n",ADM_us2plain(maxPts),lastFrame-maxPtsIndex); in getVideoDuration()
50 for(int i=lastFrame;i>=start;i--) in getVideoDuration()
59 … ADM_info("Found maxDts =%s, %d frames from the end\n",ADM_us2plain(maxDts),lastFrame-maxDtsIndex); in getVideoDuration()
72 refDistance=lastFrame-maxPtsIndex; in getVideoDuration()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_core/ADM_coreDemuxer/include/
H A DADM_coreDemuxerMpegTemplate.cpp.h26 int lastFrame=ListOfFrames.size(); in getVideoDuration() local
27 if(!lastFrame) return 0; in getVideoDuration()
28 lastFrame--; in getVideoDuration()
30 if(maxLookup>lastFrame) maxLookup=lastFrame; in getVideoDuration()
31 int start=lastFrame-maxLookup; in getVideoDuration()
38 for(int i=start;i<=lastFrame;i++) in getVideoDuration()
49 … ADM_info("Found maxPts =%s, %d frames from the end\n",ADM_us2plain(maxPts),lastFrame-maxPtsIndex); in getVideoDuration()
50 for(int i=lastFrame;i>=start;i--) in getVideoDuration()
59 … ADM_info("Found maxDts =%s, %d frames from the end\n",ADM_us2plain(maxDts),lastFrame-maxDtsIndex); in getVideoDuration()
72 refDistance=lastFrame-maxPtsIndex; in getVideoDuration()
[all …]
/dports/emulators/bsvc/bsvc-2.4.6/samples/m68360/gdb6/
H A Dmstub.c23 Frame *lastFrame = NULL; variable
65 frame = lastFrame; in _returnFromException()
80 lastFrame = frame; in _returnFromException()
224 frame = lastFrame; in process_step_or_continue()
271 frame = lastFrame -1 ; in process_step_or_continue()
281 frame = lastFrame; in process_step_or_continue()
283 frame->previous = lastFrame; in process_step_or_continue()
284 lastFrame = frame; in process_step_or_continue()
405 lastFrame = ((Frame *) &gdbFrameStack[FRAMESIZE-1]) - 1; in initializeRemcomErrorFrame()
406 lastFrame->previous = lastFrame; in initializeRemcomErrorFrame()
/dports/emulators/bsvc/bsvc-2.4.6/samples/m68360/gdb7/
H A Dmstub.c23 Frame *lastFrame = NULL; variable
65 frame = lastFrame; in _returnFromException()
80 lastFrame = frame; in _returnFromException()
224 frame = lastFrame; in process_step_or_continue()
271 frame = lastFrame -1 ; in process_step_or_continue()
281 frame = lastFrame; in process_step_or_continue()
283 frame->previous = lastFrame; in process_step_or_continue()
284 lastFrame = frame; in process_step_or_continue()
405 lastFrame = ((Frame *) &gdbFrameStack[FRAMESIZE-1]) - 1; in initializeRemcomErrorFrame()
406 lastFrame->previous = lastFrame; in initializeRemcomErrorFrame()
/dports/graphics/pfstools/pfstools-2.1.0/src/pfs/
H A Dpfsutils.cpp79 int &firstFrame, int &lastFrame, int &everyNthFrame );
85 int lastFrame; member
94 lastFrame( MAX_FRAME ), in FilePattern()
216 if( (currentPattern->currentFrame > currentPattern->lastFrame && in getNextFrameFile()
218 (currentPattern->currentFrame < currentPattern->lastFrame && in getNextFrameFile()
227 currentPattern->currentFrame = currentPattern->lastFrame; in getNextFrameFile()
302 lastFrame = MAX_FRAME; in parseFrameRange()
315 if( currentToken != nextToken ) lastFrame = l2; in parseFrameRange()
318 everyNthFrame = lastFrame; in parseFrameRange()
319 lastFrame = MAX_FRAME; in parseFrameRange()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/
H A Dinter_v4.cpp164 if (props.lastFrame == -1) { in o4_playVmdOrMusic()
166 } else if (props.lastFrame == -2) { in o4_playVmdOrMusic()
167 } else if (props.lastFrame == -3) { in o4_playVmdOrMusic()
193 } else if (props.lastFrame == -4) { in o4_playVmdOrMusic()
196 } else if (props.lastFrame == -5) { in o4_playVmdOrMusic()
199 } else if (props.lastFrame == -6) { in o4_playVmdOrMusic()
201 } else if (props.lastFrame == -7) { in o4_playVmdOrMusic()
203 } else if (props.lastFrame == -8) { in o4_playVmdOrMusic()
206 } else if (props.lastFrame == -9) { in o4_playVmdOrMusic()
211 } else if (props.lastFrame < 0) { in o4_playVmdOrMusic()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/gob/
H A Dinter_v4.cpp164 if (props.lastFrame == -1) { in o4_playVmdOrMusic()
166 } else if (props.lastFrame == -2) { in o4_playVmdOrMusic()
167 } else if (props.lastFrame == -3) { in o4_playVmdOrMusic()
193 } else if (props.lastFrame == -4) { in o4_playVmdOrMusic()
196 } else if (props.lastFrame == -5) { in o4_playVmdOrMusic()
199 } else if (props.lastFrame == -6) { in o4_playVmdOrMusic()
201 } else if (props.lastFrame == -7) { in o4_playVmdOrMusic()
203 } else if (props.lastFrame == -8) { in o4_playVmdOrMusic()
206 } else if (props.lastFrame == -9) { in o4_playVmdOrMusic()
211 } else if (props.lastFrame < 0) { in o4_playVmdOrMusic()
[all …]
/dports/graphics/vpaint/vpaint-1.7/src/Gui/
H A DTimeline.cpp496 setLastFrame(settings_.lastFrame()); in read()
716 int Timeline::lastFrame() const in lastFrame() function in Timeline
718 return settings_.lastFrame(); in lastFrame()
822 goToFrame(view, lastFrame()); in goToLastFrame()
827 if(firstFrame > lastFrame()) in setFirstFrame()
829 firstFrame = lastFrame(); in setFirstFrame()
843 if(lastFrame < firstFrame()) { in setLastFrame()
844 lastFrame = firstFrame(); in setLastFrame()
851 settings_.setLastFrame(lastFrame); in setLastFrame()
1069 if(currentFrame > lastFrame()) in goToPreviousFrame()
[all …]
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/scripts/
H A DmakePLI.py67 else: self.lastFrame = self.offsetFrames
398 s += str(idx) + ' ' + str(c.lastFrame) + '\n'
399 c.lastFrame += l
420 c1.lastFrame += l
421 if (c1.lastFrame >= c1.clipEnd):
425 c2.lastFrame += l
436 c2.lastFrame += l
437 if (c2.lastFrame >= c2.clipEnd):
449 s += str(idx) + ' ' + str(c.lastFrame) + '\n'
450 c.lastFrame += l
[all …]
H A Dlavtc.sh592 lastFrame="${frameRange##*[.,-]}"
595 lastFrame=${frameRange}
601 if [[ -z $lastFrame ]] ; then
602 lastFrame=0 ;
608 if [ ${lastFrame} -lt 0 ] ; then
609 let lastFrame=${totalFrames}${lastFrame}
614 lastFrame=${totalFrames}
615 elif [ ${lastFrame} = 0 ] ; then
616 lastFrame=${firstFrame}
623 lastFrame=${totalFrames}
[all …]
/dports/games/holotz-castle/holotz-castle-1.3.14-src/JLib/JLib/Graphics/
H A DJSprite.cpp46 lastFrame = 0; in Init()
52 lastFrame = numFrames - 1; in Init()
71 if (curFrame == lastFrame) in Update()
79 tmp = lastFrame; in Update()
80 lastFrame = firstFrame; in Update()
/dports/multimedia/mpeg_encode/mpeg_encode/
H A Dmpeg.c342 realEnd = lastFrame;
395 lastFrame = frameEnd;
410 if ( (FType_Type(lastFrame) == 'b') && (lastFrame != numFrames-1) ) {
418 lastFrame = FType_FutureRef(lastFrame);
422 lastFrame = numFrames-1;
427 lastFrame = numFrames-1;
820 int lastFrame;
1071 int *lastFrame;
1081 *lastFrame = -1;
1086 while ( *lastFrame == -1 ) {
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Dmpeg.c354 realEnd = lastFrame;
407 lastFrame = frameEnd;
422 if ( (FType_Type(lastFrame) == 'b') && (lastFrame != numFrames-1) ) {
430 lastFrame = FType_FutureRef(lastFrame);
434 lastFrame = numFrames-1;
439 lastFrame = numFrames-1;
832 int lastFrame;
1083 int *lastFrame;
1093 *lastFrame = -1;
1098 while ( *lastFrame == -1 ) {
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mpeg_encode/
H A Dmpeg.cpp337 realEnd = lastFrame; in GenMPEGStream()
388 lastFrame = frameEnd; in GenMPEGStream()
402 if ( (FType_Type(lastFrame) == 'b') && (lastFrame != numFrames-1) ) { in GenMPEGStream()
409 lastFrame = FType_FutureRef(lastFrame); in GenMPEGStream()
413 lastFrame = numFrames-1; in GenMPEGStream()
418 lastFrame = numFrames-1; in GenMPEGStream()
807 int lastFrame) in PrintStartStats() argument
1054 int *lastFrame, in ComputeGOPFrames() argument
1064 *lastFrame = -1; in ComputeGOPFrames()
1069 while ( *lastFrame == -1 ) { in ComputeGOPFrames()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dm68k-stub.c177 static Frame *lastFrame; variable
486 frame = lastFrame; in _returnFromException()
501 lastFrame = frame; in _returnFromException()
950 frame = lastFrame; in handle_exception()
1008 frame = lastFrame - 1; in handle_exception()
1018 frame = lastFrame; in handle_exception()
1020 frame->previous = lastFrame; in handle_exception()
1021 lastFrame = frame; in handle_exception()
1043 lastFrame = ((Frame *) & gdbFrameStack[FRAMESIZE - 1]) - 1; in initializeRemcomErrorFrame()
1044 lastFrame->previous = lastFrame; in initializeRemcomErrorFrame()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dm68k-stub.c177 static Frame *lastFrame; variable
486 frame = lastFrame; in _returnFromException()
501 lastFrame = frame; in _returnFromException()
950 frame = lastFrame; in handle_exception()
1008 frame = lastFrame - 1; in handle_exception()
1018 frame = lastFrame; in handle_exception()
1020 frame->previous = lastFrame; in handle_exception()
1021 lastFrame = frame; in handle_exception()
1043 lastFrame = ((Frame *) & gdbFrameStack[FRAMESIZE - 1]) - 1; in initializeRemcomErrorFrame()
1044 lastFrame->previous = lastFrame; in initializeRemcomErrorFrame()
/dports/devel/gdb/gdb-11.1/gdb/stubs/
H A Dm68k-stub.c177 static Frame *lastFrame; variable
486 frame = lastFrame; in _returnFromException()
501 lastFrame = frame; in _returnFromException()
950 frame = lastFrame; in handle_exception()
1008 frame = lastFrame - 1; in handle_exception()
1018 frame = lastFrame; in handle_exception()
1020 frame->previous = lastFrame; in handle_exception()
1021 lastFrame = frame; in handle_exception()
1043 lastFrame = ((Frame *) & gdbFrameStack[FRAMESIZE - 1]) - 1; in initializeRemcomErrorFrame()
1044 lastFrame->previous = lastFrame; in initializeRemcomErrorFrame()
/dports/devel/gdb761/gdb-7.6.1/gdb/stubs/
H A Dm68k-stub.c177 static Frame *lastFrame; variable
486 frame = lastFrame; in _returnFromException()
501 lastFrame = frame; in _returnFromException()
950 frame = lastFrame; in handle_exception()
1008 frame = lastFrame - 1; in handle_exception()
1018 frame = lastFrame; in handle_exception()
1020 frame->previous = lastFrame; in handle_exception()
1021 lastFrame = frame; in handle_exception()
1043 lastFrame = ((Frame *) & gdbFrameStack[FRAMESIZE - 1]) - 1; in initializeRemcomErrorFrame()
1044 lastFrame->previous = lastFrame; in initializeRemcomErrorFrame()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dm68k-stub.c177 static Frame *lastFrame; variable
486 frame = lastFrame; in _returnFromException()
501 lastFrame = frame; in _returnFromException()
950 frame = lastFrame; in handle_exception()
1008 frame = lastFrame - 1; in handle_exception()
1018 frame = lastFrame; in handle_exception()
1020 frame->previous = lastFrame; in handle_exception()
1021 lastFrame = frame; in handle_exception()
1043 lastFrame = ((Frame *) & gdbFrameStack[FRAMESIZE - 1]) - 1; in initializeRemcomErrorFrame()
1044 lastFrame->previous = lastFrame; in initializeRemcomErrorFrame()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/m68k/
H A Dmvme162lx-asm.S28 .globl SYM (lastFrame)
40 movel SYM (lastFrame),a0 /* get last frame info */
50 movel SYM (lastFrame),a0 /* get last frame info */
51 movel a0@+,SYM (lastFrame) /* link in previous frame */
125 movel SYM (lastFrame),a0 /* last frame pointer */
186 movel SYM (lastFrame),a1 /* last frame pointer */
188 movel a0,SYM (lastFrame)
221 movel SYM (lastFrame),a0 /* last frame pointer */
268 movel SYM (lastFrame),a1 /* last frame pointer */
270 movel a0,SYM (lastFrame)
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/m68k/
H A Dmvme162lx-asm.S28 .globl SYM (lastFrame)
40 movel SYM (lastFrame),a0 /* get last frame info */
50 movel SYM (lastFrame),a0 /* get last frame info */
51 movel a0@+,SYM (lastFrame) /* link in previous frame */
125 movel SYM (lastFrame),a0 /* last frame pointer */
186 movel SYM (lastFrame),a1 /* last frame pointer */
188 movel a0,SYM (lastFrame)
221 movel SYM (lastFrame),a0 /* last frame pointer */
268 movel SYM (lastFrame),a1 /* last frame pointer */
270 movel a0,SYM (lastFrame)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/m68k/
H A Dmvme162lx-asm.S28 .globl SYM (lastFrame)
40 movel SYM (lastFrame),a0 /* get last frame info */
50 movel SYM (lastFrame),a0 /* get last frame info */
51 movel a0@+,SYM (lastFrame) /* link in previous frame */
125 movel SYM (lastFrame),a0 /* last frame pointer */
186 movel SYM (lastFrame),a1 /* last frame pointer */
188 movel a0,SYM (lastFrame)
221 movel SYM (lastFrame),a0 /* last frame pointer */
268 movel SYM (lastFrame),a1 /* last frame pointer */
270 movel a0,SYM (lastFrame)

12345678910>>...39