Searched refs:XA_BOOLEAN_FALSE (Results 1 - 7 of 7) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Dxa.c34 result = (*engineObject)->Realize(engineObject, XA_BOOLEAN_FALSE);
47 result = (*outputMixObject)->Realize(outputMixObject, XA_BOOLEAN_FALSE);
108 result = (*playerObject)->Realize(playerObject, XA_BOOLEAN_FALSE);
H A Ddual.c40 xaResult = (*xaEngineObject)->Realize(xaEngineObject, XA_BOOLEAN_FALSE);
H A Dxaplay.c54 XAboolean forceCallbackFailure = XA_BOOLEAN_FALSE; // force callback failures occasionally
55 XAboolean sentEOS = XA_BOOLEAN_FALSE; // whether we have enqueued EOS yet
253 XAboolean abq = XA_BOOLEAN_FALSE; // use AndroidBufferQueue, default is URI
254 XAboolean looping = XA_BOOLEAN_FALSE;
380 result = (*engineObject)->Realize(engineObject, XA_BOOLEAN_FALSE);
390 result = (*outputMixObject)->Realize(outputMixObject, XA_BOOLEAN_FALSE);
439 XAboolean req[4] = {XA_BOOLEAN_TRUE, XA_BOOLEAN_TRUE, XA_BOOLEAN_FALSE, XA_BOOLEAN_TRUE};
446 result = (*playerObject)->Realize(playerObject, XA_BOOLEAN_FALSE);
/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c169 (*playerVolItf)->SetMute(playerVolItf, XA_BOOLEAN_FALSE); // unmute
178 (*playerVolItf)->EnableStereoPosition(playerVolItf, XA_BOOLEAN_FALSE);
277 res = (*engineObject)->Realize(engineObject, XA_BOOLEAN_FALSE);
289 res = (*outputMixObject)->Realize(outputMixObject, XA_BOOLEAN_FALSE);
396 res = (*playerObj)->Realize(playerObj, XA_BOOLEAN_FALSE);
/frameworks/wilhelm/src/itf/
H A DIStreamInformation.c296 thiz->mActiveStreams[i] = XA_BOOLEAN_FALSE;
/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp240 res = (*xa)->Realize(xa, XA_BOOLEAN_FALSE); ExitOnError(res);
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h67 #define XA_BOOLEAN_FALSE ((XAuint32) 0x00000000) macro

Completed in 1859 milliseconds