HomeSort by relevance Sort by last modified time
    Searched refs:XA_BOOLEAN_FALSE (Results 1 - 8 of 8) sorted by null

  /system/media/wilhelm/tests/sandbox/
xa.c 33 result = (*engineObject)->Realize(engineObject, XA_BOOLEAN_FALSE);
46 result = (*outputMixObject)->Realize(outputMixObject, XA_BOOLEAN_FALSE);
107 result = (*playerObject)->Realize(playerObject, XA_BOOLEAN_FALSE);
dual.c 40 xaResult = (*xaEngineObject)->Realize(xaEngineObject, XA_BOOLEAN_FALSE);
xaplay.c 208 XAboolean abq = XA_BOOLEAN_FALSE; // use AndroidBufferQueue, default is URI
209 XAboolean looping = XA_BOOLEAN_FALSE;
292 result = (*engineObject)->Realize(engineObject, XA_BOOLEAN_FALSE);
302 result = (*outputMixObject)->Realize(outputMixObject, XA_BOOLEAN_FALSE);
358 result = (*playerObject)->Realize(playerObject, XA_BOOLEAN_FALSE);
  /system/media/wilhelm/tests/native-media/jni/
native-media-jni.c 169 (*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);
  /system/media/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp 75 res = (*xa)->Realize(xa, XA_BOOLEAN_FALSE); ExitOnError(res);
  /system/media/wilhelm/src/itf/
IStreamInformation.c 255 thiz->mActiveStreams[i] = XA_BOOLEAN_FALSE;
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 67 #define XA_BOOLEAN_FALSE ((XAuint32) 0x00000000)
    [all...]
  /system/media/wilhelm/include/OMXAL/
OpenMAXAL.h 67 #define XA_BOOLEAN_FALSE ((XAuint32) 0x00000000)
    [all...]

Completed in 26 milliseconds