Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_defs.h109 NAL_RSV_RAP_VCL23 = 23, enumerator
/external/libhevc/decoder/
Dihevcd_parse_slice_header.c249 (NAL_RSV_RAP_VCL23 >= i1_nal_unit_type)) in ihevcd_parse_slice_header()
353 (NAL_RSV_RAP_VCL23 >= i1_nal_unit_type)) in ihevcd_parse_slice_header()
399 (ps_slice_hdr->i1_nal_unit_type <= NAL_RSV_RAP_VCL23)) in ihevcd_parse_slice_header()
Dihevcd_parse_headers.c3271 …type % 2 != 0)) || ((i1_nal_unit_type >= NAL_BLA_W_LP) && (i1_nal_unit_type <= NAL_RSV_RAP_VCL23)); in ihevcd_calc_poc()
/external/libhevc/encoder/
Dihevce_encode_header.c1500 (i1_nal_unit_type <= NAL_RSV_RAP_VCL23); in ihevce_generate_slice_header()
2952 WORD32 RapPicFlag = (nal_unit_type >= NAL_BLA_W_LP) && (nal_unit_type <= NAL_RSV_RAP_VCL23); in ihevce_populate_slice_header()