Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_encode_header.c228 PUT_BITS(ps_bitstrm, ps_ptl->i1_frame_only_constraint_flag, 1, return_status); in ihevce_generate_when_profile_present()
229 ENTROPY_TRACE("XXX_frame_only_constraint_flag[]", ps_ptl->i1_frame_only_constraint_flag); in ihevce_generate_when_profile_present()
2128 ps_vps->s_ptl.as_ptl_sub[i].i1_frame_only_constraint_flag = 1; in ihevce_populate_vps()
2132 ps_vps->s_ptl.as_ptl_sub[i].i1_frame_only_constraint_flag = in ihevce_populate_vps()
2170 ps_vps->s_ptl.s_ptl_gen.i1_frame_only_constraint_flag = 1; in ihevce_populate_vps()
2174 ps_vps->s_ptl.s_ptl_gen.i1_frame_only_constraint_flag = DEFAULT_FRAME_ONLY_CONSTRAINT_FLAG; in ihevce_populate_vps()
2490 ps_sps->s_ptl.as_ptl_sub[i].i1_frame_only_constraint_flag = 1; in ihevce_populate_sps()
2494 ps_sps->s_ptl.as_ptl_sub[i].i1_frame_only_constraint_flag = in ihevce_populate_sps()
2601 ps_sps->s_ptl.s_ptl_gen.i1_frame_only_constraint_flag = 1; in ihevce_populate_sps()
2605 ps_sps->s_ptl.s_ptl_gen.i1_frame_only_constraint_flag = DEFAULT_FRAME_ONLY_CONSTRAINT_FLAG; in ihevce_populate_sps()
/external/libhevc/common/
Dihevc_structs.h1935 WORD8 i1_frame_only_constraint_flag; member
/external/libhevc/decoder/
Dihevcd_parse_headers.c1045 ps_ptl->i1_frame_only_constraint_flag = value; in ihevcd_parse_profile_tier_level_layer()