/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/ |
mm_jpeg_interface.c | 68 static int32_t mm_jpeg_intf_start_job(uint32_t client_hdl, mm_jpeg_job* job, uint32_t* jobId) 72 if (0 == client_hdl || 75 CDBG_ERROR("%s: invalid parameters for client_hdl, job or jobId", __func__); 87 rc = mm_jpeg_start_job(g_jpeg_obj, client_hdl, job, jobId); 92 static int32_t mm_jpeg_intf_abort_job(uint32_t client_hdl, uint32_t jobId) 96 if (0 == client_hdl || 0 == jobId) { 97 CDBG_ERROR("%s: invalid client_hdl or jobId", __func__); 109 rc = mm_jpeg_abort_job(g_jpeg_obj, client_hdl, jobId); 114 static int32_t mm_jpeg_intf_close(uint32_t client_hdl) 118 if (0 == client_hdl) { [all...] |
mm_jpeg.c | 69 mm_jpeg_job_q_node_t* mm_jpeg_queue_remove_job_by_client_id(mm_jpeg_queue_t* queue, uint32_t client_hdl); 610 job_entry->client_hdl, 826 uint32_t client_hdl = 0; local 831 return client_hdl; 843 client_hdl = mm_jpeg_util_generate_handler(idx); 847 my_obj->clnt_mgr[idx].client_handle = client_hdl; 853 return client_hdl; 857 uint32_t client_hdl, 869 clnt_idx = mm_jpeg_util_get_index_by_handler(client_hdl); 871 CDBG_ERROR("%s: invalid client with handler (%d)", __func__, client_hdl); [all...] |
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg_interface.c | 93 * @client_hdl: client handle 129 * @client_hdl: client handle 140 static int32_t mm_jpeg_intf_create_session(uint32_t client_hdl, 146 if (0 == client_hdl || NULL == p_params || NULL == p_session_id) { 147 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__); 159 rc = mm_jpeg_create_session(g_jpeg_obj, client_hdl, p_params, p_session_id); 181 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__); 235 * @client_hdl: client handle 244 static int32_t mm_jpeg_intf_close(uint32_t client_hdl) 248 if (0 == client_hdl) { [all...] |
mm_jpeg.c | 227 mm_jpeg_queue_t* queue, uint32_t client_hdl); 1734 uint32_t client_hdl = 0; local [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg_interface.c | 93 * @client_hdl: client handle 129 * @client_hdl: client handle 140 static int32_t mm_jpeg_intf_create_session(uint32_t client_hdl, 146 if (0 == client_hdl || NULL == p_params || NULL == p_session_id) { 147 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__); 159 rc = mm_jpeg_create_session(g_jpeg_obj, client_hdl, p_params, p_session_id); 181 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__); 235 * @client_hdl: client handle 244 static int32_t mm_jpeg_intf_close(uint32_t client_hdl) 248 if (0 == client_hdl) { [all...] |
mm_jpeg.c | 228 mm_jpeg_queue_t* queue, uint32_t client_hdl); 1781 uint32_t client_hdl = 0; local [all...] |
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 71 uint32_t client_hdl; /* client handler */ member in struct:__anon2156 142 uint32_t client_hdl, 146 uint32_t client_hdl, 149 uint32_t client_hdl);
|
mm_jpeg_interface.h | 164 uint32_t client_hdl, 192 int32_t (* start_job) (uint32_t client_hdl, mm_jpeg_job* job, uint32_t* jobId); 195 int32_t (* abort_job) (uint32_t client_hdl, uint32_t jobId);
|
/device/asus/flo/camera/QCamera2/stack/common/ |
mm_jpeg_interface.h | 81 uint32_t client_hdl, 174 int (*create_session)(uint32_t client_hdl,
|
/hardware/qcom/camera/QCamera2/stack/common/ |
mm_jpeg_interface.h | 85 uint32_t client_hdl, 186 int (*create_session)(uint32_t client_hdl,
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 76 uint32_t client_hdl; /* client handler */ member in struct:__anon1814 172 uint32_t client_hdl); 174 uint32_t client_hdl,
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 76 uint32_t client_hdl; /* client handler */ member in struct:__anon31442 173 uint32_t client_hdl); 175 uint32_t client_hdl,
|
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraPostProc.h | 45 uint32_t client_hdl; // handle of jpeg client (obtained when open jpeg) member in struct:qcamera::__anon1587
|
QCamera2HWI.h | 345 uint32_t client_hdl,
|
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3PostProc.h | 52 uint32_t client_hdl; // handle of jpeg client (obtained when open jpeg) member in struct:qcamera::__anon1615
|
QCamera3Channel.h | 226 uint32_t /*client_hdl*/,
|
QCamera3Channel.cpp | 827 * @client_hdl: jpeg client handle 835 uint32_t /*client_hdl*/, [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraPostProc.h | 45 uint32_t client_hdl; // handle of jpeg client (obtained when open jpeg) member in struct:qcamera::__anon31203
|
QCamera2HWI.h | 345 uint32_t client_hdl,
|
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3PostProc.h | 52 uint32_t client_hdl; // handle of jpeg client (obtained when open jpeg) member in struct:qcamera::__anon31233
|
QCamera3Channel.h | 226 uint32_t /*client_hdl*/,
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_snapshot.c | 35 uint32_t client_hdl, 45 if (pme->jpeg_hdl != client_hdl ||
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_snapshot.c | 35 uint32_t client_hdl, 45 if (pme->jpeg_hdl != client_hdl ||
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpeg_test.c | 84 uint32_t client_hdl,
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpeg_test.c | 84 uint32_t client_hdl,
|