Home
last modified time | relevance | path

Searched refs:XAStreamInformationItf (Results 1 – 4 of 4) sorted by relevance

/frameworks/wilhelm/src/itf/
DIStreamInformation.c21 static XAresult IStreamInformation_QueryMediaContainerInformation( XAStreamInformationItf self, in IStreamInformation_QueryMediaContainerInformation()
51 static XAresult IStreamInformation_QueryStreamType( XAStreamInformationItf self, in IStreamInformation_QueryStreamType()
93 static XAresult IStreamInformation_QueryStreamInformation( XAStreamInformationItf self, in IStreamInformation_QueryStreamInformation()
161 static XAresult IStreamInformation_QueryStreamName( XAStreamInformationItf self, in IStreamInformation_QueryStreamName()
213 static XAresult IStreamInformation_RegisterStreamChangeCallback( XAStreamInformationItf self, in IStreamInformation_RegisterStreamChangeCallback()
233 static XAresult IStreamInformation_QueryActiveStreams( XAStreamInformationItf self, in IStreamInformation_QueryActiveStreams()
261 static XAresult IStreamInformation_SetActiveStream( XAStreamInformationItf self, in IStreamInformation_SetActiveStream()
/frameworks/wilhelm/tests/native-media/jni/
Dnative-media-jni.c41 static XAStreamInformationItf playerStreamInfoItf = NULL;
225 void StreamChangeCallback (XAStreamInformationItf caller, in StreamChangeCallback()
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h3142 typedef const struct XAStreamInformationItf_ * const * XAStreamInformationItf; typedef
3145 XAStreamInformationItf caller,
3154 XAStreamInformationItf self,
3158 XAStreamInformationItf self,
3163 XAStreamInformationItf self,
3168 XAStreamInformationItf self,
3174 XAStreamInformationItf self,
3179 XAStreamInformationItf self,
3184 XAStreamInformationItf self,
/frameworks/wilhelm/tests/sandbox/
Dxaplay.c75 void streamEventChangeCallback(XAStreamInformationItf caller __unused, XAuint32 eventId, in streamEventChangeCallback()
496 XAStreamInformationItf playerStreamInformation; in main()