HomeSort by relevance Sort by last modified time
    Searched defs:set_timestamp (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/media/base/
decoder_buffer.cc 91 void DecoderBuffer::set_timestamp(base::TimeDelta timestamp) { function in class:media::DecoderBuffer
data_buffer.h 47 void set_timestamp(const base::TimeDelta& timestamp) { function in class:media::DataBuffer
stream_parser_buffer.cc 27 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);
audio_buffer.h 104 void set_timestamp(base::TimeDelta timestamp) { timestamp_ = timestamp; } function in class:media::AudioBuffer
video_frame.h 294 void set_timestamp(const base::TimeDelta& timestamp) { function in class:media::VideoFrame
  /external/chromium_org/ppapi/cpp/private/
video_frame_private.h 65 void set_timestamp(PP_TimeTicks timestamp) { function in class:pp::VideoFrame_Private
  /external/chromium_org/net/quic/crypto/
source_address_token.h 121 void set_timestamp(int64 timestamp) { function in class:net::SourceAddressToken
  /external/chromium_org/third_party/webrtc/
video_frame.h 112 virtual void set_timestamp(uint32_t timestamp) { timestamp_ = timestamp; } function in class:webrtc::I420VideoFrame
  /external/chromium_org/ui/message_center/
notification.h 105 void set_timestamp(const base::Time& timestamp) { function in class:message_center::Notification
  /hardware/libhardware/include/hardware/
camera.h 95 int (*set_timestamp)(struct preview_stream_ops *w, int64_t timestamp); member in struct:preview_stream_ops
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 91 void set_timestamp(uint64 timestamp) { timestamp_ = timestamp; } function in class:mkvmuxer::Frame
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 91 void set_timestamp(uint64 timestamp) { timestamp_ = timestamp; } function in class:mkvmuxer::Frame
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.hpp 90 void set_timestamp(uint64 timestamp) { timestamp_ = timestamp; } function in class:mkvmuxer::Frame
    [all...]

Completed in 1052 milliseconds