Lines Matching defs:isAudio
141 bool NativeCodecUnitTest::setupCodec(bool isAudio, bool isEncoder) { in setupCodec()
164 void setUpDefaultFormatElementsList(std::vector<formatKey*>& vec, bool isAudio, bool isEncoder) { in setUpDefaultFormatElementsList()
204 bool NativeCodecUnitTest::testConfigureCodecForIncompleteFormat(bool isAudio, bool isEncoder) { in testConfigureCodecForIncompleteFormat()
239 bool isAudio = true; in testConfigureCodecForBadFlags() local
252 bool isAudio = true; in testConfigureInInitState() local
269 bool isAudio = true; in testConfigureInRunningState() local
308 bool isAudio = true; in testConfigureInUnInitState() local
324 bool isAudio = true; in testDequeueInputBufferInInitState() local
341 bool isAudio = true; in testDequeueInputBufferInRunningState() local
363 bool isAudio = true; in testDequeueInputBufferInUnInitState() local
385 bool isAudio = true; in testDequeueOutputBufferInInitState() local
403 bool isAudio = true; in testDequeueOutputBufferInRunningState() local
426 bool isAudio = true; in testDequeueOutputBufferInUnInitState() local
450 bool isAudio = true; in testFlushInInitState() local
466 bool isAudio = true; in testFlushInRunningState() local
489 bool isAudio = true; in testFlushInUnInitState() local
510 bool isAudio = true; in testGetNameInInitState() local
529 bool isAudio = true; in testGetNameInRunningState() local
558 bool isAudio = true; in testGetNameInUnInitState() local
585 bool isAudio = true; in testSetAsyncNotifyCallbackInInitState() local
621 bool isAudio = true; in testSetAsyncNotifyCallbackInRunningState() local
641 bool isAudio = true; in testSetAsyncNotifyCallbackInUnInitState() local
670 bool isAudio = true; in testGetInputBufferInInitState() local
688 bool isAudio = true; in testGetInputBufferInRunningState() local
715 bool isAudio = true; in testGetInputBufferInUnInitState() local
737 bool isAudio = true; in testGetInputFormatInInitState() local
760 bool isAudio = true; in testGetInputFormatInRunningState() local
784 bool isAudio = true; in testGetInputFormatInUnInitState() local
817 bool isAudio = true; in testGetOutputBufferInInitState() local
834 bool isAudio = true; in testGetOutputBufferInRunningState() local
892 bool isAudio = true; in testGetOutputBufferInUnInitState() local
914 bool isAudio = true; in testGetOutputFormatInInitState() local
937 bool isAudio = true; in testGetOutputFormatInRunningState() local
961 bool isAudio = true; in testGetOutputFormatInUnInitState() local
992 bool isAudio = false; in testSetParametersInInitState() local
1014 bool isAudio = false; in testSetParametersInRunningState() local
1055 bool isAudio = false; in testSetParametersInUnInitState() local
1078 bool isAudio = true; in testStartInRunningState() local
1092 bool isAudio = true; in testStartInUnInitState() local
1110 bool isAudio = true; in testStopInInitState() local
1122 bool isAudio = true; in testStopInRunningState() local
1136 bool isAudio = true; in testStopInUnInitState() local
1150 bool isAudio = true; in testQueueInputBufferInInitState() local
1167 bool isAudio = true; in testQueueInputBufferWithBadIndex() local
1185 bool isAudio = true; in testQueueInputBufferWithBadSize() local
1213 bool isAudio = true; in testQueueInputBufferWithBadBuffInfo() local
1240 bool isAudio = true; in testQueueInputBufferWithBadOffset() local
1258 bool isAudio = true; in testQueueInputBufferInUnInitState() local
1281 bool isAudio = true; in testReleaseOutputBufferInInitState() local
1297 bool isAudio = true; in testReleaseOutputBufferInRunningState() local
1354 bool isAudio = true; in testReleaseOutputBufferInUnInitState() local
1375 bool isAudio = true; in testGetBufferFormatInInitState() local
1396 bool isAudio = true; in testGetBufferFormatInRunningState() local
1474 bool isAudio = true; in testGetBufferFormatInUnInitState() local
1602 static jboolean nativeTestConfigureCodecForIncompleteFormat(JNIEnv*, jobject, bool isAudio, in nativeTestConfigureCodecForIncompleteFormat()