Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c3727 uint32_t lq_job_id; in mm_jpeg_queue_remove_job_by_job_id() local
3743 lq_job_id = data->dec_info.job_id; in mm_jpeg_queue_remove_job_by_job_id()
3745 lq_job_id = data->enc_info.job_id; in mm_jpeg_queue_remove_job_by_job_id()
3748 if (data && (lq_job_id == job_id)) { in mm_jpeg_queue_remove_job_by_job_id()