Searched refs:getSampleVideoFormat (Results 1 – 2 of 2) sorted by relevance
86 private MediaFormat getSampleVideoFormat() { in getSampleVideoFormat() method in CodecUnitTest.TestApi422 MediaFormat format = getSampleVideoFormat(); in testConfigureVideoDecodeForIncompleteFormat()432 MediaFormat format = getSampleVideoFormat(); in testConfigureVideoEncodeForIncompleteFormat()1307 MediaFormat format = getSampleVideoFormat(); in testSetParametersInUnInitState()1328 MediaFormat format = getSampleVideoFormat(); in testSetParametersInInitState()1346 MediaFormat format = getSampleVideoFormat(); in testSetParametersInRunningState()1370 MediaFormat format = getSampleVideoFormat(); in testSetParametersInReleaseState()1539 MediaFormat format = getSampleVideoFormat(); in testGetInputImageInUnInitState()1556 MediaFormat format = getSampleVideoFormat(); in testGetInputImageInInitState()1572 MediaFormat format = getSampleVideoFormat(); in testGetInputImageInRunningStateVideo()[all …]
129 AMediaFormat* getSampleVideoFormat() { in getSampleVideoFormat() function143 mFormat = isAudio ? getSampleAudioFormat() : getSampleVideoFormat(); in setupCodec()