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

  /external/libavc/decoder/
ih264d_parse_headers.c 323 if(u1_more_data_flag && (ps_pps->ps_sps->u1_profile_idc == HIGH_PROFILE_IDC))
482 UWORD8 u1_profile_idc, u1_level_idc, u1_seq_parameter_set_id; local
512 u1_profile_idc = ih264d_get_bits_h264(ps_bitstrm, 8);
513 COPYTHECONTEXT("SPS: profile_idc",u1_profile_idc);
529 if((u1_profile_idc != MAIN_PROFILE_IDC) &&
531 (u1_profile_idc != BASE_PROFILE_IDC) &&
533 (u1_profile_idc != HIGH_PROFILE_IDC)
542 if((u1_profile_idc != EXTENDED_PROFILE_IDC) ||
573 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:__anon22312
359 UWORD8 u1_profile_idc; /** profile value */ member in struct:__anon22313
    [all...]
  /external/libavc/common/
ih264_structs.h 821 UWORD8 u1_profile_idc; member in struct:__anon22245
    [all...]

Completed in 287 milliseconds