Searched refs:outputMixObj (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/nativemedia/xa/src/ |
D | XAObjectCreationTest.cpp | 48 XAObjectItf engineObj, outputMixObj, mediaPlayerObj; member in XAObjectCreationTest 76 outputMixObj = NULL; in SetUp() 94 if (outputMixObj) { in TearDown() 95 (*outputMixObj)->Destroy(outputMixObj); in TearDown() 96 outputMixObj = NULL; in TearDown() 109 res = (*engineItf)->CreateOutputMix(engineItf, &outputMixObj, in OutputMixCreation() 112 ASSERT_TRUE(NULL != outputMixObj); in OutputMixCreation() 113 res = (*outputMixObj)->Realize(outputMixObj, XA_BOOLEAN_FALSE); in OutputMixCreation()
|
/cts/tests/tests/nativemedia/sl/src/ |
D | SLObjectCreationTest.cpp | 63 SLObjectItf engineObj, outputMixObj, audioPlayerObj; member in SLObjectCreationTest 87 outputMixObj = NULL; in SetUp() 105 if (outputMixObj) { in TearDown() 106 (*outputMixObj)->Destroy(outputMixObj); in TearDown() 107 outputMixObj = NULL; in TearDown() 129 locatorOutputmixSnk.outputMix = outputMixObj; // created in OutputMixCreation() in OutputMixSinkInitialization() 175 res = (*engineItf)->CreateOutputMix(engineItf, &outputMixObj, in OutputMixCreation() 178 ASSERT_TRUE(NULL != outputMixObj); in OutputMixCreation() 179 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()
|