HomeSort by relevance Sort by last modified time
    Searched refs:client_hdl (Results 1 - 25 of 57) sorted by null

1 2 3

  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec_interface.c 48 * @client_hdl: client handle
84 * @client_hdl: client handle
95 static int32_t mm_jpegdec_intf_create_session(uint32_t client_hdl,
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)
203 if (0 == client_hdl) {
    [all...]
mm_jpeg_interface.c 97 * @client_hdl: client handle
133 * @client_hdl: client handle
144 static int32_t mm_jpeg_intf_create_session(uint32_t client_hdl,
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)
252 if (0 == client_hdl) {
    [all...]
mm_jpegdec.c 707 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,
    [all...]
mm_jpeg.c 2010 uint32_t client_hdl = 0; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec_interface.c 48 * @client_hdl: client handle
84 * @client_hdl: client handle
95 static int32_t mm_jpegdec_intf_create_session(uint32_t client_hdl,
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)
203 if (0 == client_hdl) {
    [all...]
mm_jpeg_interface.c 97 * @client_hdl: client handle
133 * @client_hdl: client handle
144 static int32_t mm_jpeg_intf_create_session(uint32_t client_hdl,
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)
252 if (0 == client_hdl) {
    [all...]
mm_jpegdec.c 707 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,
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 95 * @client_hdl: client handle
131 * @client_hdl: client handle
142 static int32_t mm_jpeg_intf_create_session(uint32_t client_hdl,
148 if (0 == client_hdl || NULL == p_params || NULL == p_session_id) {
149 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
161 rc = mm_jpeg_create_session(g_jpeg_obj, client_hdl, p_params, p_session_id);
183 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
237 * @client_hdl: client handle
246 static int32_t mm_jpeg_intf_close(uint32_t client_hdl)
250 if (0 == client_hdl) {
    [all...]
mm_jpegdec_interface.c 51 * @client_hdl: client handle
87 * @client_hdl: client handle
98 static int32_t mm_jpegdec_intf_create_session(uint32_t client_hdl,
104 if (0 == client_hdl || NULL == p_params || NULL == p_session_id) {
105 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
117 rc = mm_jpegdec_create_session(g_jpegdec_obj, client_hdl, p_params, p_session_id);
139 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
193 * @client_hdl: client handle
202 static int32_t mm_jpegdec_intf_close(uint32_t client_hdl)
206 if (0 == client_hdl) {
    [all...]
mm_jpegdec.c 717 p_session->client_hdl,
734 * @client_hdl: client handle
797 node->dec_info.client_handle = p_session->client_hdl;
812 * @client_hdl: client handle
824 uint32_t client_hdl,
843 clnt_idx = mm_jpeg_util_get_index_by_handler(client_hdl);
845 CDBG_ERROR("%s: invalid client with handler (%d)", __func__, client_hdl);
866 p_session->client_hdl = client_hdl;
1001 p_session->client_hdl,
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 96 * @client_hdl: client handle
132 * @client_hdl: client handle
143 static int32_t mm_jpeg_intf_create_session(uint32_t client_hdl,
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)
251 if (0 == client_hdl) {
    [all...]
mm_jpegdec_interface.c 45 * @client_hdl: client handle
81 * @client_hdl: client handle
92 static int32_t mm_jpegdec_intf_create_session(uint32_t client_hdl,
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)
200 if (0 == client_hdl) {
    [all...]
mm_jpegdec.c 700 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,
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_interface.h 172 uint32_t client_hdl,
200 int32_t (* start_job) (uint32_t client_hdl, mm_jpeg_job* job, uint32_t* jobId);
203 int32_t (* abort_job) (uint32_t client_hdl, uint32_t jobId);
mm_jpeg.h 71 uint32_t client_hdl; /* client handler */ member in struct:__anon5729
143 uint32_t client_hdl,
147 uint32_t client_hdl,
150 uint32_t client_hdl);
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 97 static int32_t mm_jpeg_intf_start_job(uint32_t client_hdl, mm_jpeg_job* job, uint32_t* jobId)
101 if (0 == client_hdl ||
104 CDBG_ERROR("%s: invalid parameters for client_hdl, job or jobId", __func__);
116 rc = mm_jpeg_start_job(g_jpeg_obj, client_hdl, job, jobId);
121 static int32_t mm_jpeg_intf_abort_job(uint32_t client_hdl, uint32_t jobId)
125 if (0 == client_hdl || 0 == jobId) {
126 CDBG_ERROR("%s: invalid client_hdl or jobId", __func__);
138 rc = mm_jpeg_abort_job(g_jpeg_obj, client_hdl, jobId);
143 static int32_t mm_jpeg_intf_close(uint32_t client_hdl)
147 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);
706 job_entry->client_hdl,
924 uint32_t client_hdl = 0; local
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
mm_jpeg_interface.h 100 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/
mm_jpeg_interface.h 100 uint32_t client_hdl,
281 int (*create_session)(uint32_t client_hdl,
299 int (*create_session)(uint32_t client_hdl,
  /device/moto/shamu/camera/QCamera2/stack/common/
mm_jpeg_interface.h 89 uint32_t client_hdl,
268 int (*create_session)(uint32_t client_hdl,
286 int (*create_session)(uint32_t client_hdl,
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 269 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/
mm_jpeg.h 269 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/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 263 uint32_t client_hdl; /* client handler */ member in struct:mm_jpeg_job_session
407 uint32_t client_hdl);
409 uint32_t client_hdl,
424 uint32_t client_hdl,
470 mm_jpeg_queue_t* queue, uint32_t client_hdl);
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 275 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);
  /hardware/qcom/camera/QCamera2/stack/common/
mm_jpeg_interface.h 133 uint32_t client_hdl,
350 int (*create_session)(uint32_t client_hdl,
369 int (*create_session)(uint32_t client_hdl,

Completed in 265 milliseconds

1 2 3