OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InvalidTimestamp
(Results
1 - 6
of
6
) sorted by null
/external/libxcam/xcore/
xcam_std.h
39
static const int64_t
InvalidTimestamp
= INT64_C(-1);
video_buffer.h
57
explicit VideoBuffer (int64_t timestamp =
InvalidTimestamp
)
60
explicit VideoBuffer (const VideoBufferInfo &info, int64_t timestamp =
InvalidTimestamp
)
device_manager.h
52
int64_t timestamp =
InvalidTimestamp
,
x3a_result.h
37
int64_t timestamp = XCam::
InvalidTimestamp
smart_analysis_handler.cpp
132
_analyzer->post_smart_results (result_list, (buffer ? buffer->timestamp :
InvalidTimestamp
));
/external/libxcam/modules/ocl/
cl_image_handler.cpp
101
, _result_timestamp (XCam::
InvalidTimestamp
)
448
_result_timestamp = (ts != XCam::
InvalidTimestamp
) ? ts : _result_timestamp;
Completed in 491 milliseconds