Home
last modified time | relevance | path

Searched refs:vorbis_mapping_count (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/lewton-0.9.4/src/
H A Dheader.rs1130 let vorbis_mapping_count :u8 = try!(rdr.read_u6()) + 1; in read_header_setup() localVariable
1131 let mut mappings = Vec::with_capacity(vorbis_mapping_count as usize); in read_header_setup()
1132 for _ in 0 .. vorbis_mapping_count { in read_header_setup()
1142 modes.push(try!(read_mode_info(& mut rdr, vorbis_mapping_count))); in read_header_setup()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/lewton-0.10.2/src/
H A Dheader.rs1123 let vorbis_mapping_count :u8 = try!(rdr.read_u6()) + 1; in read_header_setup() localVariable
1124 let mut mappings = Vec::with_capacity(vorbis_mapping_count as usize); in read_header_setup()
1125 for _ in 0 .. vorbis_mapping_count { in read_header_setup()
1135 modes.push(try!(read_mode_info(& mut rdr, vorbis_mapping_count))); in read_header_setup()
/dports/audio/lewton/lewton-0.10.2/src/
H A Dheader.rs1123 let vorbis_mapping_count :u8 = try!(rdr.read_u6()) + 1; in read_header_setup() localVariable
1124 let mut mappings = Vec::with_capacity(vorbis_mapping_count as usize); in read_header_setup()
1125 for _ in 0 .. vorbis_mapping_count { in read_header_setup()
1135 modes.push(try!(read_mode_info(& mut rdr, vorbis_mapping_count))); in read_header_setup()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/lewton-0.10.2/src/
H A Dheader.rs1123 let vorbis_mapping_count :u8 = try!(rdr.read_u6()) + 1; in read_header_setup() localVariable
1124 let mut mappings = Vec::with_capacity(vorbis_mapping_count as usize); in read_header_setup()
1125 for _ in 0 .. vorbis_mapping_count { in read_header_setup()
1135 modes.push(try!(read_mode_info(& mut rdr, vorbis_mapping_count))); in read_header_setup()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/lewton-0.10.2/src/
H A Dheader.rs1123 let vorbis_mapping_count :u8 = try!(rdr.read_u6()) + 1; in read_header_setup() localVariable
1124 let mut mappings = Vec::with_capacity(vorbis_mapping_count as usize); in read_header_setup()
1125 for _ in 0 .. vorbis_mapping_count { in read_header_setup()
1135 modes.push(try!(read_mode_info(& mut rdr, vorbis_mapping_count))); in read_header_setup()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/lewton-0.9.4/src/
H A Dheader.rs1130 let vorbis_mapping_count :u8 = try!(rdr.read_u6()) + 1; in read_header_setup() localVariable
1131 let mut mappings = Vec::with_capacity(vorbis_mapping_count as usize); in read_header_setup()
1132 for _ in 0 .. vorbis_mapping_count { in read_header_setup()
1142 modes.push(try!(read_mode_info(& mut rdr, vorbis_mapping_count))); in read_header_setup()
/dports/net/liveMedia/live/liveMedia/
H A DOggFileParser.cpp545 unsigned vorbis_mapping_count = bv.getBits(6) + 1; in parseVorbisSetup_mappings() local
547 fprintf(stderr, "\tMappings: vorbis_mapping_count: %d\n", vorbis_mapping_count); in parseVorbisSetup_mappings()
549 for (unsigned i = 0; i < vorbis_mapping_count; ++i) { in parseVorbisSetup_mappings()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/libvorbis/doc/
H A D04-codec.tex188 \item \varname{[vorbis_mapping_count]} = read 6 bits as unsigned integer and add one
189 \item For each \varname{[i]} of \varname{[vorbis_mapping_count]} mapping numbers: