Home | History | Annotate | Download | only in sandbox

Lines Matching defs:streamIndex

76         XAuint32 streamIndex, void *pEventData, void *pContext)
82 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);
637 streamIndex, &nameSize, name);
641 result = (*playerStreamInformation)->QueryStreamType(playerStreamInformation, streamIndex,
645 result = (*playerStreamInformation)->QueryStreamType(playerStreamInformation, streamIndex,
650 result = (*playerStreamInformation)->QueryStreamName(playerStreamInformation, streamIndex,
660 streamIndex, NULL);
669 streamIndex, &mediaContainerInformation);
681 streamIndex, &audioStreamInformation);
693 streamIndex, &videoStreamInformation);
705 streamIndex, &imageStreamInformation);
715 streamIndex, &timedTextStreamInformation);
729 streamIndex, &midiStreamInformation);
740 streamIndex, &vendorStreamInformation);
750 streamIndex, &big);
760 result = (*playerStreamInformation)->QueryStreamType(playerStreamInformation, streamIndex,
765 streamIndex, &big);
784 for (streamIndex = 0; streamIndex <= numStreams1; ++streamIndex) {
785 if (activeStreams[streamIndex])
786 printf(" %u", streamIndex);