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

1 2

  /device/google/marlin/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...]
mm_jpeg.c 2276 uint32_t client_hdl = 0; local
    [all...]
  /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...]
mm_jpeg.c 2010 uint32_t client_hdl = 0; local
    [all...]
  /hardware/qcom/camera/msm8998/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/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/google/marlin/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);
  /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);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 275 uint32_t client_hdl; /* client handler */ member in struct:mm_jpeg_job_session
446 uint32_t client_hdl);
448 uint32_t client_hdl,
463 uint32_t client_hdl,
511 mm_jpeg_queue_t* queue, uint32_t client_hdl);
  /device/google/marlin/camera/QCamera2/stack/common/
mm_jpeg_interface.h 137 uint32_t client_hdl,
377 int (*create_session)(uint32_t client_hdl,
396 int (*create_session)(uint32_t client_hdl,
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
mm_jpeg_interface.h 140 uint32_t client_hdl,
380 int (*create_session)(uint32_t client_hdl,
399 int (*create_session)(uint32_t client_hdl,
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3PostProc.h 63 uint32_t client_hdl; // handle of jpeg client (obtained when open jpeg) member in struct:qcamera::__anon3503
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraPostProc.h 47 uint32_t client_hdl; // handle of jpeg client (obtained when open jpeg) member in struct:qcamera::__anon4099

Completed in 1504 milliseconds

1 2