Home
last modified time | relevance | path

Searched defs:time_stamp (Results 1 – 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dnullvideoframe.h40 size_t pixel_height, int64 elapsed_time, int64 time_stamp, in Reset()
46 int64 time_stamp) { in InitToBlack()
67 virtual void SetTimeStamp(int64 time_stamp) {} in SetTimeStamp()
87 int64 time_stamp) const { in CreateEmptyFrame()
/external/chromium_org/ppapi/shared_impl/
Dppb_input_event_shared.cc219 PP_TimeTicks time_stamp, in CreateIMEInputEvent()
257 PP_TimeTicks time_stamp, in CreateKeyboardInputEvent()
287 PP_TimeTicks time_stamp, in CreateMouseInputEvent()
316 PP_TimeTicks time_stamp, in CreateWheelInputEvent()
337 PP_TimeTicks time_stamp, in CreateTouchInputEvent()
/external/chromium_org/ppapi/cpp/
Dinput_event.cc98 PP_TimeTicks time_stamp, in MouseInputEvent()
153 PP_TimeTicks time_stamp, in WheelInputEvent()
204 PP_TimeTicks time_stamp, in KeyboardInputEvent()
247 PP_TimeTicks time_stamp, in TouchInputEvent()
305 PP_TimeTicks time_stamp, in IMEInputEvent()
/external/chromium_org/media/audio/mac/
Daudio_synchronized_mac.cc761 const AudioTimeStamp* time_stamp, in HandleInputCallback()
800 const AudioTimeStamp* time_stamp, in HandleVarispeedCallback()
822 const AudioTimeStamp* time_stamp, in HandleOutputCallback()
898 const AudioTimeStamp* time_stamp, in InputProc()
917 const AudioTimeStamp* time_stamp, in VarispeedProc()
936 const AudioTimeStamp* time_stamp, in OutputProc()
Daudio_low_latency_input_mac.cc461 const AudioTimeStamp* time_stamp, in InputProc()
491 const AudioTimeStamp* time_stamp) { in Provide()
/external/chromium_org/ui/events/
Devent.cc146 Event::Event(EventType type, base::TimeDelta time_stamp, int flags) in Event()
255 base::TimeDelta time_stamp, in LocatedEvent()
453 base::TimeDelta time_stamp) in TouchEvent()
467 base::TimeDelta time_stamp, in TouchEvent()
660 base::TimeDelta time_stamp, in ScrollEvent()
691 base::TimeDelta time_stamp, in GestureEvent()
/external/chromium_org/ui/events/test/
Devents_test_utils.h18 void set_time_stamp(base::TimeDelta time_stamp) { in set_time_stamp()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoframe.cc122 int64 elapsed_time, int64 time_stamp, int rotation) { in Init()
155 int64 time_stamp) { in InitToBlack()
165 size_t pixel_height, int64 elapsed_time, int64 time_stamp, int rotation) { in Alias()
284 int64 time_stamp, int rotation) { in Attach()
333 int64 elapsed_time, int64 time_stamp, int rotation) { in Reset()
398 int64 elapsed_time, int64 time_stamp) { in InitToEmptyBuffer()
Dwebrtctexturevideoframe.cc42 int64 time_stamp) in WebRtcTextureVideoFrame()
50 int64 time_stamp) { in InitToBlack()
58 int64 elapsed_time, int64 time_stamp, int rotation) { in Reset()
Dwebrtctexturevideoframe.h71 virtual void SetTimeStamp(int64 time_stamp) { time_stamp_ = time_stamp; } in SetTimeStamp()
Dwebrtcvideoframe.h100 virtual void SetTimeStamp(int64 time_stamp) { time_stamp_ = time_stamp; } in SetTimeStamp()
Dwebrtcvideoframe_unittest.cc270 const int64 time_stamp = INT64_C(0x7FFFFFFFFFFFFFF0); in TEST_WEBRTCVIDEOFRAME() local
/external/chromium_org/content/renderer/pepper/
Dresource_creation_impl.cc150 PP_TimeTicks time_stamp, in CreateIMEInputEvent()
165 PP_TimeTicks time_stamp, in CreateKeyboardInputEvent()
177 PP_TimeTicks time_stamp, in CreateMouseInputEvent()
209 PP_TimeTicks time_stamp, in CreateTouchInputEvent()
295 PP_TimeTicks time_stamp, in CreateWheelInputEvent()
/external/chromium_org/ppapi/thunk/
Dppb_input_event_thunk.cc91 PP_TimeTicks time_stamp, in CreateMouseInputEvent1_0()
110 PP_TimeTicks time_stamp, in CreateMouseInputEvent1_1()
191 PP_TimeTicks time_stamp, in CreateWheelInputEvent()
249 PP_TimeTicks time_stamp, in CreateKeyboardInputEvent()
333 PP_TimeTicks time_stamp, in CreateIMEInputEvent()
438 PP_TimeTicks time_stamp, in CreateTouchInputEvent()
/external/chromium_org/content/browser/geolocation/
Dlocation_api_adapter_android.cc22 jdouble time_stamp, in NewLocationAvailable()
104 double latitude, double longitude, double time_stamp, in OnNewLocationAvailable()
/external/chromium_org/ppapi/proxy/
Dresource_creation_proxy.cc99 PP_TimeTicks time_stamp, in CreateIMEInputEvent()
114 PP_TimeTicks time_stamp, in CreateKeyboardInputEvent()
126 PP_TimeTicks time_stamp, in CreateMouseInputEvent()
140 PP_TimeTicks time_stamp, in CreateTouchInputEvent()
175 PP_TimeTicks time_stamp, in CreateWheelInputEvent()
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c308 int64_t time_stamp) in vp8dx_receive_compressed_data()
418 int vp8dx_get_raw_frame(VP8D_COMP *pbi, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_… in vp8dx_get_raw_frame()
/external/chromium_org/ppapi/cpp/dev/
Dime_input_event_dev.cc54 PP_TimeTicks time_stamp, in IMEInputEvent_Dev()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_onyxd_if.c293 int64_t time_stamp) { in vp9_receive_compressed_data()
425 int64_t *time_stamp, int64_t *time_end_stamp, in vp9_get_raw_frame()
/external/blktrace/btreplay/
Dbtrecord.h36 __u64 time_stamp; member
/external/chromium_org/ui/views/controls/button/
Dcustom_button_unittest.cc44 base::TimeDelta time_stamp = base::TimeDelta::FromMicroseconds(0); in PerformGesture() local
/external/chromium_org/media/cast/net/rtp_sender/rtp_packetizer/
Drtp_packetizer.cc139 Packet* packet, bool marker_bit, uint32 time_stamp) { in BuildCommonRTPheader()
/external/bluetooth/bluedroid/stack/avdt/
Davdt_api.c920 UINT16 AVDT_WriteReqOpt(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp, UINT8 m_pt, tAVDT_DATA_OPT_… in AVDT_WriteReqOpt()
981 UINT16 AVDT_WriteReq(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp, UINT8 m_pt) in AVDT_WriteReq()
1158 UINT32 time_stamp, UINT8 m_pt, UINT8 marker) in AVDT_WriteDataReq()
/external/chromium/chrome/browser/password_manager/
Die7_password.cc39 FILETIME time_stamp; // Timestamp when the password got added. member
/external/chromium_org/components/webdata/encryptor/
Die7_password_win.cc39 FILETIME time_stamp; // Timestamp when the password got added. member

12