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

  /external/libhevc/decoder/
ihevcd_nal.c 340 if(ps_codec->i4_slice_error)
404 ps_codec->i4_slice_error)
ihevcd_decode.c 544 ps_codec->i4_slice_error = 0;
557 if(ps_codec->i4_slice_error)
563 ps_codec->i4_slice_error = 0;
624 ps_codec->i4_slice_error = 1;
649 if((0 == ps_codec->i4_slice_error) ||
ihevcd_parse_slice_header.c 238 if(ps_codec->i4_slice_error == 1)
284 ps_codec->i4_slice_error = 1;
296 ps_codec->i4_slice_error = 0;
732 ps_codec->i4_slice_error = 1;
753 ps_codec->i4_slice_error = 0;
765 ps_codec->i4_slice_error = 1;
    [all...]
ihevcd_structs.h 1806 WORD32 i4_slice_error; member in struct:_codec_t
    [all...]
ihevcd_parse_slice.c     [all...]
ihevcd_utils.c 721 slice_start_idx = ps_codec->i4_slice_error ? 2 : 1;
    [all...]
ihevcd_process_slice.c 794 if((0 == ps_codec->i4_slice_error))
    [all...]

Completed in 43 milliseconds