HomeSort by relevance Sort by last modified time
    Searched refs:max_profile (Results 1 - 11 of 11) sorted by null

  /external/v4l2_codec2/vda/
v4l2_device.cc 100 VideoCodecProfile min_profile, max_profile; local
109 max_profile = H264PROFILE_MAIN;
112 max_profile = H264PROFILE_MAX;
118 max_profile = VP8PROFILE_MAX;
123 max_profile = VP9PROFILE_MAX;
131 for (int profile = min_profile; profile <= max_profile; ++profile)
  /external/freetype/src/sfnt/
ttpost.c 183 if ( num_glyphs > face->max_profile.numGlyphs )
332 if ( num_glyphs > face->max_profile.numGlyphs ||
504 if ( idx >= (FT_UInt)face->max_profile.numGlyphs )
sfdriver.c 109 table = &face->max_profile;
    [all...]
ttload.c 718 TT_MaxProfile* maxProfile = &face->max_profile;
    [all...]
sfobjs.c     [all...]
ttcmap.c     [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1617 TT_MaxProfile max_profile; member in struct:TT_FaceRec_
    [all...]
  /external/freetype/src/truetype/
ttgload.c     [all...]
ttobjs.c 1059 TT_MaxProfile* maxp = &face->max_profile;
    [all...]
ttinterp.c 417 maxp = &face->max_profile;
    [all...]
  /external/freetype/src/base/
ftobjs.c 870 ttface->max_profile.maxSizeOfInstructions == 0 &&
    [all...]

Completed in 274 milliseconds