Searched refs:NAL_BLA_W_LP (Results 1 - 5 of 5) sorted by relevance

/external/libhevc/common/
H A Dihevc_defs.h102 NAL_BLA_W_LP = 16, enumerator in enum:__anon9528
/external/libhevc/decoder/
H A Dihevcd_nal.c346 case NAL_BLA_W_LP :
370 case NAL_BLA_W_LP :
H A Dihevcd_parse_slice_header.c246 if((NAL_BLA_W_LP <= i1_nal_unit_type) &&
340 if((NAL_BLA_W_LP <= i1_nal_unit_type) &&
382 if((ps_slice_hdr->i1_nal_unit_type >= NAL_BLA_W_LP) &&
869 (NAL_BLA_W_LP == ps_slice_hdr->i1_nal_unit_type) ||
1020 * TODO: (i1_nal_unit_type < NAL_BLA_W_LP) && (i1_nal_unit_type % 2 == 0) only says it is
1023 if((i1_nal_unit_type < NAL_BLA_W_LP) &&
H A Dihevcd_utils.c992 if((ps_slice_hdr->i1_nal_unit_type < NAL_BLA_W_LP) &&
1011 if((ps_slice_hdr->i1_nal_unit_type < NAL_BLA_W_LP) &&
H A Dihevcd_parse_headers.c2036 || NAL_BLA_W_LP == i1_nal_unit_type
2069 WORD32 is_reference_nal = ((i1_nal_unit_type <= NAL_RSV_VCL_R15) && (i1_nal_unit_type % 2 != 0)) || ((i1_nal_unit_type >= NAL_BLA_W_LP) && (i1_nal_unit_type <= NAL_RSV_RAP_VCL23));

Completed in 109 milliseconds