Home
last modified time | relevance | path

Searched refs:set_timestamp (Results 1 – 8 of 8) sorted by relevance

/hardware/bsp/intel/peripheral/sensors/mraa/
DUtils.hpp33 void set_timestamp(struct timespec *out, int64_t target_ns);
DUtils.cpp34 void set_timestamp(struct timespec *out, int64_t target_ns) in set_timestamp() function
DAcquisitionThread.cpp76 set_timestamp(&target_time, timestamp); in acquisitionRoutine()
/hardware/libhardware/include/hardware/
Dcamera.h95 int (*set_timestamp)(struct preview_stream_ops *w, int64_t timestamp); member
/hardware/bsp/intel/peripheral/light/mraa/
Dlights.c150 void set_timestamp(struct timespec *out, int64_t target_ns) in set_timestamp() function
210 set_timestamp(&target_time, timestamp); in flash_routine()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxer.hpp91 void set_timestamp(uint64 timestamp) { timestamp_ = timestamp; } in set_timestamp() function in mkvmuxer::Frame
Dmkvmuxer.cpp2407 new_frame->set_timestamp(timestamp); in AddFrame()
2473 new_frame->set_timestamp(timestamp); in AddFrameWithAdditional()
2540 new_frame->set_timestamp(timestamp); in AddFrameWithDiscardPadding()
/hardware/qcom/camera/QCamera2/HAL/
DQCameraMem.cpp1834 err = mWindow->set_timestamp(mWindow, timeStamp); in enqueueBuffer()