Searched refs:lastFrameUnprotectedBytes (Results 1 – 1 of 1) sorted by relevance
143 int lastFrameUnprotectedBytes = (int) (unprotectedBytes % maxUnprotectedBytesPerFrame); in handleUnprotected() local144 if (lastFrameUnprotectedBytes == 0) { in handleUnprotected()146 lastFrameUnprotectedBytes = maxUnprotectedBytesPerFrame; in handleUnprotected()155 (frameIdx == frameNum - 1) ? lastFrameUnprotectedBytes : maxUnprotectedBytesPerFrame; in handleUnprotected()