Home
last modified time | relevance | path

Searched refs:createVideoFormat (Results 1 – 25 of 39) sorted by relevance

12

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DResourceManagerCodecActivity.java136 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()
DResourceManagerRecorderActivity.java213 MediaFormat format = MediaFormat.createVideoFormat(mime, width, height); in isEncoderSupported()
DMediaCodecListTest.java110 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()
DResourceManagerTestActivityBase.java109 MediaFormat format = MediaFormat.createVideoFormat(mMime, mWidth, mHeight); in getTestFormat()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DNativeMediaTest.java58 MediaFormat format = MediaFormat.createVideoFormat(MIME_TYPE, width, height); in runPlayTest()
/cts/tests/video/src/android/video/cts/
DCodecInfo.java81 MediaFormat format = MediaFormat.createVideoFormat(mimeType, w, h); in getSupportedFormatInfo()
/cts/tests/mediapc/src/android/mediapc/cts/
DVideoCodecRequirementsTest.java160 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()
DFrameDropTestBase.java175 MediaFormat format = MediaFormat.createVideoFormat(mediaType, 1920, 1080); in prepareArgumentsList()
DMultiCodecPerfTestBase.java170 MediaFormat fmt = MediaFormat.createVideoFormat(mediaType, 1280, 720); in getHardwareCodecsForMediaTypes()
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
DVideoEncoderCapabilitiesTest.java97 MediaFormat format = MediaFormat.createVideoFormat(mMediaType, mWidth, mHeight); in testEncoderAvailability()
DSurfaceEncodeTimestampTest.java373 MediaFormat codecFormat = MediaFormat.createVideoFormat( in doTest()
/cts/tests/tests/media/common/src/android/media/cts/
DMediaCodecPlayerTestBase.java144 MediaFormat format = MediaFormat.createVideoFormat(mime, videoWidth, videoHeight); in isResolutionSupported()
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DMediaDrmCodecTest.java65 MediaFormat format = MediaFormat.createVideoFormat(MIME_TYPE, WIDTH, HEIGHT); in createMediaFormat()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeDecodeTest.java141 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()
DEncodeVirtualDisplayWithCompositionTestImpl.java181 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()
DMediaCodecCapabilitiesTest.java518 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()
DEncodeVirtualDisplayTest.java204 mFormat = MediaFormat.createVideoFormat(mMediaType, mWidth, mHeight); in testEncodeVirtualDisplay()
275 MediaFormat decoderFormat = MediaFormat.createVideoFormat(mMediaType, mWidth, mHeight); in encodeVirtualDisplayTest()
DDecodeEditEncodeTest.java198 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()
DMediaCodecInstancesTest.java71 format = MediaFormat.createVideoFormat(mime, minWidth, minHeight); in createMinFormat()
DMediaCodecTest.java1043 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()
DMediaCodecBlockModelTest.java278 MediaFormat mediaFormat = MediaFormat.createVideoFormat( in runEncodeShortVideo()
DVideoCodecTestBase.java609 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()
DVideoCodecTest.java427 MediaFormat format = MediaFormat.createVideoFormat(codecMimeType, WIDTH, HEIGHT); in internalTestParallelEncodingAndDecoding()
/cts/tests/media/src/android/mediav2/cts/
DVideoEncoderTest.java124 formats.add(MediaFormat.createVideoFormat(mediaType, width, height)); in getSupportRequirementsDynamic()
/cts/tests/tests/media/player/src/android/media/player/cts/
DStreamingMediaPlayerTest.java217 … MediaFormat format = MediaFormat.createVideoFormat(MediaFormat.MIMETYPE_VIDEO_AVC, 1920, 1080); in testHlsSampleAes_bbb_unmuxed_1500k()

12