OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timedtextstreaminformation
(Results
1 - 1
of
1
) sorted by null
/frameworks/wilhelm/tests/sandbox/
xaplay.c
714
XATimedTextStreamInformation
timedTextStreamInformation
;
716
streamIndex, &
timedTextStreamInformation
);
718
printf(" layer = %u\n",
timedTextStreamInformation
.layer);
719
printf(" width = %u\n",
timedTextStreamInformation
.width);
720
printf(" height = %u\n",
timedTextStreamInformation
.height);
721
printf(" tx = %u\n",
timedTextStreamInformation
.tx);
722
printf(" ty = %u\n",
timedTextStreamInformation
.ty);
723
printf(" bitrate = %u\n",
timedTextStreamInformation
.bitrate);
724
printf(" langCountry = \"%s\"\n",
timedTextStreamInformation
.langCountry);
725
printf(" duration = %u\n",
timedTextStreamInformation
.duration)
[
all
...]
Completed in 239 milliseconds