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

  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 48 !pme->current_job_frames) {
62 for (i = 0; i < pme->current_job_frames->num_bufs; i++) {
63 if (MM_CAMERA_OK != pme->cam->ops->qbuf(pme->current_job_frames->camera_handle,
64 pme->current_job_frames->ch_id,
65 pme->current_job_frames->bufs[i])) {
68 mm_app_cache_ops((mm_camera_app_meminfo_t *) pme->current_job_frames->bufs[i]->mem_info,
73 free(pme->current_job_frames);
74 pme->current_job_frames = NULL;
89 test_obj->current_job_frames =
91 if (!test_obj->current_job_frames) {
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 217 mm_camera_super_buf_t* current_job_frames; member in struct:__anon3477

Completed in 191 milliseconds