Searched defs:mediaFormat (Results 1 – 1 of 1) sorted by relevance
179 MediaFormat mediaFormat = MediaFormat.createVideoFormat(MIME_TYPE, width, height); in createInputSurface() local202 MediaFormat mediaFormat = MediaFormat.createVideoFormat(MIME_TYPE, width, height); in startDecoding() local259 @NonNull MediaCodec mediaCodec, @NonNull MediaFormat mediaFormat) { in onOutputFormatChanged()