Searched refs:frameNum (Results 1 – 9 of 9) sorted by relevance
406 int frameNum = bitArray.readBits(spsData.frameNumLength); in appendToNalUnit() local456 sliceHeader.setAll(spsData, nalRefIdc, sliceType, frameNum, picParameterSetId, fieldPicFlag, in appendToNalUnit()501 private int frameNum; field in H264Reader.SampleReader.SliceHeaderData527 int frameNum, in setAll() argument541 this.frameNum = frameNum; in setAll()570 return frameNum != other.frameNum in isFirstVclNalUnitOfPicture()
142 long frameNum = unprotectedBytes / maxUnprotectedBytesPerFrame + 1; in handleUnprotected() local145 frameNum--; in handleUnprotected()148 long protectedBytes = frameNum * (HEADER_BYTES + suffixBytes) + unprotectedBytes; in handleUnprotected()153 for (int frameIdx = 0; frameIdx < frameNum; ++frameIdx) { in handleUnprotected()155 (frameIdx == frameNum - 1) ? lastFrameUnprotectedBytes : maxUnprotectedBytesPerFrame; in handleUnprotected()
108 private int frameNum = 0; field in StylizeActivity303 ImageUtils.saveBitmap(textureCopyBitmap, "stylized" + frameNum + ".png"); in saveButton.setOnClickListener()306 "Saved image to: /sdcard/tensorflow/" + "stylized" + frameNum + ".png", in saveButton.setOnClickListener()534 ++frameNum; in stylizeImage()539 final int centerX = (frameNum + bitmap.getWidth() / 2) % bitmap.getWidth(); in stylizeImage()
68 uint32_t frameNum; member
1044 int frameNum; in ShowCallstack() local1149 for (frameNum = 0;; ++frameNum) in ShowCallstack()1268 if (frameNum == 0) in ShowCallstack()
5807 deUint32 frameNum; member
391 deUint32 frameNum; member
11997 s << "\tframeNum = " << value.frameNum << '\n';