Home
last modified time | relevance | path

Searched refs:bitstream (Results 1 – 25 of 75) sorted by relevance

123

/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/audio/
DMp3.java35 private Bitstream bitstream; field in Mp3.Music
42 bitstream = new Bitstream(file.read()); in Music()
46 Header header = bitstream.readFrame(); in Music()
59 boolean setup = bitstream == null; in read()
61 bitstream = new Bitstream(file.read()); in read()
68 Header header = bitstream.readFrame(); in read()
78 decoder.decodeFrame(header, bitstream); in read()
82 bitstream.closeFrame(); in read()
96 if (bitstream == null) return; in reset()
98 bitstream.close(); in reset()
[all …]
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/audio/
DMp3.java35 private Bitstream bitstream; field in Mp3.Music
42 bitstream = new Bitstream(file.read()); in Music()
46 Header header = bitstream.readFrame(); in Music()
59 boolean setup = bitstream == null; in read()
61 bitstream = new Bitstream(file.read()); in read()
68 Header header = bitstream.readFrame(); in read()
78 decoder.decodeFrame(header, bitstream); in read()
82 bitstream.closeFrame(); in read()
96 if (bitstream == null) return; in reset()
98 bitstream.close(); in reset()
[all …]
/external/libogg/doc/
Drfc3533.txt26 This document describes the Ogg bitstream format version 0, which is
29 encoding formats as well as other data streams in a single bitstream.
42 4. The Ogg bitstream format . . . . . . . . . . . . . . . . . . . 3
65 The Ogg bitstream format has been developed as a part of a larger
73 This document describes the Ogg bitstream format and how to use it to
75 encoders. The Ogg transport bitstream is designed to provide
96 format of the Ogg bitstream. See the Appendix for a more complete
102 bitstream, provided to the Ogg encapsulation process, has a
105 bitstream and represent meaningful entities for that encoder only
139 in the bitstream.
[all …]
Drfc5334.txt159 An Ogg bitstream generally consists of one or more logical bitstreams
164 bitstream. Using Ogg Skeleton is REQUIRED for content served under
180 logical bitstream that they cannot decode SHOULD ignore it, while
257 situations where the Ogg bitstream predominantly contains audio data
301 mechanism that encrypts or signs an Ogg bitstream and thus provides
305 content in an Ogg bitstream. Implementations SHOULD NOT execute such
422 Skeleton logical bitstream to identify all other contained logical
480 "video/ogg" SHOULD contain an Ogg Skeleton logical bitstream.
534 Ogg bitstream predominantly contains audio data. Content served
536 bitstream when using the default .oga file extension. The .ogg and
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dcrc.c83 int WebRtcIsac_GetCrc(const int16_t* bitstream, in WebRtcIsac_GetCrc() argument
93 if (bitstream == NULL) { in WebRtcIsac_GetCrc()
97 bitstream_ptr_uw8 = (uint8_t *)bitstream; in WebRtcIsac_GetCrc()
/external/webrtc/webrtc/modules/audio_coding/test/
Dopus_test.cc277 uint8_t bitstream[kMaxBytes]; in Run() local
281 &audio[read_samples], frame_length, kMaxBytes, bitstream); in Run()
304 opus_mono_decoder_, bitstream, bitstream_len_byte, in Run()
313 opus_stereo_decoder_, bitstream, bitstream_len_byte, in Run()
324 bitstream, bitstream_len_byte, NULL); in Run()
/external/libvorbis/doc/
D02-bitpacking.tex10 bitstream in which bits are coded one-by-one by the encoder and then
16 bitstream into an actual representation in fixed-width words.
59 The Vorbis bitpacking convention specifies storage and bitstream
76 integer to the logical bitstream first, followed by next least
196 bitstream is well defined. There are no artificial alignment
197 boundaries maintained in the bitstream.
212 container structure, such as an Ogg transport bitstream. Externally,
213 each bytestream (encoded bitstream) must begin and end on a byte
214 boundary. Often, the encoded bitstream is not an integer number of
D05-comment.tex9 packets that begin a Vorbis bitstream. It is meant for short text
11 separate logical bitstream (usually an XML stream type) that provides
199 The comment header comprises the entirety of the second bitstream
200 header packet. Unlike the first bitstream header packet, it is not
202 to within the second bitstream page. The length of the comment header
204 optional; it must be present in the bitstream even if it is
208 bitstream mapping which renders least-significant-bit of the word to be
210 bitstream octet first):
Dvorbis-errors.txt24 OV_EIMPL The bitstream makes use of a feature not implemented in this
31 OV_EBADHEADER Invalid Vorbis bitstream header.
D06-floor0.tex40 An end-of-packet condition during any of these bitstream reads renders
43 number for this bitstream is an error condition that also renders the
52 coefficient values from the bitstream, and then computing the floor
64 …7) vector [temp_vector] = read vector from bitstream using codebook number [floor0_book_list] elem…
85 can, in fact, be stored in the bitstream in \link{vorbis:spec:ilog}{ilog}( \varname{[floor0_number_…
D01-introduction.tex43 codebooks used in the first stage of decoding from the bitstream are
44 packed in their entirety into the Vorbis bitstream headers. In
88 packed into the bitstream header along with extensive CODEC setup
97 bitstream so long as the codec has been initialized/setup with the
102 relatively large as bitstream headers go. The header size is
154 Each Vorbis frame is coded according to a master 'mode'. A bitstream
233 is coded in the bitstream using cascaded (multi-pass) vector
265 bitstream headers matching the stream to be decoded. Vorbis uses
275 The identification header identifies the bitstream as Vorbis, Vorbis
281 string for the application/library that produced the bitstream. The
D04-codec.tex13 and to bitstream packets.
19 A Vorbis bitstream begins with three header packets. The header
76 … fields set to the same value implies a fixed rate, or tightly bounded, nearly fixed-rate bitstream
78 \item Maximum and or minimum set implies a VBR bitstream that obeys the bitrate limits
123 configuration placeholder values must be read to maintain bitstream
233 …t greater than the highest number floor configured for the bitstream. If it is, the bitstream is u…
235 …greater than the highest number residue configured for the bitstream. If it is, the bitstream is …
/external/libogg/
DREADME22 the public domain Ogg bitstream format
39 Ogg project codecs use the Ogg bitstream format to arrange the raw,
40 compressed bitstream into a more robust, useful form. For example,
41 the Ogg bitstream makes seeking, time stamping and error recovery
43 streams into a single physical bitstream.
DCHANGES48 * basic Ogg bitstream sync and coding support
/external/libvorbis/include/vorbis/
Dvorbisfile.h190 int *bitstream);
192 int bigendianp,int word,int sgned,int *bitstream,
195 int bigendianp,int word,int sgned,int *bitstream);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disacfix.c42 Bitstr_dec* bitstream) { in InitializeDecoderBitstream() argument
43 bitstream->W_upper = 0xFFFFFFFF; in InitializeDecoderBitstream()
44 bitstream->streamval = 0; in InitializeDecoderBitstream()
45 bitstream->stream_index = 0; in InitializeDecoderBitstream()
46 bitstream->full = 1; in InitializeDecoderBitstream()
47 bitstream->stream_size = (stream_size_bytes + 1) >> 1; in InitializeDecoderBitstream()
48 memset(bitstream->stream, 0, sizeof(bitstream->stream)); in InitializeDecoderBitstream()
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dpack_bits.h29 uint16_t *bitstream, /* (o) The packetized bitstream */
Dunpack_bits.h29 const uint16_t *bitstream, /* (i) The packatized bitstream */
Dunpack_bits.c26 const uint16_t *bitstream, /* (i) The packatized bitstream */ in WebRtcIlbcfix_UnpackBits() argument
34 bitstreamPtr=bitstream; in WebRtcIlbcfix_UnpackBits()
Dpack_bits.c26 uint16_t *bitstream, /* (o) The packetized bitstream */ in WebRtcIlbcfix_PackBits() argument
34 bitstreamPtr=bitstream; in WebRtcIlbcfix_PackBits()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dh264_bitstream_parser.cc545 void H264BitstreamParser::ParseBitstream(const uint8_t* bitstream, in ParseBitstream() argument
548 std::vector<size_t> slice_markers = FindNaluStartSequences(bitstream, length); in ParseBitstream()
551 ParseSlice(bitstream + slice_markers[i], in ParseBitstream()
555 ParseSlice(bitstream + slice_markers.back(), length - slice_markers.back()); in ParseBitstream()
Dh264_bitstream_parser.h32 void ParseBitstream(const uint8_t* bitstream, size_t length);
/external/libvpx/libvpx/vp8/
Dvp8cx.mk28 VP8_CX_SRCS-yes += encoder/bitstream.c
40 VP8_CX_SRCS-yes += encoder/bitstream.h
/external/llvm/docs/
DBitCodeFormat.rst14 This document describes the LLVM bitstream file format and the encoding of the
21 anachronistically known as bytecode) is actually two things: a `bitstream
24 The bitstream format is an abstract encoding of structured data, very similar to
25 XML in some ways. Like XML, bitstream files contain tags, and nested
27 Unlike XML, the bitstream format is a binary encoding, and unlike XML it
35 This document first describes the LLVM bitstream format, describes the wrapper
43 The bitstream format is literally a stream of bits, with a very simple
75 A bitstream literally consists of a stream of bits, which are read in order
134 Occasionally, it is useful to emit zero bits until the bitstream is a multiple
141 A bitstream is a sequential series of `Blocks`_ and `Data Records`_. Both of
[all …]
/external/tremolo/Tremolo/
Divorbisfile.h134 int *bitstream);

123