HomeSort by relevance Sort by last modified time
    Searched full:trackformat (Results 1 - 14 of 14) sorted by null

  /frameworks/base/media/jni/
android_media_MediaMuxer.cpp 53 sp<AMessage> trackformat; local
55 &trackformat);
63 jint trackIndex = muxer->addTrack(trackformat);
  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 135 * @param trackFormat The format of the media object to be decoded.
139 public static MediaCodecWrapper fromVideoFormat(final MediaFormat trackFormat,
145 final String mimeType = trackFormat.getString(MediaFormat.KEY_MIME);
151 videoCodec.configure(trackFormat, surface, null, 0);
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 135 * @param trackFormat The format of the media object to be decoded.
139 public static MediaCodecWrapper fromVideoFormat(final MediaFormat trackFormat,
145 final String mimeType = trackFormat.getString(MediaFormat.KEY_MIME);
151 videoCodec.configure(trackFormat, surface, null, 0);
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 135 * @param trackFormat The format of the media object to be decoded.
139 public static MediaCodecWrapper fromVideoFormat(final MediaFormat trackFormat,
145 final String mimeType = trackFormat.getString(MediaFormat.KEY_MIME);
151 videoCodec.configure(trackFormat, surface, null, 0);
  /developers/samples/android/common/src/java/com/example/android/common/media/
MediaCodecWrapper.java 135 * @param trackFormat The format of the media object to be decoded.
139 public static MediaCodecWrapper fromVideoFormat(final MediaFormat trackFormat,
145 final String mimeType = trackFormat.getString(MediaFormat.KEY_MIME);
151 videoCodec.configure(trackFormat, surface, null, 0);
  /development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
MediaCodecWrapper.java 135 * @param trackFormat The format of the media object to be decoded.
139 public static MediaCodecWrapper fromVideoFormat(final MediaFormat trackFormat,
145 final String mimeType = trackFormat.getString(MediaFormat.KEY_MIME);
151 videoCodec.configure(trackFormat, surface, null, 0);
  /development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
MediaCodecWrapper.java 135 * @param trackFormat The format of the media object to be decoded.
139 public static MediaCodecWrapper fromVideoFormat(final MediaFormat trackFormat,
145 final String mimeType = trackFormat.getString(MediaFormat.KEY_MIME);
151 videoCodec.configure(trackFormat, surface, null, 0);
  /development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
MediaCodecWrapper.java 135 * @param trackFormat The format of the media object to be decoded.
139 public static MediaCodecWrapper fromVideoFormat(final MediaFormat trackFormat,
145 final String mimeType = trackFormat.getString(MediaFormat.KEY_MIME);
151 videoCodec.configure(trackFormat, surface, null, 0);
  /developers/build/prebuilts/gradle/BasicMediaDecoder/
README.md 31 7. Configure your MediaCodec instance with `configure(trackFormat, textureView, null, 0)`,
32 where `trackFormat` is obtained by calling `getTrackFormat(i)` on your MediaExtractor instance.
  /developers/samples/android/media/BasicMediaDecoder/
README.md 31 7. Configure your MediaCodec instance with `configure(trackFormat, textureView, null, 0)`,
32 where `trackFormat` is obtained by calling `getTrackFormat(i)` on your MediaExtractor instance.
template-params.xml 82 7. Configure your MediaCodec instance with `configure(trackFormat, textureView, null, 0)`,
83 where `trackFormat` is obtained by calling `getTrackFormat(i)` on your MediaExtractor instance.
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/
Cea708TextTrackRenderer.java 88 MediaFormat trackFormat = mSource.getFormat(i);
89 if (handlesMimeType(trackFormat.mimeType)) {
  /cts/tests/tests/media/src/android/media/cts/
EncoderTest.java 372 MediaFormat trackFormat = codec.getOutputFormat();
373 muxidx = muxer.addTrack(trackFormat);
ExtractDecodeEditEncodeMuxTest.java 515 MediaFormat trackFormat = mediaExtractor.getTrackFormat(i);
516 if (isAudioFormat(trackFormat)) {
526 trackFormat.getInteger(MediaFormat.KEY_SAMPLE_RATE));
    [all...]

Completed in 192 milliseconds