Searched refs:muxerFormat (Results 1 – 3 of 3) sorted by relevance
185 int muxerFormat; in testColorAspects() local188 muxerFormat = MediaMuxer.OutputFormat.MUXER_OUTPUT_WEBM; in testColorAspects()191 muxerFormat = MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4; in testColorAspects()194 mMuxer = new MediaMuxer(tmpFile.getAbsolutePath(), muxerFormat); in testColorAspects()
485 int muxerFormat; in testSimpleEncodeFromSurface() local488 muxerFormat = MediaMuxer.OutputFormat.MUXER_OUTPUT_WEBM; in testSimpleEncodeFromSurface()491 muxerFormat = MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4; in testSimpleEncodeFromSurface()494 mMuxer = new MediaMuxer(tmpPath, muxerFormat); in testSimpleEncodeFromSurface()
492 int muxerFormat = 0; in testSimpleEncode() local495 muxerFormat = OUTPUT_FORMAT_WEBM; in testSimpleEncode()497 muxerFormat = OUTPUT_FORMAT_MPEG_4; in testSimpleEncode()501 mMuxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)muxerFormat); in testSimpleEncode()