Searched refs:numPartitions (Results 1 – 3 of 3) sorted by relevance
32 public int numPartitions; field in SearchState75 .add("numPartitions", numPartitions) in toString()92 dest.writeInt(numPartitions); in writeToParcel()102 numPartitions = source.readInt(); in readFromParcel()
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()
229 searchState.numPartitions = adapter.getPartitionCount(); in createSearchState()