HomeSort by relevance Sort by last modified time
    Searched defs:CODEC (Results 1 - 4 of 4) 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...]
  /frameworks/base/media/java/android/media/
MediaCodec.java 55 In broad terms, a codec processes input data to generate output data. It processes data
57 (or receive) an empty input buffer, fill it up with data and send it to the codec for
58 processing. The codec uses up the data and transforms it into one of its empty output buffers.
60 back to the codec.
66 a {@link Surface} for raw video data to improve codec performance. Surface uses native video
92 short[] getSamplesForChannel(MediaCodec codec, int bufferId, int channelIx) {
93 ByteBuffer outputBuffer = codec.getOutputBuffer(bufferId);
94 MediaFormat format = codec.getOutputFormat(bufferId);
204 During its life a codec conceptually exists in one of three states: Stopped, Executing or
214 When you create a codec using one of the factory methods, the codec is in the Uninitialize
    [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 182 milliseconds