HomeSort by relevance Sort by last modified time
    Searched refs:SetTimestamp (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/ppapi/cpp/
video_frame.h 49 void SetTimestamp(PP_TimeDelta timestamp);
audio_buffer.h 48 void SetTimestamp(PP_TimeDelta timestamp);
audio_buffer.cc 42 void AudioBuffer::SetTimestamp(PP_TimeDelta timestamp) {
44 get_interface<PPB_AudioBuffer_0_1>()->SetTimestamp(pp_resource(),
video_frame.cc 42 void VideoFrame::SetTimestamp(PP_TimeDelta timestamp) {
44 get_interface<PPB_VideoFrame_0_1>()->SetTimestamp(pp_resource(), timestamp);
  /external/chromium_org/ppapi/thunk/
ppb_audio_buffer_api.h 21 virtual void SetTimestamp(PP_TimeDelta timestamp) = 0;
ppb_video_frame_api.h 21 virtual void SetTimestamp(PP_TimeDelta timestamp) = 0;
ppb_video_frame_thunk.cc 33 void SetTimestamp(PP_Resource frame, PP_TimeDelta timestamp) {
34 VLOG(4) << "PPB_VideoFrame::SetTimestamp()";
38 enter.object()->SetTimestamp(timestamp);
76 &SetTimestamp,
ppb_audio_buffer_thunk.cc 33 void SetTimestamp(PP_Resource buffer, PP_TimeDelta timestamp) {
34 VLOG(4) << "PPB_AudioBuffer::SetTimestamp()";
38 enter.object()->SetTimestamp(timestamp);
92 &SetTimestamp,
  /external/chromium_org/components/sessions/
serialized_navigation_entry_test_helper.h 54 static void SetTimestamp(base::Time timestamp,
serialized_navigation_entry_test_helper.cc 79 void SerializedNavigationEntryTestHelper::SetTimestamp(
  /external/chromium_org/ppapi/c/
ppb_video_frame.h 91 void (*SetTimestamp)(PP_Resource frame, PP_TimeDelta timestamp);
ppb_audio_buffer.h 91 void (*SetTimestamp)(PP_Resource buffer, PP_TimeDelta timestamp);
  /external/chromium_org/ppapi/proxy/
video_frame_resource.h 32 virtual void SetTimestamp(PP_TimeDelta timestamp) OVERRIDE;
audio_buffer_resource.h 35 virtual void SetTimestamp(PP_TimeDelta timestamp) OVERRIDE;
audio_buffer_resource.cc 40 void AudioBufferResource::SetTimestamp(PP_TimeDelta timestamp) {
video_frame_resource.cc 39 void VideoFrameResource::SetTimestamp(PP_TimeDelta timestamp) {
  /external/chromium_org/ppapi/api/
ppb_video_frame.idl 78 void SetTimestamp([in] PP_Resource frame, [in] PP_TimeDelta timestamp);
ppb_audio_buffer.idl 75 void SetTimestamp([in] PP_Resource buffer, [in] PP_TimeDelta timestamp);
  /external/chromium_org/media/cast/rtp_receiver/rtp_parser/test/
rtp_packet_builder.h 24 void SetTimestamp(uint32 timestamp);
rtp_packet_builder.cc 42 void RtpPacketBuilder::SetTimestamp(uint32 timestamp) {
  /external/chromium_org/content/common/input/
synthetic_web_input_event_builders.h 75 void SetTimestamp(base::TimeDelta timestamp);
  /external/chromium_org/media/cdm/ppapi/
cdm_helpers.h 105 virtual void SetTimestamp(int64_t timestamp) OVERRIDE {
154 virtual void SetTimestamp(int64_t timestamp) OVERRIDE {
  /external/chromium_org/content/public/browser/
navigation_entry.h 179 virtual void SetTimestamp(base::Time timestamp) = 0;
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
fake_cdm_video_decoder.cc 80 decoded_frame->SetTimestamp(timestamp);
  /external/chromium_org/android_webview/native/
state_serializer_unittest.cc 68 entry->SetTimestamp(timestamp);

Completed in 2308 milliseconds

1 2