Searched refs:drop_frame (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoprocessor.h42 // 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;
H A Dfakemediaprocessor.h53 virtual void OnFrame(uint32 ssrc, VideoFrame* frame_ptr, bool* drop_frame) { argument
56 *drop_frame = true;
H A Dvideocapturer.cc680 bool drop_frame = false; local
684 (*iter)->OnFrame(kDummyVideoSsrc, video_frame, &drop_frame);
685 if (drop_frame) {
H A Dvideocapturer_unittest.cc62 bool* drop_frame) {
72 bool* drop_frame) {
61 OnFrame(uint32 , cricket::VideoFrame* frame, bool* drop_frame) argument
71 OnFrame(uint32 , cricket::VideoFrame* frame, bool* drop_frame) argument
H A Dvideoengine_unittest.h123 uint32 ssrc, cricket::VideoFrame* frame, bool* drop_frame) {
124 T::SignalMediaFrame(ssrc, frame, drop_frame);
122 TriggerMediaFrame( uint32 ssrc, cricket::VideoFrame* frame, bool* drop_frame) argument
/external/kernel-headers/original/uapi/sound/
H A Dhdspm.h96 drop_frame, enumerator in enum:hdspm_ltc_frame
/external/chromium_org/remoting/host/
H A Dvideo_frame_recorder.cc233 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/
H A Dratectrl.c944 cpi->drop_frame = 1;
971 (cpi->frames_till_gf_update_due == 0) && !cpi->drop_frame)
1548 if (cpi->drop_frame)
1550 cpi->drop_frame = 0;
H A Donyx_int.h443 int drop_frame; /* Drop this frame? */ member in struct:VP8_COMP
H A Donyx_if.c1993 cpi->drop_frame = 0;
3786 /*TODO: 2 drop_frame and return code could be put together. */
/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c944 cpi->drop_frame = 1;
971 (cpi->frames_till_gf_update_due == 0) && !cpi->drop_frame)
1548 if (cpi->drop_frame)
1550 cpi->drop_frame = 0;
H A Donyx_int.h446 int drop_frame; /* Drop this frame? */ member in struct:VP8_COMP
H A Donyx_if.c1946 cpi->drop_frame = 0;
3605 /*TODO: 2 drop_frame and return code could be put together. */

Completed in 5208 milliseconds