Home
last modified time | relevance | path

Searched refs:XAboolean (Results 1 – 9 of 9) sorted by relevance

/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h55 typedef XAuint32 XAboolean; typedef
167 XAboolean async
171 XAboolean async
196 XAboolean preemptable
201 XAboolean * pPreemptable
207 XAboolean enabled
260 XAboolean aysnc
269 XAboolean aysnc
513 const XAboolean * pInterfaceRequired
532 XAboolean supportsFrequency;
[all …]
/frameworks/wilhelm/src/objects/
DCMediaPlayer.cpp27 XAresult CMediaPlayer_Realize(void *self, XAboolean async) in CMediaPlayer_Realize()
41 XAresult CMediaPlayer_Resume(void *self, XAboolean async) in CMediaPlayer_Resume()
/frameworks/wilhelm/src/itf/
DIStreamInformation.cpp235 XAboolean *activeStreams) /* [out] */ in IStreamInformation_QueryActiveStreams()
263 XAboolean active, /* [in] */ in IStreamInformation_SetActiveStream()
264 XAboolean commitNow) /* [in] */ in IStreamInformation_SetActiveStream()
DIEngine.cpp1019 const XAboolean *pInterfaceRequired) in IEngine_CreateCameraDevice()
1032 const XAboolean *pInterfaceRequired) in IEngine_CreateRadioDevice()
1045 const XAboolean *pInterfaceRequired) in IXAEngine_CreateLEDDevice()
1056 const XAboolean *pInterfaceRequired) in IXAEngine_CreateVibraDevice()
1069 const XAboolean *pInterfaceRequired) in IEngine_CreateMediaPlayer()
1270 const XAboolean *pInterfaceRequired) in IEngine_CreateMediaRecorder()
1289 const XAboolean *pInterfaceRequired) in IXAEngine_CreateOutputMix()
1300 const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) in IXAEngine_CreateMetadataExtractor()
1311 const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) in IXAEngine_CreateExtensionObject()
1393 XAboolean *pSupported) in IXAEngine_IsExtensionSupported()
/frameworks/wilhelm/tests/sandbox/
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 in main()
254 XAboolean looping = XA_BOOLEAN_FALSE; in main()
439 XAboolean req[4] = {XA_BOOLEAN_TRUE, XA_BOOLEAN_TRUE, XA_BOOLEAN_FALSE, XA_BOOLEAN_TRUE}; in main()
776 XAboolean *activeStreams = calloc(numStreams1 + 1, sizeof(XAboolean)); in main()
/frameworks/wilhelm/src/
Dxa_entry.cpp23 const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) in xaCreateEngine()
Ditfstruct.h612 XAboolean mActiveStreams[NB_SUPPORTED_STREAMS];
/frameworks/wilhelm/tests/examples/
DxaVideoDecoderCapabilities.cpp233 XAboolean itfRequired[NUM_ENGINE_INTERFACES] = { XA_BOOLEAN_TRUE }; in TestVideoDecoderCapabilities()
/frameworks/wilhelm/tests/native-media/jni/
Dnative-media-jni.c378 XAboolean required[NB_MAXAL_INTERFACES] in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()