Searched refs:nSkipKeyFrames (Results 1 – 1 of 1) sorted by relevance
275 int nSkipKeyFrames, // max number of frames to skip when searching for key frame [in] in GetLastKeyframe() argument364 if (nSkipKeyFrames > 0 in GetLastKeyframe()372 nSkipKeyFrames--; in GetLastKeyframe()444 …*initialFrame, int initialFrameType, uint32_t nInitialFrameSize, int nSkipKeyFrames, int bStdoutMo… in Download() argument621 nSkipKeyFrames + 1); in Download()733 int nSkipKeyFrames = DEF_SKIPFRM; // skip this number of keyframes when resuming in main() local919 nSkipKeyFrames = atoi(optarg); in main()920 if (nSkipKeyFrames < 0) in main()924 nSkipKeyFrames = 0; in main()929 nSkipKeyFrames); in main()[all …]