Searched refs:outputMixObj (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/nativemedia/xa/src/ |
D | XAObjectCreationTest.cpp | 51 XAObjectItf engineObj, outputMixObj, mediaPlayerObj; member in XAObjectCreationTest 79 outputMixObj = NULL; in SetUp() 97 if (outputMixObj) { in TearDown() 98 (*outputMixObj)->Destroy(outputMixObj); in TearDown() 99 outputMixObj = NULL; in TearDown() 112 res = (*engineItf)->CreateOutputMix(engineItf, &outputMixObj, in OutputMixCreation() 115 ASSERT_TRUE(NULL != outputMixObj); in OutputMixCreation() 116 res = (*outputMixObj)->Realize(outputMixObj, XA_BOOLEAN_FALSE); in OutputMixCreation()
|
/cts/tests/tests/nativemedia/sl/src/ |
D | SLObjectCreationTest.cpp | 66 SLObjectItf engineObj, outputMixObj, audioPlayerObj; member in SLObjectCreationTest 90 outputMixObj = NULL; in SetUp() 108 if (outputMixObj) { in TearDown() 109 (*outputMixObj)->Destroy(outputMixObj); in TearDown() 110 outputMixObj = NULL; in TearDown() 132 locatorOutputmixSnk.outputMix = outputMixObj; // created in OutputMixCreation() in OutputMixSinkInitialization() 178 res = (*engineItf)->CreateOutputMix(engineItf, &outputMixObj, in OutputMixCreation() 181 ASSERT_TRUE(NULL != outputMixObj); in OutputMixCreation() 182 res = (*outputMixObj)->Realize(outputMixObj, SL_BOOLEAN_FALSE); in OutputMixCreation()
|
/cts/tests/tests/media/libaudiojni/ |
D | audio-track-native.cpp | 168 SLObjectItf outputMixObj; in close() local 182 outputMixObj = mOutputMixObj; in close() 197 if (outputMixObj != NULL) { in close() 198 (*outputMixObj)->Destroy(outputMixObj); in close()
|