Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_encoder_nalu_writer_hevc.h107 uint8_t sub_layer_profile_present_flag[HEVC_MAX_SUB_LAYERS_NUM - 1]; member
/aosp_15_r20/external/mesa3d/src/gallium/frontends/va/
H A Dpicture_hevc_enc.c419 ptl->sub_layer_profile_present_flag[i] = vl_rbsp_u(rbsp, 1); in profile_tier_level()
428 if (ptl->sub_layer_profile_present_flag[i]) in profile_tier_level()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_enc_1_2.c1036 radeon_enc_code_fixed_bits(enc, ptl->sub_layer_profile_present_flag[i], 1); in radeon_enc_hevc_profile_tier_level()
1046 if (ptl->sub_layer_profile_present_flag[i]) in radeon_enc_hevc_profile_tier_level()
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h904 uint8_t sub_layer_profile_present_flag[PIPE_H265_MAX_SUB_LAYERS]; member