Searched refs:numPartitions (Results 1 – 1 of 1) sorted by relevance
700 uint8_t numPartitions = data[9]; in setWebmBlockCryptoInfo() local701 if (mbuf->range_length() - 10 < numPartitions * sizeof(uint32_t)) { in setWebmBlockCryptoInfo()706 uint32_t frameOffset = 10 + numPartitions * sizeof(uint32_t); in setWebmBlockCryptoInfo()708 for (uint32_t i = 0; i <= numPartitions; ++i) { in setWebmBlockCryptoInfo()709 uint32_t p_i = i < numPartitions in setWebmBlockCryptoInfo()