Home
last modified time | relevance | path

Searched refs:createMediaFormat (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DMediaDrmCodecTest.java64 private static MediaFormat createMediaFormat() { in createMediaFormat() method in MediaDrmCodecTest
113 MediaFormat format = createMediaFormat(); in testCryptoError()
165 MediaFormat format = createMediaFormat(); in testCryptoErrorLostSessionState()
/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/
DMediaTranscodingManagerTest.java133 return createMediaFormat(MIME_TYPE, WIDTH, HEIGHT, INT_NOT_SET /* frameRate */, in createDefaultMediaFormat()
140 private static MediaFormat createMediaFormat(String mime, int width, int height, int frameRate, in createMediaFormat() method in MediaTranscodingManagerTest
559 MediaFormat mediaFormat = createMediaFormat(mime, width, height, frameRate, BIT_RATE); in testVideoFormatResolverShouldTranscode()
580 MediaFormat mediaFormat = createMediaFormat(MediaFormat.MIMETYPE_VIDEO_AV1, WIDTH, HEIGHT, in testVideoFormatResolverAv1Mime()
596 MediaFormat mediaFormat = createMediaFormat(mime, width, height, frameRate, BIT_RATE); in testVideoFormatResolverInvalidArgs()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecTest.java175 format = createMediaFormat(); in testException()
582 MediaFormat format = createMediaFormat(); in testCreateInputSurfaceErrors()
636 MediaFormat format = createMediaFormat(); in testSignalSurfaceEOS()
706 MediaFormat format = createMediaFormat(); in doTestAbruptStop()
1157 MediaFormat format = createMediaFormat(); in testDequeueSurface()
1220 MediaFormat format = createMediaFormat(); in testReconfigureWithoutSurface()
1947 private static MediaFormat createMediaFormat() { in createMediaFormat() method in MediaCodecTest