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

  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 46 static uint16_t g_handler_history_count = 0; /* history count for handler */ variable
65 g_handler_history_count++;
66 if (0 == g_handler_history_count) {
67 g_handler_history_count++;
69 handler = g_handler_history_count;
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 47 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;
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 47 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/
mm_jpeg_interface.c 48 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/
mm_jpeg_interface.c 48 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/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 46 static uint16_t g_handler_history_count = 0; /* history count for handler */ variable
82 g_handler_history_count++;
83 if (0 == g_handler_history_count) {
84 g_handler_history_count++;
86 handler = g_handler_history_count;
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 53 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;
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 53 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;
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_interface.c 51 static uint16_t g_handler_history_count = 0; /* history count for handler */ variable
63 g_handler_history_count++;
64 if (0 == g_handler_history_count) {
65 g_handler_history_count++;
67 handler = g_handler_history_count;
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 53 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;
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 55 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;
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 55 static uint8_t g_handler_history_count = 0; /* history count for handler */ variable
87 g_handler_history_count++;
88 if (0 == g_handler_history_count) {
89 g_handler_history_count++;
91 handler = g_handler_history_count;
    [all...]

Completed in 3672 milliseconds