Home
last modified time | relevance | path

Searched defs:fifo_queue (Results 1 – 5 of 5) sorted by relevance

/device/lge/hammerhead/camera/
DQCamera_Intf.h855 struct fifo_queue struct
857 int num_of_frames;
858 struct fifo_node *front;
859 struct fifo_node *back;
860 pthread_mutex_t mut;
861 pthread_cond_t wait;
862 char* name;
/device/moto/shamu/camera/
DQCamera_Intf.h855 struct fifo_queue struct
857 int num_of_frames;
858 struct fifo_node *front;
859 struct fifo_node *back;
860 pthread_mutex_t mut;
861 pthread_cond_t wait;
862 char* name;
/device/asus/flo/camera/
DQCamera_Intf.h855 struct fifo_queue struct
857 int num_of_frames;
858 struct fifo_node *front;
859 struct fifo_node *back;
860 pthread_mutex_t mut;
861 pthread_cond_t wait;
862 char* name;
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCamera_Intf.h816 struct fifo_queue struct
818 int num_of_frames;
819 struct fifo_node *front;
820 struct fifo_node *back;
821 pthread_mutex_t mut;
822 pthread_cond_t wait;
823 char* name;
/device/lge/mako/camera/
DQCamera_Intf.h878 struct fifo_queue struct
880 int num_of_frames;
881 struct fifo_node *front;
882 struct fifo_node *back;
883 pthread_mutex_t mut;
884 pthread_cond_t wait;
885 char* name;