Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_api.h262 WORD32 i4_orig_width; member
Dihevce_plugin.c370 ps_params->s_src_prms.i4_orig_width = 0; in ihevce_set_def_params()
707 ps_ctxt->ps_static_cfg_prms->s_src_prms.i4_orig_width = in ihevce_init()
2022 ps_ctxt->ps_static_cfg_prms->s_src_prms.i4_orig_width, in ihevce_encode()
Dihevce_error_check.c519 if((ps_static_cfg_prms->s_src_prms.i4_orig_width > HEVCE_MAX_WIDTH) || in ihevce_hle_validate_static_params()
520 (ps_static_cfg_prms->s_src_prms.i4_orig_width < 2)) in ihevce_hle_validate_static_params()
Dihevce_encode_header.c2411 ps_sps->i2_pic_width_in_luma_samples - ps_stat_cfg_prms->s_src_prms.i4_orig_width; in ihevce_populate_sps()