Searched refs:blockLength (Results 1 – 6 of 6) sorted by relevance
109 int blockLength = 0; in writeData() local121 writeTypeBlock(writer, typesBlockStart, i - 1, blockLength); in writeData()123 blockLength = 0; in writeData()125 blockLength = Math.max(blockLength, byteIndex + 1); in writeData()130 writeTypeBlock(writer, typesBlockStart, mTypes.length - 1, blockLength); in writeData()
69 (static_cast<SbcBlockLength>(sbc_capability.blockLength & in sbc_offloading_capability_match()70 sbc_config.blockLength) == in sbc_offloading_capability_match()261 sbc_config.blockLength = SbcBlockLength::BLOCKS_4; in A2dpSbcToHalConfig()264 sbc_config.blockLength = SbcBlockLength::BLOCKS_8; in A2dpSbcToHalConfig()267 sbc_config.blockLength = SbcBlockLength::BLOCKS_12; in A2dpSbcToHalConfig()270 sbc_config.blockLength = SbcBlockLength::BLOCKS_16; in A2dpSbcToHalConfig()
281 sbc_config.blockLength & sbc_capability.blockLength && in IsCodecOffloadingSupported()456 .blockLength = block_length, in SbcCodecConfigurationsGenerator()
82 !ContainedInVector(sbc_capability.blockLength, sbc_config.blockLength) || in sbc_offloading_capability_match()263 sbc_config.blockLength = 4; in A2dpSbcToHalConfig()266 sbc_config.blockLength = 8; in A2dpSbcToHalConfig()269 sbc_config.blockLength = 12; in A2dpSbcToHalConfig()272 sbc_config.blockLength = 16; in A2dpSbcToHalConfig()
26 15. Sbc Block Length (parameter name: `sbc.blockLength `)50 | `sbc.blockLength ` | 0.`SbcBlockLength::BLOCKS_4` 1.`SbcBlockLength::BLOCKS_8` 2.`SbcBlockLength:…
247 sbc.blockLength = mFdp->PickValueInArray(blockLengths); in SbcCodecConfigurationsGenerator()