Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_plugin.c709 if(HEVCE_MIN_WIDTH > ps_ctxt->ps_static_cfg_prms->s_src_prms.i4_width) in ihevce_init()
711 ps_ctxt->ps_static_cfg_prms->s_src_prms.i4_width = HEVCE_MIN_WIDTH; in ihevce_init()
Dihevce_enc_structs.h45 #define HEVCE_MIN_WIDTH 64 macro
Dihevce_error_check.c1094 if((width > HEVCE_MAX_WIDTH) || (width < HEVCE_MIN_WIDTH) || in ihevce_hle_validate_static_params()