Home
last modified time | relevance | path

Searched refs:block_type (Results 1 – 4 of 4) sorted by relevance

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dmp3.js4935 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 …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.audio-video.matroska.php1472 * @param int $block_type
1477 private function HandleEMBLClusterBlock($element, $block_type, &$info) { argument
1486 if ($block_type == EBML_ID_CLUSTERSIMPLEBLOCK) {
1495 if ($block_type == EBML_ID_CLUSTERSIMPLEBLOCK) {
/plugin/jplayer/vendor/james-heinrich/getid3/
Dstructure.txt464 ['block_type']=>integer() //
481 ['block_type']=>integer() //
493 ['block_type']=>integer() //
/plugin/datatables/assets/pdfmake/
Dpdfmake.js24130 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 …]