Searched refs:max_profile (Results 1 – 12 of 12) sorted by relevance
100 VideoCodecProfile min_profile, max_profile; in V4L2PixFmtToVideoCodecProfiles() local109 max_profile = H264PROFILE_MAIN; in V4L2PixFmtToVideoCodecProfiles()112 max_profile = H264PROFILE_MAX; in V4L2PixFmtToVideoCodecProfiles()118 max_profile = VP8PROFILE_MAX; in V4L2PixFmtToVideoCodecProfiles()123 max_profile = VP9PROFILE_MAX; in V4L2PixFmtToVideoCodecProfiles()131 for (int profile = min_profile; profile <= max_profile; ++profile) in V4L2PixFmtToVideoCodecProfiles()
183 if ( num_glyphs > face->max_profile.numGlyphs ) in load_format_20()332 if ( num_glyphs > face->max_profile.numGlyphs || in load_format_25()504 if ( idx >= (FT_UInt)face->max_profile.numGlyphs ) in tt_face_get_ps_name()
109 table = &face->max_profile; in get_sfnt_table()
718 TT_MaxProfile* maxProfile = &face->max_profile; in tt_face_load_maxp()
1358 face->root.num_glyphs = face->max_profile.numGlyphs; in sfnt_load_face()
3822 valid.num_glyphs = (FT_UInt)face->max_profile.numGlyphs; in tt_face_build_cmaps()
1617 TT_MaxProfile max_profile; member
1306 max_ins = loader->face->max_profile.maxSizeOfInstructions; in TT_Process_Composite_Glyph()1543 if ( recurse_count > face->max_profile.maxComponentDepth ) in load_truetype_glyph()1547 face->max_profile.maxComponentDepth = (FT_UShort)recurse_count; in load_truetype_glyph()
1059 TT_MaxProfile* maxp = &face->max_profile; in tt_size_init_bytecode()
417 maxp = &face->max_profile; in TT_Load_Context()
870 ttface->max_profile.maxSizeOfInstructions == 0 && in FT_Load_Glyph()
926 face->max_profile.numGlyphs, instead of face->root.num_glyphs.