Searched refs:nframe (Results 1 – 1 of 1) sorted by relevance
180 int nframe;// number of frames in video in processDataSet() local195 nframe = nvlog = loadAttitudeRecs(new File(mPath, "vision_rpy.log"), vrecs); in processDataSet()198 nframe = analyzeVideo(vrecs); in processDataSet()202 Log.v(TAG, "Post video analysis nvlog = " + nvlog + " nframe=" + nframe); in processDataSet()204 if (nvlog <= 0 || nframe <= 0) { in processDataSet()209 if (nframe < MIN_VIDEO_LENGTH_SEC*VALID_FRAME_THRESHOLD) { in processDataSet()211 Log.w(TAG, "Video record is to short, n frame = " + nframe); in processDataSet()215 if ((double) nvlog / nframe < VALID_FRAME_THRESHOLD) { in processDataSet()218 ", n total frame = " + nframe); in processDataSet()273 report.n_of_frame = nframe; in processDataSet()