Home
last modified time | relevance | path

Searched refs:inp_chr_format (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/test/encoder/
Dmain.c315 ps_static_prms->s_src_prms.inp_chr_format = (IV_COLOR_FORMAT_T)i4_value; in parse_argument()
812 if(IV_YUV_420P == params->s_src_prms.inp_chr_format) in allocate_input()
826 else if(IV_YUV_420SP_UV == params->s_src_prms.inp_chr_format) in allocate_input()
867 if(IV_YUV_420P == params->s_src_prms.inp_chr_format) in read_input()
876 else if(IV_YUV_420SP_UV == params->s_src_prms.inp_chr_format) in read_input()
/external/libhevc/encoder/
Dihevce_api.h248 WORD32 inp_chr_format; member
Dihevce_plugin.c361 ps_params->s_src_prms.inp_chr_format = 1; in ihevce_set_def_params()
1985 ((ps_ctxt->ps_static_cfg_prms->s_src_prms.inp_chr_format == 13) ? 0 : 1); in ihevce_encode()
2021 ps_ctxt->ps_static_cfg_prms->s_src_prms.inp_chr_format, in ihevce_encode()
Dihevce_error_check.c578 if(ps_static_cfg_prms->s_src_prms.inp_chr_format != IV_YUV_420SP_UV && in ihevce_hle_validate_static_params()
579 ps_static_cfg_prms->s_src_prms.inp_chr_format != IV_YUV_420P) in ihevce_hle_validate_static_params()