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))
480 UWORD8 u1_profile_idc, u1_level_idc, u1_seq_parameter_set_id; local
510 u1_profile_idc = ih264d_get_bits_h264(ps_bitstrm, 8);
511 COPYTHECONTEXT("SPS: profile_idc",u1_profile_idc);
527 if((u1_profile_idc != MAIN_PROFILE_IDC) &&
529 (u1_profile_idc != BASE_PROFILE_IDC) &&
531 (u1_profile_idc != HIGH_PROFILE_IDC)
574 if((3 == ps_dec->i4_header_decoded) && (ps_seq->u1_profile_idc != u1_profile_idc))
586 ps_seq->u1_profile_idc = u1_profile_idc
    [all...]
ih264d_structs.h 320 UWORD8 u1_profile_idc; /** profile value */ member in struct:__anon15337
359 UWORD8 u1_profile_idc; /** profile value */ member in struct:__anon15338
    [all...]
  /external/libavc/common/
ih264_structs.h 821 UWORD8 u1_profile_idc; member in struct:__anon15270
    [all...]

Completed in 38 milliseconds