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

  /frameworks/wilhelm/src/itf/
IStreamInformation.c 52 XAuint32 streamIndex, /* [in] */
65 if (0 == streamIndex) {
76 if (streamIndex <= nbStreams) {
78 *domain = thiz->mStreamInfoTable.itemAt(streamIndex).domain;
81 streamIndex, nbStreams);
94 XAuint32 streamIndex, /* [in] */
113 if (streamIndex <= nbStreams) {
115 const StreamInfo& streamInfo = thiz->mStreamInfoTable.itemAt((size_t)streamIndex);
141 "unknown domain %u", streamIndex, streamInfo.domain);
148 streamIndex, nbStreams)
    [all...]
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 75 XAuint32 streamIndex, void *pEventData, void *pContext)
81 printf("XA_STREAMCBEVENT_PROPERTYCHANGE on stream index %u, pEventData %p\n", streamIndex,
622 XAuint32 streamIndex;
623 for (streamIndex = 0; streamIndex <= mediaContainerInformation.numStreams; ++streamIndex) {
627 printf("stream[%u]:\n", streamIndex);
628 if (streamIndex == 0) {
630 streamIndex, &domain);
633 streamIndex, &mediaContainerInformation)
    [all...]
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 71 XAuint32 streamIndex,
75 LOGV("StreamChangeCallback called for stream %u", streamIndex);
82 The streamIndex parameter identifies the stream with the property change.
87 res = (*caller)->QueryStreamType(caller, streamIndex, &domain);
92 res = (*caller)->QueryStreamInformation(caller, streamIndex, &videoInfo);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs 554 protected void fillReverseIndex( object node, int streamIndex )
556 //System.out.println("revIndex "+node+"@"+streamIndex);
576 indexes.Add( streamIndex ); // not there yet, add
581 if ( !indexes.Contains( streamIndex ) )
583 indexes.Add( streamIndex ); // not there yet, add
646 int streamIndex = indexes[i];
647 object n = get( streamIndex );
651 return streamIndex; // found it!
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeWizard.cs 631 protected void fillReverseIndex( object node, int streamIndex )
633 //System.out.println("revIndex "+node+"@"+streamIndex);
653 indexes.Add( streamIndex ); // not there yet, add
658 if ( !indexes.Contains( streamIndex ) )
660 indexes.Add( streamIndex ); // not there yet, add
723 int streamIndex = indexes[i];
724 object n = get( streamIndex );
728 return streamIndex; // found it!
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 204 XAuint32 streamIndex,
208 LOGV("StreamChangeCallback called for stream %u", streamIndex);
215 The streamIndex parameter identifies the stream with the property change.
221 res = (*caller)->QueryStreamType(caller, streamIndex, &domain);
226 res = (*caller)->QueryStreamInformation(caller, streamIndex, &videoInfo);
  /frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c 227 XAuint32 streamIndex,
231 ALOGV("StreamChangeCallback called for stream %u", streamIndex);
238 The streamIndex parameter identifies the stream with the property change.
244 res = (*caller)->QueryStreamType(caller, streamIndex, &domain);
249 res = (*caller)->QueryStreamInformation(caller, streamIndex, &videoInfo);
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]

Completed in 1207 milliseconds