Searched refs:g_handler_history_count (Results 1 - 6 of 6) sorted by relevance

/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_interface.c47 static uint16_t g_handler_history_count = 0; /* history count for handler */ variable
66 g_handler_history_count++;
67 if (0 == g_handler_history_count) {
68 g_handler_history_count++;
70 handler = g_handler_history_count;
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_interface.c48 static uint16_t g_handler_history_count = 0; /* history count for handler */ variable
67 g_handler_history_count++;
68 if (0 == g_handler_history_count) {
69 g_handler_history_count++;
71 handler = g_handler_history_count;
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_interface.c48 static uint16_t g_handler_history_count = 0; /* history count for handler */ variable
67 g_handler_history_count++;
68 if (0 == g_handler_history_count) {
69 g_handler_history_count++;
71 handler = g_handler_history_count;
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_interface.c53 static uint16_t g_handler_history_count = 0; /* history count for handler */ variable
70 g_handler_history_count++;
71 if (0 == g_handler_history_count) {
72 g_handler_history_count++;
74 handler = g_handler_history_count;
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_interface.c53 static uint16_t g_handler_history_count = 0; /* history count for handler */ variable
70 g_handler_history_count++;
71 if (0 == g_handler_history_count) {
72 g_handler_history_count++;
74 handler = g_handler_history_count;
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_interface.c55 static uint16_t g_handler_history_count = 0; /* history count for handler */ variable
74 g_handler_history_count++;
75 if (0 == g_handler_history_count) {
76 g_handler_history_count++;
78 handler = g_handler_history_count;

Completed in 141 milliseconds