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

  /libcore/luni/src/test/java/libcore/libcore/net/
UriCodecTest.java 29 private static final UriCodec CODEC = new UriCodec() {
41 CODEC.validate(
48 CODEC.validate(stringOKUpperCase, 0, stringOKUpperCase.length(), "test OK UC string");
53 assertEquals(VALID_ENCODED_STRING, CODEC.validate(
63 CODEC.validate(
76 assertEquals(VALID_ENCODED_STRING, CODEC.validate(
86 CODEC.validate(
99 CODEC.validate(
111 assertEquals("", CODEC.validate("", 0, 0, "empty string"));
116 CODEC.validate("a%", 0, 0, "a% string")
    [all...]
  /hardware/google/interfaces/pixelstats/1.0/
IPixelStats.hal 68 CODEC = 2,
  /external/python/cpython2/Lib/plat-irix5/
CL_old.py 182 CODEC = 3
  /hardware/google/interfaces/pixelstats/1.0/default/
PixelStats.cpp 89 case IPixelStats::HardwareType::CODEC:
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java 167 // create codec (enter Initialized State)
168 MediaCodec codec; local
173 codec = createCodecByType(null, isEncoder);
178 codec = createCodecByType("foobarplan9", isEncoder); // invalid type
183 codec = MediaCodec.createByCodecName("foobarplan9"); // invalid name
188 codec = createCodecByType(format.getString(MediaFormat.KEY_MIME), isEncoder);
192 codec.start();
200 codec.flush();
207 MediaCodecInfo codecInfo = codec.getCodecInfo(); // obtaining the codec info now is fine
1770 MediaCodec codec = MediaCodec.createDecoderByType(MIME_TYPE); local
    [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodecConstants.h 388 constexpr char CODEC[] = "android.media.mediacodec.codec";
  /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/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 575 milliseconds