Searched refs:p_obj (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
H A D | h264dinport.c | 89 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.h | 967 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 D | vid_dec_h264_common.c | 946 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.c | 1310 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 7 milliseconds