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

12

/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_interface.c96 * @client_hdl: client handle
132 * @client_hdl: client handle
143 static int32_t mm_jpeg_intf_create_session(uint32_t client_hdl, argument
149 if (0 == client_hdl || NULL == p_params || NULL == p_session_id) {
150 LOGE("invalid client_hdl or jobId");
162 rc = mm_jpeg_create_session(g_jpeg_obj, client_hdl, p_params, p_session_id);
184 LOGE("invalid client_hdl or jobId");
238 * @client_hdl: client handle
247 static int32_t mm_jpeg_intf_close(uint32_t client_hdl) argument
251 if (0 == client_hdl) {
[all...]
H A Dmm_jpegdec_interface.c45 * @client_hdl: client handle
81 * @client_hdl: client handle
92 static int32_t mm_jpegdec_intf_create_session(uint32_t client_hdl, argument
98 if (0 == client_hdl || NULL == p_params || NULL == p_session_id) {
99 LOGE("invalid client_hdl or jobId");
111 rc = mm_jpegdec_create_session(g_jpegdec_obj, client_hdl, p_params, p_session_id);
133 LOGE("invalid client_hdl or jobId");
187 * @client_hdl: client handle
196 static int32_t mm_jpegdec_intf_close(uint32_t client_hdl) argument
200 if (0 == client_hdl) {
[all...]
H A Dmm_jpegdec.c700 p_session->client_hdl,
717 * @client_hdl: client handle
781 node->dec_info.client_handle = p_session->client_hdl;
797 * @client_hdl: client handle
809 uint32_t client_hdl,
828 clnt_idx = mm_jpeg_util_get_index_by_handler(client_hdl);
830 LOGE("invalid client with handler (%d)", client_hdl);
852 p_session->client_hdl = client_hdl;
982 p_session->client_hdl,
808 mm_jpegdec_create_session(mm_jpeg_obj *my_obj, uint32_t client_hdl, mm_jpeg_decode_params_t *p_params, uint32_t* p_session_id) argument
[all...]
H A Dmm_jpeg.c1900 p_session->client_hdl,
2276 uint32_t client_hdl = 0; local
2282 return client_hdl;
2294 client_hdl = mm_jpeg_util_generate_handler(idx);
2298 my_obj->clnt_mgr[idx].client_handle = client_hdl;
2309 return client_hdl;
2316 * @client_hdl: client handle
2432 node->enc_info.client_handle = p_session->client_hdl;
2455 * @client_hdl: client handle
2539 * @client_hdl
2550 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
2995 mm_jpeg_close(mm_jpeg_obj *my_obj, uint32_t client_hdl) argument
3159 mm_jpeg_queue_remove_job_by_client_id( mm_jpeg_queue_t* queue, uint32_t client_hdl) argument
[all...]
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpegdec_interface.c48 * @client_hdl: client handle
84 * @client_hdl: client handle
95 static int32_t mm_jpegdec_intf_create_session(uint32_t client_hdl, argument
101 if (0 == client_hdl || NULL == p_params || NULL == p_session_id) {
102 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
114 rc = mm_jpegdec_create_session(g_jpegdec_obj, client_hdl, p_params, p_session_id);
136 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
190 * @client_hdl: client handle
199 static int32_t mm_jpegdec_intf_close(uint32_t client_hdl) argument
203 if (0 == client_hdl) {
[all...]
H A Dmm_jpeg_interface.c97 * @client_hdl: client handle
133 * @client_hdl: client handle
144 static int32_t mm_jpeg_intf_create_session(uint32_t client_hdl, argument
150 if (0 == client_hdl || NULL == p_params || NULL == p_session_id) {
151 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
163 rc = mm_jpeg_create_session(g_jpeg_obj, client_hdl, p_params, p_session_id);
185 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
239 * @client_hdl: client handle
248 static int32_t mm_jpeg_intf_close(uint32_t client_hdl) argument
252 if (0 == client_hdl) {
[all...]
H A Dmm_jpegdec.c707 p_session->client_hdl,
724 * @client_hdl: client handle
788 node->dec_info.client_handle = p_session->client_hdl;
804 * @client_hdl: client handle
816 uint32_t client_hdl,
835 clnt_idx = mm_jpeg_util_get_index_by_handler(client_hdl);
837 CDBG_ERROR("%s: invalid client with handler (%d)", __func__, client_hdl);
859 p_session->client_hdl = client_hdl;
989 p_session->client_hdl,
815 mm_jpegdec_create_session(mm_jpeg_obj *my_obj, uint32_t client_hdl, mm_jpeg_decode_params_t *p_params, uint32_t* p_session_id) argument
[all...]
H A Dmm_jpeg.c1697 p_session->client_hdl,
2010 uint32_t client_hdl = 0; local
2016 return client_hdl;
2028 client_hdl = mm_jpeg_util_generate_handler(idx);
2032 my_obj->clnt_mgr[idx].client_handle = client_hdl;
2043 return client_hdl;
2050 * @client_hdl: client handle
2123 node->enc_info.client_handle = p_session->client_hdl;
2145 * @client_hdl: client handle
2231 * @client_hdl
2242 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
2684 mm_jpeg_close(mm_jpeg_obj *my_obj, uint32_t client_hdl) argument
2857 mm_jpeg_queue_remove_job_by_client_id( mm_jpeg_queue_t* queue, uint32_t client_hdl) argument
[all...]
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpegdec_interface.c48 * @client_hdl: client handle
84 * @client_hdl: client handle
95 static int32_t mm_jpegdec_intf_create_session(uint32_t client_hdl, argument
101 if (0 == client_hdl || NULL == p_params || NULL == p_session_id) {
102 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
114 rc = mm_jpegdec_create_session(g_jpegdec_obj, client_hdl, p_params, p_session_id);
136 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
190 * @client_hdl: client handle
199 static int32_t mm_jpegdec_intf_close(uint32_t client_hdl) argument
203 if (0 == client_hdl) {
[all...]
H A Dmm_jpeg_interface.c97 * @client_hdl: client handle
133 * @client_hdl: client handle
144 static int32_t mm_jpeg_intf_create_session(uint32_t client_hdl, argument
150 if (0 == client_hdl || NULL == p_params || NULL == p_session_id) {
151 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
163 rc = mm_jpeg_create_session(g_jpeg_obj, client_hdl, p_params, p_session_id);
185 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
239 * @client_hdl: client handle
248 static int32_t mm_jpeg_intf_close(uint32_t client_hdl) argument
252 if (0 == client_hdl) {
[all...]
H A Dmm_jpegdec.c707 p_session->client_hdl,
724 * @client_hdl: client handle
788 node->dec_info.client_handle = p_session->client_hdl;
804 * @client_hdl: client handle
816 uint32_t client_hdl,
835 clnt_idx = mm_jpeg_util_get_index_by_handler(client_hdl);
837 CDBG_ERROR("%s: invalid client with handler (%d)", __func__, client_hdl);
859 p_session->client_hdl = client_hdl;
989 p_session->client_hdl,
815 mm_jpegdec_create_session(mm_jpeg_obj *my_obj, uint32_t client_hdl, mm_jpeg_decode_params_t *p_params, uint32_t* p_session_id) argument
[all...]
H A Dmm_jpeg.c1697 p_session->client_hdl,
2010 uint32_t client_hdl = 0; local
2016 return client_hdl;
2028 client_hdl = mm_jpeg_util_generate_handler(idx);
2032 my_obj->clnt_mgr[idx].client_handle = client_hdl;
2043 return client_hdl;
2050 * @client_hdl: client handle
2123 node->enc_info.client_handle = p_session->client_hdl;
2145 * @client_hdl: client handle
2230 * @client_hdl
2241 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
2683 mm_jpeg_close(mm_jpeg_obj *my_obj, uint32_t client_hdl) argument
2856 mm_jpeg_queue_remove_job_by_client_id( mm_jpeg_queue_t* queue, uint32_t client_hdl) argument
[all...]
/device/huawei/angler/camera/QCamera2/stack/common/
H A Dmm_jpeg_interface.h100 uint32_t client_hdl,
281 int (*create_session)(uint32_t client_hdl,
299 int (*create_session)(uint32_t client_hdl,
/device/lge/bullhead/camera/QCamera2/stack/common/
H A Dmm_jpeg_interface.h100 uint32_t client_hdl,
281 int (*create_session)(uint32_t client_hdl,
299 int (*create_session)(uint32_t client_hdl,
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h275 uint32_t client_hdl; /* client handler */ member in struct:mm_jpeg_job_session
430 uint32_t client_hdl);
432 uint32_t client_hdl,
447 uint32_t client_hdl,
495 mm_jpeg_queue_t* queue, uint32_t client_hdl);
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h269 uint32_t client_hdl; /* client handler */ member in struct:mm_jpeg_job_session
416 uint32_t client_hdl);
418 uint32_t client_hdl,
433 uint32_t client_hdl,
481 mm_jpeg_queue_t* queue, uint32_t client_hdl);
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h269 uint32_t client_hdl; /* client handler */ member in struct:mm_jpeg_job_session
416 uint32_t client_hdl);
418 uint32_t client_hdl,
433 uint32_t client_hdl,
481 mm_jpeg_queue_t* queue, uint32_t client_hdl);
/device/google/marlin/camera/QCamera2/stack/common/
H A Dmm_jpeg_interface.h133 uint32_t client_hdl,
350 int (*create_session)(uint32_t client_hdl,
369 int (*create_session)(uint32_t client_hdl,
/device/google/marlin/camera/QCamera2/HAL3/
H A DQCamera3PostProc.h63 uint32_t client_hdl; // handle of jpeg client (obtained when open jpeg) member in struct:qcamera::__anon522
/device/huawei/angler/camera/QCamera2/HAL3/
H A DQCamera3PostProc.h65 uint32_t client_hdl; // handle of jpeg client (obtained when open jpeg) member in struct:qcamera::__anon1423
/device/lge/bullhead/camera/QCamera2/HAL3/
H A DQCamera3PostProc.h65 uint32_t client_hdl; // handle of jpeg client (obtained when open jpeg) member in struct:qcamera::__anon1975
/device/google/marlin/camera/QCamera2/HAL/
H A DQCameraPostProc.h51 uint32_t client_hdl; // handle of jpeg client (obtained when open jpeg) member in struct:qcamera::__anon477
/device/huawei/angler/camera/QCamera2/HAL/
H A DQCameraPostProc.h47 uint32_t client_hdl; // handle of jpeg client (obtained when open jpeg) member in struct:qcamera::__anon1382
/device/lge/bullhead/camera/QCamera2/HAL/
H A DQCameraPostProc.h47 uint32_t client_hdl; // handle of jpeg client (obtained when open jpeg) member in struct:qcamera::__anon1934
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_snapshot.c36 uint32_t client_hdl,
46 if (pme->jpeg_hdl != client_hdl ||
35 jpeg_encode_cb(jpeg_job_status_t status, uint32_t client_hdl, uint32_t jobId, mm_jpeg_output_t *p_buf, void *userData) argument

Completed in 278 milliseconds

12