Home
last modified time | relevance | path

Searched refs:num_ongoing_jobs (Results 1 – 4 of 4) sorted by relevance

/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/
Dmm_jpeg.c780 uint32_t num_ongoing_jobs = 0; in mm_jpeg_jobmgr_thread() local
796 num_ongoing_jobs = mm_jpeg_queue_get_size(&my_obj->ongoing_job_q); in mm_jpeg_jobmgr_thread()
797 if (num_ongoing_jobs >= NUM_MAX_JPEG_CNCURRENT_JOBS) { in mm_jpeg_jobmgr_thread()
798 CDBG("%s: ongoing job already reach max %d", __func__, num_ongoing_jobs); in mm_jpeg_jobmgr_thread()
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c1729 uint32_t num_ongoing_jobs = 0; in mm_jpeg_jobmgr_thread() local
1746 num_ongoing_jobs = mm_jpeg_queue_get_size(&my_obj->ongoing_job_q); in mm_jpeg_jobmgr_thread()
1749 __LINE__, num_ongoing_jobs, MM_JPEG_CONCURRENT_SESSIONS_COUNT); in mm_jpeg_jobmgr_thread()
1750 if (num_ongoing_jobs >= MM_JPEG_CONCURRENT_SESSIONS_COUNT) { in mm_jpeg_jobmgr_thread()
1752 __LINE__, num_ongoing_jobs); in mm_jpeg_jobmgr_thread()
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c1729 uint32_t num_ongoing_jobs = 0; in mm_jpeg_jobmgr_thread() local
1746 num_ongoing_jobs = mm_jpeg_queue_get_size(&my_obj->ongoing_job_q); in mm_jpeg_jobmgr_thread()
1749 __LINE__, num_ongoing_jobs, MM_JPEG_CONCURRENT_SESSIONS_COUNT); in mm_jpeg_jobmgr_thread()
1750 if (num_ongoing_jobs >= MM_JPEG_CONCURRENT_SESSIONS_COUNT) { in mm_jpeg_jobmgr_thread()
1752 __LINE__, num_ongoing_jobs); in mm_jpeg_jobmgr_thread()
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c1618 uint32_t num_ongoing_jobs = 0; in mm_jpeg_jobmgr_thread() local
1635 num_ongoing_jobs = mm_jpeg_queue_get_size(&my_obj->ongoing_job_q); in mm_jpeg_jobmgr_thread()
1636 if (num_ongoing_jobs >= NUM_MAX_JPEG_CNCURRENT_JOBS) { in mm_jpeg_jobmgr_thread()
1638 __LINE__, num_ongoing_jobs); in mm_jpeg_jobmgr_thread()