Searched refs:block_type (Results 1 – 4 of 4) sorted by relevance
4935 this.block_type = null;5113 channel.block_type = stream.read(2);5115 if (channel.block_type === 0)5118 if (!lsf && channel.block_type === 2 && si.scfsi[ch])5126 else if (channel.block_type === 2)5135 channel.block_type = 0;5184 if (channel.block_type === 2) {5209 if (channel.block_type === 2) {5226 if (channel.block_type !== 2 || (channel.flags & tables.MIXED_BLOCK_FLAG)) {5227 var block_type = channel.block_type;[all …]
1472 * @param int $block_type1477 private function HandleEMBLClusterBlock($element, $block_type, &$info) { argument1486 if ($block_type == EBML_ID_CLUSTERSIMPLEBLOCK) {1495 if ($block_type == EBML_ID_CLUSTERSIMPLEBLOCK) {
464 ['block_type']=>integer() //481 ['block_type']=>integer() //493 ['block_type']=>integer() //
24130 var block_type;24132 block_type = ringbuffers[ringbuffer + (indexes[index] & 1)];24134 block_type = ringbuffers[ringbuffer + ((indexes[index] - 1) & 1)] + 1;24136 block_type = type_code - 2;24138 if (block_type >= max_block_type) {24139 block_type -= max_block_type;24141 block_types[tree_type] = block_type;24142 ringbuffers[ringbuffer + (indexes[index] & 1)] = block_type;24318 var block_type = [ 0 ];24425 context_mode = context_modes[block_type[0]];[all …]