Home
last modified time | relevance | path

Searched refs:p_obj (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
H A Dh264dinport.c89 tiz_port_t * p_obj = (tiz_port_t *) ap_obj; in h264d_inport_SetParameter() local
92 p_obj->portdef_.nBufferSize = i_def->format.video.nFrameWidth * i_def->format.video.nFrameHeight * 512 / (16*16); in h264d_inport_SetParameter()
/third_party/python/Modules/clinic/
H A D_hashopenssl.c.h967 PyObject *n_obj, PyObject *r_obj, PyObject *p_obj,
982 PyObject *p_obj = Py_None; in _hashlib_scrypt() local
1037 p_obj = args[4]; in _hashlib_scrypt()
1056 return_value = _hashlib_scrypt_impl(module, &password, &salt, n_obj, r_obj, p_obj, maxmem, dklen); in _hashlib_scrypt()
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.c946 tiz_port_t * p_obj = tiz_krn_get_port(tiz_get_krn(handleOf(priv)), OMX_VID_DEC_AVC_INPUT_PORT_INDEX); in update_port_parameters() local
949 p_obj->portdef_.nBufferSize = p_def->nFrameWidth * p_def->nFrameHeight * 512 / (16*16); in update_port_parameters()
/third_party/python/Modules/
H A D_hashopenssl.c1310 p as p_obj: object(subclass_of='&PyLong_Type') = None
1320 PyObject *n_obj, PyObject *r_obj, PyObject *p_obj, in _hashlib_scrypt_impl()
1365 p = PyLong_AsUnsignedLong(p_obj); in _hashlib_scrypt_impl()
1319 _hashlib_scrypt_impl(PyObject *module, Py_buffer *password, Py_buffer *salt, PyObject *n_obj, PyObject *r_obj, PyObject *p_obj, long maxmem, long dklen) _hashlib_scrypt_impl() argument

Completed in 13 milliseconds