HomeSort by relevance Sort by last modified time
    Searched refs:wrapModTime (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 453 uint32 wrapModTime; /* Offset to modTime Ref, rarely used */
rate_control.cpp 67 encvid->wrapModTime = 0;
84 encvid->wrapModTime += ((uint32)0xFFFFFFFF - modTimeRef) + 1;
87 modTime += encvid->wrapModTime; /* wrapModTime is non zero after wrap-around */
    [all...]

Completed in 46 milliseconds