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

  /external/libavc/decoder/
ih264d_parse_headers.c 331 if(u1_more_data_flag && (ps_pps->ps_sps->u1_profile_idc == HIGH_PROFILE_IDC))
490 UWORD8 u1_profile_idc, u1_level_idc, u1_seq_parameter_set_id, u1_mb_aff_flag = 0; local
520 u1_profile_idc = ih264d_get_bits_h264(ps_bitstrm, 8);
521 COPYTHECONTEXT("SPS: profile_idc",u1_profile_idc);
537 if((u1_profile_idc != MAIN_PROFILE_IDC) &&
539 (u1_profile_idc != BASE_PROFILE_IDC) &&
541 (u1_profile_idc != HIGH_PROFILE_IDC)
550 if((u1_profile_idc != EXTENDED_PROFILE_IDC) ||
583 if((ps_dec->i4_header_decoded & 1) && (ps_seq->u1_profile_idc != u1_profile_idc))
    [all...]
ih264d_structs.h 320 UWORD8 u1_profile_idc; /** profile value */ member in struct:__anon26942
359 UWORD8 u1_profile_idc; /** profile value */ member in struct:__anon26943
    [all...]
ih264d_thread_compute_bs.c 214 if(ps_dec->ps_cur_sps->u1_profile_idc == HIGH_PROFILE_IDC)
ih264d_compute_bs.c     [all...]
ih264d_utils.c 856 ps_prev_seq_params->u1_profile_idc = ps_seq->u1_profile_idc;
    [all...]
ih264d_parse_slice.c 688 if(ps_seq->u1_profile_idc == HIGH_PROFILE_IDC)
    [all...]
  /external/libavc/encoder/
ih264e_encode_header.c 452 PUT_BITS(ps_bitstrm, ps_sps->u1_profile_idc, 8, return_status, "profile_idc");
469 if (ps_sps->u1_profile_idc >= IH264_PROFILE_HIGH)
668 if (ps_sps->u1_profile_idc >= IH264_PROFILE_HIGH)
    [all...]
  /external/libavc/common/
ih264_structs.h 821 UWORD8 u1_profile_idc; member in struct:__anon26875
    [all...]

Completed in 62 milliseconds