Lines Matching refs:nSkipKeyFrames
275 int nSkipKeyFrames, // max number of frames to skip when searching for key frame [in] in GetLastKeyframe() argument
364 if (nSkipKeyFrames > 0 in GetLastKeyframe()
372 nSkipKeyFrames--; in GetLastKeyframe()
444 …*initialFrame, int initialFrameType, uint32_t nInitialFrameSize, int nSkipKeyFrames, int bStdoutMo… in Download() argument
621 nSkipKeyFrames + 1); in Download()
733 int nSkipKeyFrames = DEF_SKIPFRM; // skip this number of keyframes when resuming in main() local
919 nSkipKeyFrames = atoi(optarg); in main()
920 if (nSkipKeyFrames < 0) in main()
924 nSkipKeyFrames = 0; in main()
929 nSkipKeyFrames); in main()
1234 nStatus = GetLastKeyframe(file, nSkipKeyFrames, in main()
1380 initialFrameType, nInitialFrameSize, nSkipKeyFrames, in main()