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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoprocessor.h 42 // that the current frame should be dropped. If *drop_frame is true,
45 // *drop_frame = true and the frame will be dropped.
46 virtual void OnFrame(uint32 ssrc, VideoFrame* frame, bool* drop_frame) = 0;
fakemediaprocessor.h 53 virtual void OnFrame(uint32 ssrc, VideoFrame* frame_ptr, bool* drop_frame) {
56 *drop_frame = true;
videocapturer.cc 538 bool drop_frame = false; local
542 (*iter)->OnFrame(kDummyVideoSsrc, video_frame, &drop_frame);
543 if (drop_frame) {
videocapturer_unittest.cc 40 bool* drop_frame) {
50 bool* drop_frame) {
videoengine_unittest.h 114 uint32 ssrc, cricket::VideoFrame* frame, bool* drop_frame) {
115 T::SignalMediaFrame(ssrc, frame, drop_frame);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c     [all...]
onyx_int.h 442 int drop_frame; /* Drop this frame? */ member in struct:VP8_COMP
onyx_if.c     [all...]

Completed in 300 milliseconds