OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SafeList
(Results
1 - 15
of
15
) sorted by null
/external/libxcam/xcore/
safe_list.h
33
class
SafeList
{
37
typedef typename std::list<typename
SafeList
<OBj>::ObjPtr>::iterator ObjIter;
39
SafeList
()
42
~
SafeList
() {
84
typename
SafeList
<OBj>::ObjPtr
85
SafeList
<OBj>::pop (int32_t timeout)
109
SafeList
<OBj>::ObjPtr obj = *_obj_list.begin ();
116
SafeList
<OBj>::push (const
SafeList
<OBj>::ObjPtr &obj)
126
SafeList
<OBj>::erase (const SafeList<OBj>::ObjPtr &obj
[
all
...]
thread_pool.h
79
SafeList
<UserData> _data_queue;
buffer_pool.h
123
SafeList
<BufferData> _buf_list;
image_processor.h
55
typedef
SafeList
<VideoBuffer> VideoBufQueue;
xcam_analyzer.h
56
SafeList
<VideoBuffer> _stats_queue;
device_manager.h
138
SafeList
<XCamMessage> _msg_queue;
image_processor.cpp
95
typedef
SafeList
<X3aResult> ResultQueue;
/external/libxcam/modules/soft/
soft_video_buf_allocator.h
51
SafeList
<BufferPool> _pools;
soft_handler.h
92
SafeList
<Parameters> _params;
/external/libxcam/modules/ocl/
priority_buffer_queue.h
59
: public
SafeList
<PriorityBuffer>
cl_3a_stats_context.h
71
SafeList
<CLBuffer> _stats_cl_buffers;
cl_image_processor.h
90
SafeList
<VideoBuffer> _done_buffer_queue;
cl_bayer_basic_handler.cpp
67
SafeList
<BayerPostData> _stats_process_list;
68
SafeList
<VideoBuffer> _buffer_done_list;
/external/libxcam/wrapper/gstreamer/
main_pipe_manager.h
58
XCam::
SafeList
<XCam::VideoBuffer> _ready_buffers;
main_dev_manager.h
94
XCam::
SafeList
<XCam::VideoBuffer> _ready_buffers;
Completed in 608 milliseconds