Home
last modified time | relevance | path

Searched refs:MAX_PROFILE_COMPATBLTY (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/common/
Dihevc_defs.h268 #define MAX_PROFILE_COMPATBLTY 32 macro
Dihevc_structs.h1915 WORD8 ai1_profile_compatibility_flag[MAX_PROFILE_COMPATBLTY];
/external/libhevc/encoder/
Dihevce_encode_header.c206 for(i = 0; i < MAX_PROFILE_COMPATBLTY; i++) in ihevce_generate_when_profile_present()
2082 MAX_PROFILE_COMPATBLTY * sizeof(WORD8)); in ihevce_populate_vps()
2137 memset(pi1_profile_compatiblity_flags, 0, MAX_PROFILE_COMPATBLTY); in ihevce_populate_vps()
2445 MAX_PROFILE_COMPATBLTY * sizeof(WORD8)); in ihevce_populate_sps()
2562 MAX_PROFILE_COMPATBLTY * sizeof(WORD8)); in ihevce_populate_sps()
/external/libhevc/decoder/
Dihevcd_parse_headers.c1029 for(i = 0; i < MAX_PROFILE_COMPATBLTY; i++) in ihevcd_parse_profile_tier_level_layer()