Searched refs:timedTextStreamInformation (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c713 XATimedTextStreamInformation timedTextStreamInformation; local
715 streamIndex, &timedTextStreamInformation);
717 printf(" layer = %u\n", timedTextStreamInformation.layer);
718 printf(" width = %u\n", timedTextStreamInformation.width);
719 printf(" height = %u\n", timedTextStreamInformation.height);
720 printf(" tx = %u\n", timedTextStreamInformation.tx);
721 printf(" ty = %u\n", timedTextStreamInformation.ty);
722 printf(" bitrate = %u\n", timedTextStreamInformation.bitrate);
723 printf(" langCountry = \"%s\"\n", timedTextStreamInformation.langCountry);
724 printf(" duration = %u\n", timedTextStreamInformation
[all...]

Completed in 607 milliseconds