Home
last modified time | relevance | path

Searched refs:trackFormat (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
DMediaCodecWrapper.java139 public static MediaCodecWrapper fromVideoFormat(final MediaFormat trackFormat, in fromVideoFormat() argument
145 final String mimeType = trackFormat.getString(MediaFormat.KEY_MIME); in fromVideoFormat()
151 videoCodec.configure(trackFormat, surface, null, 0); in fromVideoFormat()
/development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
DMediaCodecWrapper.java139 public static MediaCodecWrapper fromVideoFormat(final MediaFormat trackFormat, in fromVideoFormat() argument
145 final String mimeType = trackFormat.getString(MediaFormat.KEY_MIME); in fromVideoFormat()
151 videoCodec.configure(trackFormat, surface, null, 0); in fromVideoFormat()
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
DMediaCodecWrapper.java139 public static MediaCodecWrapper fromVideoFormat(final MediaFormat trackFormat, in fromVideoFormat() argument
145 final String mimeType = trackFormat.getString(MediaFormat.KEY_MIME); in fromVideoFormat()
151 videoCodec.configure(trackFormat, surface, null, 0); in fromVideoFormat()