Searched defs:set_timestamp (Results 1 - 11 of 11) sorted by path

/external/chromium_org/media/base/
H A Daudio_buffer.h104 void set_timestamp(base::TimeDelta timestamp) { timestamp_ = timestamp; } function in class:media::AudioBuffer
H A Ddata_buffer.h47 void set_timestamp(const base::TimeDelta& timestamp) { function in class:media::DataBuffer
H A Ddecoder_buffer.cc91 void DecoderBuffer::set_timestamp(base::TimeDelta timestamp) { function in class:media::DecoderBuffer
H A Dstream_parser_buffer.cc27 copied_buffer->set_timestamp(buffer.timestamp());
145 set_timestamp(first_splice_buffer->timestamp());
190 preroll_buffer_->set_timestamp(timestamp());
198 void StreamParserBuffer::set_timestamp(base::TimeDelta timestamp) { function in class:media::StreamParserBuffer
199 DecoderBuffer::set_timestamp(timestamp);
201 preroll_buffer_->set_timestamp(timestamp);
H A Dvideo_frame.h294 void set_timestamp(const base::TimeDelta& timestamp) { function in class:media::VideoFrame
/external/chromium_org/net/quic/crypto/
H A Dsource_address_token.h121 void set_timestamp(int64 timestamp) { function in class:net::SourceAddressToken
/external/chromium_org/ppapi/cpp/private/
H A Dvideo_frame_private.h65 void set_timestamp(PP_TimeTicks timestamp) { function in class:pp::VideoFrame_Private
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp90 void set_timestamp(uint64 timestamp) { timestamp_ = timestamp; } function in class:mkvmuxer::Frame
/external/chromium_org/third_party/webrtc/
H A Dvideo_frame.h112 virtual void set_timestamp(uint32_t timestamp) { timestamp_ = timestamp; } function in class:webrtc::I420VideoFrame
/external/chromium_org/ui/message_center/
H A Dnotification.h105 void set_timestamp(const base::Time& timestamp) { function in class:message_center::Notification
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp91 void set_timestamp(uint64 timestamp) { timestamp_ = timestamp; } function in class:mkvmuxer::Frame

Completed in 6692 milliseconds