HomeSort by relevance Sort by last modified time
    Searched defs:CODEC (Results 1 - 6 of 6) 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/python/cpython2/Lib/plat-irix5/
CL_old.py 182 CODEC = 3
  /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 350 milliseconds