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

  /external/libmojo/mojo/public/cpp/bindings/lib/
bindings_internal.cc 39 const char* p_obj = reinterpret_cast<const char*>(ptr); local
41 DCHECK(p_obj > p_slot);
43 *offset = static_cast<uint64_t>(p_obj - p_slot);
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 148 mm_jpeg_intf_test_t *p_obj = (mm_jpeg_intf_test_t *)userData; local
150 pthread_mutex_lock(&p_obj->lock);
156 for (i = 0; p_obj->job_id[i] && (jobId != p_obj->job_id[i]); i++)
158 if (!p_obj->job_id[i]) {
165 p_obj->buf_filled_len[i] = p_output->buf_filled_len;
166 if (p_obj->min_out_bufs) {
168 __func__, __LINE__, p_obj->out_filename[i],
171 DUMP_TO_FILE(p_obj->out_filename[i], p_output->buf_vaddr,
181 pthread_cond_signal(&p_obj->cond)
    [all...]
mm_jpegdec_test.c 114 mm_jpegdec_intf_test_t *p_obj = (mm_jpegdec_intf_test_t *)userData; local
124 __func__, __LINE__, p_obj->out_filename,
126 DUMP_TO_FILE(p_obj->out_filename, p_output->buf_vaddr, p_output->buf_filled_len);
131 pthread_cond_signal(&p_obj->cond);
169 int mm_jpegdec_test_read(mm_jpegdec_intf_test_t *p_obj)
174 fp = fopen(p_obj->filename, "rb");
186 p_obj->input.size = file_size;
189 rc = mm_jpegdec_test_alloc(&p_obj->input, p_obj->use_ion);
195 fread(p_obj->input.addr, 1, p_obj->input.size, fp)
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 148 mm_jpeg_intf_test_t *p_obj = (mm_jpeg_intf_test_t *)userData; local
150 pthread_mutex_lock(&p_obj->lock);
156 for (i = 0; p_obj->job_id[i] && (jobId != p_obj->job_id[i]); i++)
158 if (!p_obj->job_id[i]) {
165 p_obj->buf_filled_len[i] = p_output->buf_filled_len;
166 if (p_obj->min_out_bufs) {
168 __func__, __LINE__, p_obj->out_filename[i],
171 DUMP_TO_FILE(p_obj->out_filename[i], p_output->buf_vaddr,
181 pthread_cond_signal(&p_obj->cond)
    [all...]
mm_jpegdec_test.c 114 mm_jpegdec_intf_test_t *p_obj = (mm_jpegdec_intf_test_t *)userData; local
124 __func__, __LINE__, p_obj->out_filename,
126 DUMP_TO_FILE(p_obj->out_filename, p_output->buf_vaddr, p_output->buf_filled_len);
131 pthread_cond_signal(&p_obj->cond);
169 int mm_jpegdec_test_read(mm_jpegdec_intf_test_t *p_obj)
174 fp = fopen(p_obj->filename, "rb");
186 p_obj->input.size = file_size;
189 rc = mm_jpegdec_test_alloc(&p_obj->input, p_obj->use_ion);
195 fread(p_obj->input.addr, 1, p_obj->input.size, fp)
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
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...]
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...]
  /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);
  /device/huawei/angler/camera/mm-image-codec/qomx_core/
qomx_core.c 182 void *p_obj = NULL; local
236 p_obj = (*p_core_comp->get_instance)();
237 ALOGI("%s:%d] get instance pts is %p", __func__, __LINE__, p_obj);
238 if (NULL == p_obj) {
245 p_comp = (*p_core_comp->create_comp_func)(p_obj);
  /device/lge/bullhead/camera/mm-image-codec/qomx_core/
qomx_core.c 182 void *p_obj = NULL; local
236 p_obj = (*p_core_comp->get_instance)();
237 ALOGI("%s:%d] get instance pts is %p", __func__, __LINE__, p_obj);
238 if (NULL == p_obj) {
245 p_comp = (*p_core_comp->create_comp_func)(p_obj);

Completed in 424 milliseconds