Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/
DImsMediaVideoUtil.cpp334 uint8_t sub_layer_profile_present_flag[sps_max_sub_layers_minus1]; in ParseHevcSpropParam() local
339 sub_layer_profile_present_flag[i] = objBitReader.Read(1); in ParseHevcSpropParam()
353 if (sub_layer_profile_present_flag[i]) in ParseHevcSpropParam()
608 uint8_t sub_layer_profile_present_flag[sps_max_sub_layers_minus1]; in ParseHevcSps() local
613 sub_layer_profile_present_flag[i] = objBitReader.Read(1); in ParseHevcSps()
627 if (sub_layer_profile_present_flag[i]) in ParseHevcSps()