OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u1_profile_idc
(Results
1 - 10
of
10
) 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_utils.c
663
|| (ps_prv->
u1_profile_idc
!= ps_cur->
u1_profile_idc
)
861
ps_prev_seq_params->
u1_profile_idc
= ps_seq->
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
...]
ih264d_thread_compute_bs.c
214
if(ps_dec->ps_cur_sps->
u1_profile_idc
== HIGH_PROFILE_IDC)
ih264d_parse_slice.c
671
if(ps_seq->
u1_profile_idc
== HIGH_PROFILE_IDC)
[
all
...]
ih264d_compute_bs.c
[
all
...]
ih264d_parse_pslice.c
[
all
...]
ih264d_parse_bslice.c
[
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:__anon15270
[
all
...]
Completed in 50 milliseconds