HomeSort by relevance Sort by last modified time
    Searched refs:drop_frame (Results 1 - 17 of 17) 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 680 bool drop_frame = false; local
684 (*iter)->OnFrame(kDummyVideoSsrc, video_frame, &drop_frame);
685 if (drop_frame) {
videocapturer_unittest.cc 62 bool* drop_frame) {
72 bool* drop_frame) {
    [all...]
videoengine_unittest.h 123 uint32 ssrc, cricket::VideoFrame* frame, bool* drop_frame) {
124 T::SignalMediaFrame(ssrc, frame, drop_frame);
    [all...]
  /bionic/libc/kernel/uapi/sound/
hdspm.h 80 drop_frame, enumerator in enum:hdspm_ltc_frame
  /external/kernel-headers/original/uapi/sound/
hdspm.h 96 drop_frame, enumerator in enum:hdspm_ltc_frame
  /external/chromium_org/remoting/host/
video_frame_recorder.cc 233 scoped_ptr<webrtc::DesktopFrame> drop_frame(recorded_frames_.front());
235 content_bytes_ -= FrameContentSize(drop_frame.get());
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ratectrl.c     [all...]
onyx_int.h 443 int drop_frame; /* Drop this frame? */ member in struct:VP8_COMP
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c     [all...]
onyx_int.h 446 int drop_frame; /* Drop this frame? */ member in struct:VP8_COMP
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c     [all...]
onyx_int.h 446 int drop_frame; /* Drop this frame? */ member in struct:VP8_COMP
onyx_if.c     [all...]

Completed in 622 milliseconds