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
713
XATimedTextStreamInformation
timedTextStreamInformation
;
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
.duration)
[
all
...]
Completed in 123 milliseconds