Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhevc.c72 static void hvcc_update_ptl(HEVCDecoderConfigurationRecord *hvcc, in hvcc_update_ptl() argument
79 hvcc->general_profile_space = ptl->profile_space; in hvcc_update_ptl()
86 if (hvcc->general_tier_flag < ptl->tier_flag) in hvcc_update_ptl()
87 hvcc->general_level_idc = ptl->level_idc; in hvcc_update_ptl()
89 hvcc->general_level_idc = FFMAX(hvcc->general_level_idc, ptl->level_idc); in hvcc_update_ptl()
95 hvcc->general_tier_flag = FFMAX(hvcc->general_tier_flag, ptl->tier_flag); in hvcc_update_ptl()
111 hvcc->general_profile_idc = FFMAX(hvcc->general_profile_idc, ptl->profile_idc); in hvcc_update_ptl()
117 hvcc->general_profile_compatibility_flags &= ptl->profile_compatibility_flags; in hvcc_update_ptl()
123 hvcc->general_constraint_indicator_flags &= ptl->constraint_indicator_flags; in hvcc_update_ptl()
127 HEVCDecoderConfigurationRecord *hvcc, in hvcc_parse_ptl() argument
[all …]