OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxProfile
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/sfnt/
ttload.c
625
TT_MaxProfile*
maxProfile
= &face->max_profile;
662
if ( FT_STREAM_READ_FIELDS( maxp_fields,
maxProfile
) )
665
maxProfile
->maxPoints = 0;
666
maxProfile
->maxContours = 0;
667
maxProfile
->maxCompositePoints = 0;
668
maxProfile
->maxCompositeContours = 0;
669
maxProfile
->maxZones = 0;
670
maxProfile
->maxTwilightPoints = 0;
671
maxProfile
->maxStorage = 0;
672
maxProfile
->maxFunctionDefs = 0
[
all
...]
/cts/tests/tests/media/src/android/media/cts/
CamcorderProfileTest.java
158
CamcorderProfile
maxProfile
= null;
174
maxProfile
= profile;
179
assertNotNull(
maxProfile
);
184
maxProfile
.quality,
maxProfile
.videoFrameWidth,
maxProfile
.videoFrameHeight));
187
assertProfileEquals(high,
maxProfile
);
Completed in 1524 milliseconds