Searched refs:getSampleAudioFormat (Results 1 – 2 of 2) sorted by relevance
76 private MediaFormat getSampleAudioFormat() { in getSampleAudioFormat() method in CodecUnitTest.TestApi139 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 …]
120 AMediaFormat* getSampleAudioFormat() { in getSampleAudioFormat() function143 mFormat = isAudio ? getSampleAudioFormat() : getSampleVideoFormat(); in setupCodec()