Home
last modified time | relevance | path

Searched refs:i1_profile_space (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/encoder/
Dihevce_encode_header.c195 PUT_BITS(ps_bitstrm, ps_ptl->i1_profile_space, 2, return_status); in ihevce_generate_when_profile_present()
196 ENTROPY_TRACE("XXX_profile_space[]", ps_ptl->i1_profile_space); in ihevce_generate_when_profile_present()
2050 ps_vps->s_ptl.s_ptl_gen.i1_profile_space = 0; // BLU_RAY specific change is default in ihevce_populate_vps()
2075 ps_vps->s_ptl.as_ptl_sub[i].i1_profile_space = 0; // BLU_RAY specific change is default in ihevce_populate_vps()
2438 ps_sps->s_ptl.as_ptl_sub[i].i1_profile_space = 0; // BLU_RAY specific change is default in ihevce_populate_sps()
2565 ps_sps->s_ptl.s_ptl_gen.i1_profile_space = 0; // BLU_RAY specific change is default in ihevce_populate_sps()
/external/libhevc/common/
Dihevc_structs.h1900 WORD8 i1_profile_space; member
/external/libhevc/decoder/
Dihevcd_parse_headers.c1021 ps_ptl->i1_profile_space = value; in ihevcd_parse_profile_tier_level_layer()