Searched refs:numPartitions (Results 1 – 1 of 1) sorted by relevance
695 uint8_t numPartitions = data[9]; in setWebmBlockCryptoInfo() local696 if (mbuf->range_length() - 10 < numPartitions * sizeof(uint32_t)) { in setWebmBlockCryptoInfo()701 uint32_t frameOffset = 10 + numPartitions * sizeof(uint32_t); in setWebmBlockCryptoInfo()703 for (uint32_t i = 0; i <= numPartitions; ++i) { in setWebmBlockCryptoInfo()704 uint32_t p_i = i < numPartitions in setWebmBlockCryptoInfo()