/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 | 628 bool drop_frame = false; local 632 (*iter)->OnFrame(kDummyVideoSsrc, video_frame, &drop_frame); 633 if (drop_frame) {
|
videocapturer_unittest.cc | 40 bool* drop_frame) { 50 bool* drop_frame) {
|
videoengine_unittest.h | 122 uint32 ssrc, cricket::VideoFrame* frame, bool* drop_frame) { 123 T::SignalMediaFrame(ssrc, frame, drop_frame); [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
onyx_int.h | 442 int drop_frame; /* Drop this frame? */ member in struct:VP8_COMP
|
ratectrl.c | [all...] |
onyx_if.c | [all...] |