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

  /external/chromium_org/media/filters/
video_frame_scheduler_impl.cc 32 pending_frames_.push(PendingFrame(frame, wall_ticks, done_cb));
64 std::list<PendingFrame> expired_frames;
86 VideoFrameSchedulerImpl::PendingFrame::PendingFrame(
93 VideoFrameSchedulerImpl::PendingFrame::~PendingFrame() {
96 bool VideoFrameSchedulerImpl::PendingFrame::operator<(
97 const PendingFrame& other) const {
video_frame_scheduler_impl.h 53 struct PendingFrame {
54 PendingFrame(const scoped_refptr<VideoFrame>& frame,
57 ~PendingFrame();
60 bool operator<(const PendingFrame& other) const;
66 typedef std::priority_queue<PendingFrame> PendingFrameQueue;
  /external/chromium_org/content/renderer/pepper/
video_decoder_shim.cc 49 struct VideoDecoderShim::PendingFrame {
50 explicit PendingFrame(uint32_t decode_id);
51 PendingFrame(uint32_t decode_id,
54 ~PendingFrame();
63 DISALLOW_COPY_AND_ASSIGN(PendingFrame);
66 VideoDecoderShim::PendingFrame::PendingFrame(uint32_t decode_id)
70 VideoDecoderShim::PendingFrame::PendingFrame(uint32_t decode_id,
79 VideoDecoderShim::PendingFrame::~PendingFrame()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFrameModel.js 272 this._framePendingCommit = new WebInspector.PendingFrame();
462 this._framePendingCommit = new WebInspector.PendingFrame();
675 WebInspector.PendingFrame = function()

Completed in 585 milliseconds