Searched refs:VIDEO_CLEAR_LEAD (Results 1 – 2 of 2) sorted by relevance
87 bool isEncrypted = (nalSize > VIDEO_CLEAR_LEAD + AES_BLOCK_SIZE); in processNal()109 size_t offset = VIDEO_CLEAR_LEAD; in processNal()110 size_t remainingBytes = nalSize - VIDEO_CLEAR_LEAD; in processNal()
51 static const int VIDEO_CLEAR_LEAD = 32; member