Home
last modified time | relevance | path

Searched defs:mediaFormat (Results 1 – 1 of 1) sorted by relevance

/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/
DVideoManager.java179 MediaFormat mediaFormat = MediaFormat.createVideoFormat(MIME_TYPE, width, height); in createInputSurface() local
202 MediaFormat mediaFormat = MediaFormat.createVideoFormat(MIME_TYPE, width, height); in startDecoding() local
259 @NonNull MediaCodec mediaCodec, @NonNull MediaFormat mediaFormat) { in onOutputFormatChanged()