HomeSort by relevance Sort by last modified time
    Searched refs:NAL_IDR_N_LP (Results 1 - 7 of 7) sorted by null

  /external/libhevc/decoder/
ihevcd_nal.c 357 case NAL_IDR_N_LP :
375 case NAL_IDR_N_LP :
ihevcd_parse_slice_header.c 244 (NAL_IDR_N_LP == i1_nal_unit_type);
    [all...]
ihevcd_parse_headers.c     [all...]
  /external/libhevc/common/
ihevc_defs.h 106 NAL_IDR_N_LP,
  /external/libhevc/encoder/
ihevce_entropy_interface.c 332 (((NAL_IDR_N_LP == nal_type) || (NAL_CRA == nal_type)) || (NAL_IDR_W_LP == nal_type)));
336 (((NAL_IDR_N_LP == nal_type) || (NAL_CRA == nal_type)) || (NAL_IDR_W_LP == nal_type)));
352 ((slice_type == ISLICE) && ((NAL_IDR_N_LP == nal_type) || (NAL_IDR_W_LP == nal_type)));
810 if((nal_type == NAL_IDR_N_LP) || (NAL_IDR_W_LP == nal_type))
ihevce_encode_header.c     [all...]
ihevce_frame_process.c     [all...]

Completed in 254 milliseconds