HomeSort by relevance Sort by last modified time
    Searched refs:g_jpeg_obj (Results 1 - 5 of 5) sorted by null

  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 43 static mm_jpeg_obj* g_jpeg_obj = NULL; variable
80 if (NULL == g_jpeg_obj) {
87 rc = mm_jpeg_start_job(g_jpeg_obj, client_hdl, job, jobId);
102 if (NULL == g_jpeg_obj) {
109 rc = mm_jpeg_abort_job(g_jpeg_obj, client_hdl, jobId);
124 if (NULL == g_jpeg_obj) {
131 rc = mm_jpeg_close(g_jpeg_obj, client_hdl);
134 if (0 == g_jpeg_obj->num_clients) {
136 rc = mm_jpeg_deinit(g_jpeg_obj);
137 free(g_jpeg_obj);
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 42 static mm_jpeg_obj* g_jpeg_obj = NULL; variable
115 if (NULL == g_jpeg_obj) {
121 rc = mm_jpeg_start_job(g_jpeg_obj, job, job_id);
152 if (NULL == g_jpeg_obj) {
159 rc = mm_jpeg_create_session(g_jpeg_obj, client_hdl, p_params, p_session_id);
186 if (NULL == g_jpeg_obj) {
193 rc = mm_jpeg_destroy_session_by_id(g_jpeg_obj, session_id);
220 if (NULL == g_jpeg_obj) {
227 rc = mm_jpeg_abort_job(g_jpeg_obj, job_id);
254 if (NULL == g_jpeg_obj) {
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 42 static mm_jpeg_obj* g_jpeg_obj = NULL; variable
115 if (NULL == g_jpeg_obj) {
121 rc = mm_jpeg_start_job(g_jpeg_obj, job, job_id);
152 if (NULL == g_jpeg_obj) {
159 rc = mm_jpeg_create_session(g_jpeg_obj, client_hdl, p_params, p_session_id);
186 if (NULL == g_jpeg_obj) {
193 rc = mm_jpeg_destroy_session_by_id(g_jpeg_obj, session_id);
220 if (NULL == g_jpeg_obj) {
227 rc = mm_jpeg_abort_job(g_jpeg_obj, job_id);
254 if (NULL == g_jpeg_obj) {
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 43 static mm_jpeg_obj* g_jpeg_obj = NULL; variable
117 if (NULL == g_jpeg_obj) {
123 rc = mm_jpeg_start_job(g_jpeg_obj, job, job_id);
154 if (NULL == g_jpeg_obj) {
161 rc = mm_jpeg_create_session(g_jpeg_obj, client_hdl, p_params, p_session_id);
188 if (NULL == g_jpeg_obj) {
195 rc = mm_jpeg_destroy_session_by_id(g_jpeg_obj, session_id);
222 if (NULL == g_jpeg_obj) {
229 rc = mm_jpeg_abort_job(g_jpeg_obj, job_id);
256 if (NULL == g_jpeg_obj) {
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 43 static mm_jpeg_obj* g_jpeg_obj = NULL; variable
109 if (NULL == g_jpeg_obj) {
116 rc = mm_jpeg_start_job(g_jpeg_obj, client_hdl, job, jobId);
131 if (NULL == g_jpeg_obj) {
138 rc = mm_jpeg_abort_job(g_jpeg_obj, client_hdl, jobId);
153 if (NULL == g_jpeg_obj) {
160 rc = mm_jpeg_close(g_jpeg_obj, client_hdl);
161 g_jpeg_obj->num_clients--;
163 if (0 == g_jpeg_obj->num_clients) {
165 rc = mm_jpeg_deinit(g_jpeg_obj);
    [all...]

Completed in 311 milliseconds