Searched defs:mediaContainerInformation (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c608 XAMediaContainerInformation mediaContainerInformation; local
610 memset(&mediaContainerInformation, 0x55, sizeof(XAMediaContainerInformation));
612 &mediaContainerInformation);
615 printf(" containerType = %u\n", mediaContainerInformation.containerType);
616 printf(" mediaDuration = %u\n", mediaContainerInformation.mediaDuration);
617 printf(" numStreams = %u\n", mediaContainerInformation.numStreams);
620 // mediaContainerInformation.numStreams, because stream 0 is the container itself,
621 // while stream 1 to mediaContainerInformation.numStreams are the contained streams.
623 for (streamIndex = 0; streamIndex <= mediaContainerInformation.numStreams; ++streamIndex) {
633 streamIndex, &mediaContainerInformation);
[all...]

Completed in 67 milliseconds