Home
last modified time | relevance | path

Searched refs:InvalidTimestamp (Results 1 – 6 of 6) sorted by relevance

/external/libxcam/xcore/
Dvideo_buffer.h57 explicit VideoBuffer (int64_t timestamp = InvalidTimestamp)
60 explicit VideoBuffer (const VideoBufferInfo &info, int64_t timestamp = InvalidTimestamp)
Dxcam_std.h39 static const int64_t InvalidTimestamp = INT64_C(-1); variable
Ddevice_manager.h52 int64_t timestamp = InvalidTimestamp,
Dx3a_result.h37 int64_t timestamp = XCam::InvalidTimestamp
Dsmart_analysis_handler.cpp132 … _analyzer->post_smart_results (result_list, (buffer ? buffer->timestamp : InvalidTimestamp)); in post_smart_results()
/external/libxcam/modules/ocl/
Dcl_image_handler.cpp101 , _result_timestamp (XCam::InvalidTimestamp) in CLImageHandler()
448 _result_timestamp = (ts != XCam::InvalidTimestamp) ? ts : _result_timestamp; in set_3a_result()