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.c99 OPJ_UINT32 p_max_res,
126 OPJ_UINT32 p_max_res,
154 OPJ_UINT32 * p_max_res);
186 OPJ_UINT32 * p_max_res,
205 OPJ_UINT32 p_max_res);
212 OPJ_UINT32 p_max_res);
748 OPJ_UINT32 * p_max_res) in opj_get_encoding_parameters() argument
789 *p_max_res = 0; in opj_get_encoding_parameters()
810 if (l_tccp->numresolutions > *p_max_res) { in opj_get_encoding_parameters()
811 *p_max_res = l_tccp->numresolutions; in opj_get_encoding_parameters()
[all …]