/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | ResourceManagerCodecActivity.java | 136 private MediaFormat createVideoFormat(MediaCodecInfo info) { in createVideoFormat() method in ResourceManagerCodecActivity 152 MediaFormat format = MediaFormat.createVideoFormat(mMime, mWidth, mHeight); in createVideoFormat() 162 MediaFormat format = createVideoFormat(info); in createVideoEncoderFormat() 180 MediaFormat decoderFormat = createVideoFormat(info); in allocateCodecs()
|
D | ResourceManagerRecorderActivity.java | 213 MediaFormat format = MediaFormat.createVideoFormat(mime, width, height); in isEncoderSupported()
|
D | MediaCodecListTest.java | 110 super(mime, isEncoder, MediaFormat.createVideoFormat( in VideoCodec() 707 MediaFormat.createVideoFormat(MediaFormat.MIMETYPE_VIDEO_AVC, 1280, 720); in testVideoPerformancePointsSanity() 711 MediaFormat.createVideoFormat(MediaFormat.MIMETYPE_VIDEO_AVC, 720, 1280); in testVideoPerformancePointsSanity()
|
D | ResourceManagerTestActivityBase.java | 109 MediaFormat format = MediaFormat.createVideoFormat(mMime, mWidth, mHeight); in getTestFormat()
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | NativeMediaTest.java | 58 MediaFormat format = MediaFormat.createVideoFormat(MIME_TYPE, width, height); in runPlayTest()
|
/cts/tests/video/src/android/video/cts/ |
D | CodecInfo.java | 81 MediaFormat format = MediaFormat.createVideoFormat(mimeType, w, h); in getSupportedFormatInfo()
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | VideoCodecRequirementsTest.java | 160 MediaFormat format = MediaFormat.createVideoFormat(MIMETYPE_VIDEO_AV1, 1920, 1080); in testAV1HwDecoderRequirements() 224 MediaFormat format = MediaFormat.createVideoFormat(MIMETYPE_VIDEO_AV1, 3840, 2160); in testAVIFHwDecoderRequirements() 256 MediaFormat format = MediaFormat.createVideoFormat(mediaType, width, height); in testAV1EncoderRequirements() 332 MediaFormat.createVideoFormat(mediaType, maxRecordingSize.getWidth(), in testHlgEditingSupport()
|
D | FrameDropTestBase.java | 175 MediaFormat format = MediaFormat.createVideoFormat(mediaType, 1920, 1080); in prepareArgumentsList()
|
D | MultiCodecPerfTestBase.java | 170 MediaFormat fmt = MediaFormat.createVideoFormat(mediaType, 1280, 720); in getHardwareCodecsForMediaTypes()
|
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/ |
D | VideoEncoderCapabilitiesTest.java | 97 MediaFormat format = MediaFormat.createVideoFormat(mMediaType, mWidth, mHeight); in testEncoderAvailability()
|
D | SurfaceEncodeTimestampTest.java | 373 MediaFormat codecFormat = MediaFormat.createVideoFormat( in doTest()
|
/cts/tests/tests/media/common/src/android/media/cts/ |
D | MediaCodecPlayerTestBase.java | 144 MediaFormat format = MediaFormat.createVideoFormat(mime, videoWidth, videoHeight); in isResolutionSupported()
|
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/ |
D | MediaDrmCodecTest.java | 65 MediaFormat format = MediaFormat.createVideoFormat(MIME_TYPE, WIDTH, HEIGHT); in createMediaFormat()
|
/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
D | EncodeDecodeTest.java | 141 MediaFormat format = MediaFormat.createVideoFormat(mediaType, (Integer)arg[1], in prepareParamList() 175 MediaFormat format = MediaFormat.createVideoFormat(mMimeType, mWidth, mHeight); in shouldSkip() 332 MediaFormat format = MediaFormat.createVideoFormat(mMimeType, mWidth, mHeight); in encodeDecodeVideoFromBuffer() 390 MediaFormat format = MediaFormat.createVideoFormat(mMimeType, mWidth, mHeight); in encodeDecodeVideoFromSurfaceToSurface() 645 MediaFormat.createVideoFormat(mMimeType, mWidth, mHeight); in doEncodeDecodeVideoFromBuffer()
|
D | EncodeVirtualDisplayWithCompositionTestImpl.java | 181 MediaFormat decoderFormat = MediaFormat.createVideoFormat(mimeType, w, h); in doTestRenderingOutput() 564 MediaFormat format = MediaFormat.createVideoFormat(mMimeType, mW, mH); in doEncoding() 1441 MediaFormat format = MediaFormat.createVideoFormat( in getMaxSupportedEncoderSize() 1493 MediaFormat testFormat = MediaFormat.createVideoFormat(mimeType, w, h); in isConcurrentEncodingDecodingSupported() 1511 MediaFormat decoderFormat = MediaFormat.createVideoFormat(mimeType, w, h); in isConcurrentEncodingDecodingSupported() 1517 MediaFormat format = MediaFormat.createVideoFormat(mimeType, w, h); in isConcurrentEncodingDecodingSupported()
|
D | MediaCodecCapabilitiesTest.java | 518 MediaFormat format = MediaFormat.createVideoFormat(mime, 176, 144); in testHaveAdaptiveVideoDecoderForAllSupportedFormats() 559 MediaFormat format = MediaFormat.createVideoFormat(mime, width, height); in createReasonableVideoFormat() 621 MediaFormat format = MediaFormat.createVideoFormat(mime, width, height); in createVideoFormatForBitrateMode()
|
D | EncodeVirtualDisplayTest.java | 204 mFormat = MediaFormat.createVideoFormat(mMediaType, mWidth, mHeight); in testEncodeVirtualDisplay() 275 MediaFormat decoderFormat = MediaFormat.createVideoFormat(mMediaType, mWidth, mHeight); in encodeVirtualDisplayTest()
|
D | DecodeEditEncodeTest.java | 198 MediaFormat format = MediaFormat.createVideoFormat(mMediaType, mWidth, mHeight); in shouldSkip() 374 MediaFormat format = MediaFormat.createVideoFormat(mMediaType, mWidth, mHeight); in generateVideoFile() 567 MediaFormat outputFormat = MediaFormat.createVideoFormat(mMediaType, mWidth, mHeight); in editVideoFile()
|
D | MediaCodecInstancesTest.java | 71 format = MediaFormat.createVideoFormat(mime, minWidth, minHeight); in createMinFormat()
|
D | MediaCodecTest.java | 1043 format = MediaFormat.createVideoFormat(mime, info.mMaxW, info.mMaxH); in initCodecAndSurface() 1841 MediaFormat format = MediaFormat.createVideoFormat(MIME_TYPE, info.mMaxW, info.mMaxH); in runVideoEncoding() 1948 MediaFormat format = MediaFormat.createVideoFormat(MIME_TYPE, WIDTH, HEIGHT); in createMediaFormat() 2374 format = MediaFormat.createVideoFormat(mime, minWidth, minHeight); in testPrependHeadersToSyncFrames() 2583 format = MediaFormat.createVideoFormat(type, width, height); in testVendorParameters()
|
D | MediaCodecBlockModelTest.java | 278 MediaFormat mediaFormat = MediaFormat.createVideoFormat( in runEncodeShortVideo()
|
D | VideoCodecTestBase.java | 609 MediaFormat format = MediaFormat.createVideoFormat( in decode() 1439 MediaFormat format = MediaFormat.createVideoFormat( in encode() 1629 MediaFormat format = MediaFormat.createVideoFormat( in encodeAsync() 1737 format[i] = MediaFormat.createVideoFormat( in encodeSimulcast()
|
D | VideoCodecTest.java | 427 MediaFormat format = MediaFormat.createVideoFormat(codecMimeType, WIDTH, HEIGHT); in internalTestParallelEncodingAndDecoding()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | VideoEncoderTest.java | 124 formats.add(MediaFormat.createVideoFormat(mediaType, width, height)); in getSupportRequirementsDynamic()
|
/cts/tests/tests/media/player/src/android/media/player/cts/ |
D | StreamingMediaPlayerTest.java | 217 … MediaFormat format = MediaFormat.createVideoFormat(MediaFormat.MIMETYPE_VIDEO_AVC, 1920, 1080); in testHlsSampleAes_bbb_unmuxed_1500k()
|