HomeSort by relevance Sort by last modified time
    Searched full:p_obj (Results 1 - 9 of 9) sorted by null

  /external/python/cpython3/Modules/clinic/
_hashopenssl.c.h 19 PyObject *n_obj, PyObject *r_obj, PyObject *p_obj,
32 PyObject *p_obj = Py_None; local
37 &password, &salt, &PyLong_Type, &n_obj, &PyLong_Type, &r_obj, &PyLong_Type, &p_obj, &maxmem, &dklen)) {
40 return_value = _hashlib_scrypt_impl(module, &password, &salt, n_obj, r_obj, p_obj, maxmem, dklen);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 165 mm_jpeg_intf_test_t *p_obj = (mm_jpeg_intf_test_t *)userData; local
167 pthread_mutex_lock(&p_obj->lock);
173 for (i = 0; p_obj->job_id[i] && (jobId != p_obj->job_id[i]); i++)
175 if (!p_obj->job_id[i]) {
182 p_obj->buf_filled_len[i] = p_output->buf_filled_len;
183 if (p_obj->min_out_bufs) {
185 p_obj->out_filename[i],
187 DUMP_TO_FILE(p_obj->out_filename[i], p_output->buf_vaddr,
197 pthread_cond_signal(&p_obj->cond)
    [all...]
mm_jpegdec_test.c 122 mm_jpegdec_intf_test_t *p_obj = (mm_jpegdec_intf_test_t *)userData; local
132 p_obj->out_filename,
134 DUMP_TO_FILE(p_obj->out_filename, p_output->buf_vaddr, p_output->buf_filled_len);
139 pthread_cond_signal(&p_obj->cond);
177 int mm_jpegdec_test_read(mm_jpegdec_intf_test_t *p_obj)
182 fp = fopen(p_obj->filename, "rb");
194 p_obj->input.size = file_size;
197 rc = mm_jpegdec_test_alloc(&p_obj->input, p_obj->use_ion);
203 fread(p_obj->input.addr, 1, p_obj->input.size, fp)
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 165 mm_jpeg_intf_test_t *p_obj = (mm_jpeg_intf_test_t *)userData; local
167 pthread_mutex_lock(&p_obj->lock);
173 for (i = 0; p_obj->job_id[i] && (jobId != p_obj->job_id[i]); i++)
175 if (!p_obj->job_id[i]) {
182 p_obj->buf_filled_len[i] = p_output->buf_filled_len;
183 if (p_obj->min_out_bufs) {
185 p_obj->out_filename[i],
187 DUMP_TO_FILE(p_obj->out_filename[i], p_output->buf_vaddr,
197 pthread_cond_signal(&p_obj->cond)
    [all...]
mm_jpegdec_test.c 122 mm_jpegdec_intf_test_t *p_obj = (mm_jpegdec_intf_test_t *)userData; local
132 p_obj->out_filename,
134 DUMP_TO_FILE(p_obj->out_filename, p_output->buf_vaddr, p_output->buf_filled_len);
139 pthread_cond_signal(&p_obj->cond);
177 int mm_jpegdec_test_read(mm_jpegdec_intf_test_t *p_obj)
182 fp = fopen(p_obj->filename, "rb");
194 p_obj->input.size = file_size;
197 rc = mm_jpegdec_test_alloc(&p_obj->input, p_obj->use_ion);
203 fread(p_obj->input.addr, 1, p_obj->input.size, fp)
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/lib/
bindings_internal.h 83 const char* p_obj = reinterpret_cast<const char*>(ptr); local
85 DCHECK(p_obj > p_slot);
87 *offset = static_cast<uint64_t>(p_obj - p_slot);
  /device/google/marlin/camera/mm-image-codec/qomx_core/
qomx_core.c 188 void *p_obj = NULL; local
242 p_obj = (*p_core_comp->get_instance)();
243 ALOGI("%s:%d] get instance pts is %p", __func__, __LINE__, p_obj);
244 if (NULL == p_obj) {
251 p_comp = (*p_core_comp->create_comp_func)(p_obj);
  /hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/
qomx_core.c 188 void *p_obj = NULL; local
242 p_obj = (*p_core_comp->get_instance)();
243 ALOGI("%s:%d] get instance pts is %p", __func__, __LINE__, p_obj);
244 if (NULL == p_obj) {
251 p_comp = (*p_core_comp->create_comp_func)(p_obj);
  /external/python/cpython3/Modules/
_hashopenssl.c 733 p as p_obj: object(subclass_of='&PyLong_Type') = None
743 PyObject *n_obj, PyObject *r_obj, PyObject *p_obj,
788 p = PyLong_AsUnsignedLong(p_obj);

Completed in 157 milliseconds