Lines Matching defs:isAudio

142 bool NativeCodecUnitTest::setupCodec(bool isAudio, bool isEncoder) {  in setupCodec()
165 void setUpDefaultFormatElementsList(std::vector<formatKey*>& vec, bool isAudio, bool isEncoder) { in setUpDefaultFormatElementsList()
205 bool NativeCodecUnitTest::testConfigureCodecForIncompleteFormat(bool isAudio, bool isEncoder) { in testConfigureCodecForIncompleteFormat()
242 bool isAudio = true; in testConfigureCodecForBadFlags() local
256 bool isAudio = true; in testConfigureInInitState() local
274 bool isAudio = true; in testConfigureInRunningState() local
317 bool isAudio = true; in testConfigureInUnInitState() local
333 bool isAudio = true; in testDequeueInputBufferInInitState() local
350 bool isAudio = true; in testDequeueInputBufferInRunningState() local
372 bool isAudio = true; in testDequeueInputBufferInUnInitState() local
394 bool isAudio = true; in testDequeueOutputBufferInInitState() local
412 bool isAudio = true; in testDequeueOutputBufferInRunningState() local
435 bool isAudio = true; in testDequeueOutputBufferInUnInitState() local
459 bool isAudio = true; in testFlushInInitState() local
475 bool isAudio = true; in testFlushInRunningState() local
498 bool isAudio = true; in testFlushInUnInitState() local
519 bool isAudio = true; in testGetNameInInitState() local
538 bool isAudio = true; in testGetNameInRunningState() local
567 bool isAudio = true; in testGetNameInUnInitState() local
594 bool isAudio = true; in testSetAsyncNotifyCallbackInInitState() local
630 bool isAudio = true; in testSetAsyncNotifyCallbackInRunningState() local
650 bool isAudio = true; in testSetAsyncNotifyCallbackInUnInitState() local
679 bool isAudio = true; in testGetInputBufferInInitState() local
697 bool isAudio = true; in testGetInputBufferInRunningState() local
724 bool isAudio = true; in testGetInputBufferInUnInitState() local
746 bool isAudio = true; in testGetInputFormatInInitState() local
769 bool isAudio = true; in testGetInputFormatInRunningState() local
793 bool isAudio = true; in testGetInputFormatInUnInitState() local
826 bool isAudio = true; in testGetOutputBufferInInitState() local
843 bool isAudio = true; in testGetOutputBufferInRunningState() local
901 bool isAudio = true; in testGetOutputBufferInUnInitState() local
923 bool isAudio = true; in testGetOutputFormatInInitState() local
946 bool isAudio = true; in testGetOutputFormatInRunningState() local
970 bool isAudio = true; in testGetOutputFormatInUnInitState() local
1001 bool isAudio = false; in testSetParametersInInitState() local
1023 bool isAudio = false; in testSetParametersInRunningState() local
1064 bool isAudio = false; in testSetParametersInUnInitState() local
1087 bool isAudio = true; in testStartInRunningState() local
1101 bool isAudio = true; in testStartInUnInitState() local
1119 bool isAudio = true; in testStopInInitState() local
1131 bool isAudio = true; in testStopInRunningState() local
1145 bool isAudio = true; in testStopInUnInitState() local
1159 bool isAudio = true; in testQueueInputBufferInInitState() local
1177 bool isAudio = true; in testQueueInputBufferWithBadIndex() local
1196 bool isAudio = true; in testQueueInputBufferWithBadSize() local
1225 bool isAudio = true; in testQueueInputBufferWithBadBuffInfo() local
1253 bool isAudio = true; in testQueueInputBufferWithBadOffset() local
1272 bool isAudio = true; in testQueueInputBufferInUnInitState() local
1297 bool isAudio = true; in testReleaseOutputBufferInInitState() local
1313 bool isAudio = true; in testReleaseOutputBufferInRunningState() local
1370 bool isAudio = true; in testReleaseOutputBufferInUnInitState() local
1391 bool isAudio = true; in testGetBufferFormatInInitState() local
1412 bool isAudio = true; in testGetBufferFormatInRunningState() local
1490 bool isAudio = true; in testGetBufferFormatInUnInitState() local
1620 static jboolean nativeTestConfigureCodecForIncompleteFormat(JNIEnv*, jobject, jboolean isAudio, in nativeTestConfigureCodecForIncompleteFormat()