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

  /external/libavc/decoder/
ih264d_defs.h 346 #define IDR_SLICE_NAL 5
ih264d_parse_slice.c 301 if(ps_cur_slice->u1_nal_unit_type == IDR_SLICE_NAL)
765 || (ps_cur_slice->u1_nal_unit_type == IDR_SLICE_NAL))
801 || (ps_cur_slice->u1_nal_unit_type == IDR_SLICE_NAL))
    [all...]
ih264d_utils.c 125 if((u1_nal_unit_type == IDR_SLICE_NAL)
126 && (ps_prev_slice->u1_nal_unit_type == IDR_SLICE_NAL))
131 if((u1_nal_unit_type == IDR_SLICE_NAL)
132 && (ps_prev_slice->u1_nal_unit_type != IDR_SLICE_NAL))
473 if(ps_cur_slice->u1_nal_unit_type == IDR_SLICE_NAL)
    [all...]
ih264d_parse_headers.c     [all...]
ih264d_dpb_mgr.c 842 if(ps_dec->u1_nal_unit_type == IDR_SLICE_NAL)
    [all...]
ih264d_api.c     [all...]

Completed in 185 milliseconds