Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dpi.c100 OPJ_UINT32 p_max_res,
127 OPJ_UINT32 p_max_res,
155 OPJ_UINT32 * p_max_res );
187 OPJ_UINT32 * p_max_res,
206 OPJ_UINT32 p_max_res);
213 OPJ_UINT32 p_max_res);
575 OPJ_UINT32 * p_max_res ) in opj_get_encoding_parameters() argument
609 *p_max_res = 0; in opj_get_encoding_parameters()
630 if (l_tccp->numresolutions > *p_max_res) { in opj_get_encoding_parameters()
631 *p_max_res = l_tccp->numresolutions; in opj_get_encoding_parameters()
[all …]