Home
last modified time | relevance | path

Searched refs:getSampleAudioFormat (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java76 private MediaFormat getSampleAudioFormat() { in getSampleAudioFormat() method in CodecUnitTest.TestApi
139 MediaFormat format = getSampleAudioFormat(); in testConfigureCodecForBadFlags()
402 MediaFormat format = getSampleAudioFormat(); in testConfigureAudioDecodeForIncompleteFormat()
412 MediaFormat format = getSampleAudioFormat(); in testConfigureAudioEncodeForIncompleteFormat()
455 MediaFormat format = getSampleAudioFormat(); in testConfigureInInitState()
472 MediaFormat format = getSampleAudioFormat(); in testConfigureAfterStart()
492 MediaFormat format = getSampleAudioFormat(); in testConfigureAfterQueueInputBuffer()
511 MediaFormat format = getSampleAudioFormat(); in testConfigureInEOSState()
531 MediaFormat format = getSampleAudioFormat(); in testConfigureInFlushState()
552 MediaFormat format = getSampleAudioFormat(); in testConfigureInUnInitState()
[all …]
/cts/tests/media/jni/
DNativeCodecUnitTest.cpp120 AMediaFormat* getSampleAudioFormat() { in getSampleAudioFormat() function
143 mFormat = isAudio ? getSampleAudioFormat() : getSampleVideoFormat(); in setupCodec()