Lines Matching refs:maxtref

152 …private void messageDropError(byte[] gop, byte[] pts, int maxtref, int frame, int gop_number, int …  in messageDropError()  argument
155 …Common.setMessage(Resource.getString("video.msg.error.gop.diff", String.valueOf(maxtref + 1) + "/"… in messageDropError()
171 dump.writeInt(maxtref); in messageDropError()
357 int maxtref = 0; in goptest() local
478 …messageDropError(gop, pts, maxtref, frame, clv[6], job_processing.getExportedVideoFrameNumber(), s… in goptest()
744 if (tref > maxtref) in goptest()
745 maxtref = tref; in goptest()
748 …System.out.println(frame + "/ " + maxtref + "/ " + tref + "/ " + s + " * " + frT[frametype] + "/ "… in goptest()
1090 if (maxtref != frame || Math.abs(lastpts - startpts) > 2000) in goptest()
1102 maxtref = frame; in goptest()
1124 …artpts + (long)(trefcheck * CommonParsing.getVideoFramerate()) + (long)((maxtref + pulldownfields … in goptest()
1143 …messageDropError(gop, pts, maxtref, frame, clv[6], job_processing.getExportedVideoFrameNumber(), s… in goptest()
1162 …job_processing.countLastGopTimecode((long)(CommonParsing.getVideoFramerate() * (maxtref + pulldown… in goptest()
1163 …job_processing.setLastGopPts(startpts + (long)(CommonParsing.getVideoFramerate() * (maxtref + pull… in goptest()
1222 …job_processing.setEndPtsOfGop(startpts + (long)((maxtref + pulldownfields / 2.0 - trefcheck + 1) *… in goptest()
1237 …log.writeLong(job_processing.countVideoExportTime((long)((maxtref + pulldownfields/2.0 - trefcheck… in goptest()
1242 double svbr = CommonParsing.getVideoFramerate() * (maxtref - trefcheck + 1); in goptest()