HomeSort by relevance Sort by last modified time
    Searched refs:CODEC (Results 1 - 10 of 10) sorted by null

  /libcore/luni/src/test/java/libcore/net/
UriCodecTest.java 28 private static final UriCodec CODEC = new UriCodec() {
40 CODEC.validate(
47 CODEC.validate(stringOKUpperCase, 0, stringOKUpperCase.length(), "test OK UC string");
52 assertEquals(VALID_ENCODED_STRING, CODEC.validate(
62 CODEC.validate(
75 assertEquals(VALID_ENCODED_STRING, CODEC.validate(
85 CODEC.validate(
98 CODEC.validate(
110 assertEquals("", CODEC.validate("", 0, 0, "empty string"));
115 CODEC.validate("a%", 0, 0, "a% string")
    [all...]
  /external/libvorbis/doc/
footer.tex 17 Ogg Vorbis is the first Ogg audio CODEC. Anyone may freely use and
23 Xiph.org's Vorbis software CODEC implementation is distributed under a
01-introduction.tex 8 This document provides a high level description of the Vorbis codec's
10 \xref{vorbis:spec:codec}.
16 Vorbis is a general purpose perceptual audio CODEC intended to allow
30 Vorbis I is a forward-adaptive monolithic transform CODEC based on the
31 Modified Discrete Cosine Transform. The codec is structured to allow
39 The Vorbis CODEC design assumes a complex, psychoacoustically-aware
56 audio stream. Vorbis is a free-form variable bit rate (VBR) codec and packets have no
77 \subsubsection{Codec Setup and Probability Model}
79 Vorbis' heritage is as a research CODEC and its current design
81 improvement before running out of room within the codec specification
    [all...]
  /external/libvorbis/lib/
lookups.pl 5 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
  /external/python/cpython2/Lib/plat-irix5/
CL_old.py 182 CODEC = 3
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java 165 // create codec (enter Initialized State)
166 MediaCodec codec; local
171 codec = createCodecByType(null, isEncoder);
176 codec = createCodecByType("foobarplan9", isEncoder); // invalid type
181 codec = MediaCodec.createByCodecName("foobarplan9"); // invalid name
186 codec = createCodecByType(format.getString(MediaFormat.KEY_MIME), isEncoder);
190 codec.start();
198 codec.flush();
205 MediaCodecInfo codecInfo = codec.getCodecInfo(); // obtaining the codec info now is fine
1768 MediaCodec codec = MediaCodec.createDecoderByType(MIME_TYPE); local
    [all...]
  /frameworks/base/media/java/android/media/
MediaCodec.java 56 In broad terms, a codec processes input data to generate output data. It processes data
58 (or receive) an empty input buffer, fill it up with data and send it to the codec for
59 processing. The codec uses up the data and transforms it into one of its empty output buffers.
61 back to the codec.
67 a {@link Surface} for raw video data to improve codec performance. Surface uses native video
93 short[] getSamplesForChannel(MediaCodec codec, int bufferId, int channelIx) {
94 ByteBuffer outputBuffer = codec.getOutputBuffer(bufferId);
95 MediaFormat format = codec.getOutputFormat(bufferId);
205 During its life a codec conceptually exists in one of three states: Stopped, Executing or
215 When you create a codec using one of the factory methods, the codec is in the Uninitialize
    [all...]
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 143 milliseconds