Searched refs:client_hdl (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_interface.c93 * @client_hdl: client handle
129 * @client_hdl: client handle
140 static int32_t mm_jpeg_intf_create_session(uint32_t client_hdl, argument
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) argument
248 if (0 == client_hdl) {
[all...]
H A Dmm_jpeg.c228 mm_jpeg_queue_t* queue, uint32_t client_hdl);
1540 p_session->client_hdl,
1781 uint32_t client_hdl = 0; local
1787 return client_hdl;
1799 client_hdl = mm_jpeg_util_generate_handler(idx);
1803 my_obj->clnt_mgr[idx].client_handle = client_hdl;
1814 return client_hdl;
1821 * @client_hdl: client handle
1884 node->enc_info.client_handle = p_session->client_hdl;
1899 * @client_hdl
1964 mm_jpeg_create_session(mm_jpeg_obj *my_obj, uint32_t client_hdl, mm_jpeg_encode_params_t *p_params, uint32_t* p_session_id) argument
2186 mm_jpeg_close(mm_jpeg_obj *my_obj, uint32_t client_hdl) argument
2337 mm_jpeg_queue_remove_job_by_client_id( mm_jpeg_queue_t* queue, uint32_t client_hdl) argument
[all...]
/hardware/qcom/camera/QCamera2/stack/common/
H A Dmm_jpeg_interface.h85 uint32_t client_hdl,
186 int (*create_session)(uint32_t client_hdl,
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h76 uint32_t client_hdl; /* client handler */ member in struct:__anon625
173 uint32_t client_hdl);
175 uint32_t client_hdl,
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraPostProc.h45 uint32_t client_hdl; // handle of jpeg client (obtained when open jpeg) member in struct:qcamera::__anon386
H A DQCamera2HWI.h345 uint32_t client_hdl,
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3PostProc.h52 uint32_t client_hdl; // handle of jpeg client (obtained when open jpeg) member in struct:qcamera::__anon416
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_snapshot.c35 uint32_t client_hdl,
45 if (pme->jpeg_hdl != client_hdl ||
34 jpeg_encode_cb(jpeg_job_status_t status, uint32_t client_hdl, uint32_t jobId, mm_jpeg_output_t *p_buf, void *userData) argument
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
H A Dmm_jpeg_test.c84 uint32_t client_hdl,
83 mm_jpeg_encode_callback(jpeg_job_status_t status, uint32_t client_hdl, uint32_t jobId, mm_jpeg_output_t *p_output, void *userData) argument

Completed in 899 milliseconds