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

  /external/chromium_org/media/filters/
decoder_stream.h 174 StatisticsCB statistics_cb_; member in class:media::DecoderStream
video_renderer_impl.h 115 // Drops the next frame from |ready_frames_| and runs |statistics_cb_|.
126 // Runs |statistics_cb_| with |frames_decoded_| and |frames_dropped_|, resets
207 StatisticsCB statistics_cb_; member in class:media::VideoRendererImpl
225 // last call to |statistics_cb_|. These must be accessed under lock.
video_renderer_impl.cc 90 statistics_cb_.Reset();
169 statistics_cb_ = statistics_cb;
521 statistics_cb_.Run(statistics);
decoder_stream.cc 73 statistics_cb_ = statistics_cb;
352 StreamTraits::ReportStatistics(statistics_cb_, buffer_size);

Completed in 96 milliseconds