Home
last modified time | relevance | path

Searched defs:current_frame (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
Dscreen_capture_frame_queue.h54 SharedDesktopFrame* current_frame() const { in current_frame() function
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.cc131 const DesktopFrame* current_frame = queue_.current_frame(); in Capture() local
394 DesktopFrame* current_frame = queue_.current_frame(); in OnCaptured() local
Dscreen_capturer_win_gdi.cc96 const DesktopFrame* current_frame = queue_.current_frame(); in Capture() local
/external/flac/libFLAC/
Dogg_encoder_aspect.c111 …pect, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, FLAC__boo… in FLAC__ogg_encoder_aspect_write_callback_wrapper()
Dstream_encoder.c4309 …oder, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *cli… in file_write_callback_()
/external/chromium_org/ui/views/controls/
Dthrobber.cc80 const int current_frame = in OnPaint() local
/external/chromium_org/media/filters/
Daudio_file_reader.cc125 int current_frame = 0; in Read() local
/external/chromium_org/cc/surfaces/
Ddisplay.cc108 CompositorFrame* current_frame = current_surface_->GetEligibleFrame(); in Draw() local
/external/chromium_org/content/renderer/
Dsavable_resources.cc105 void GetAllSavableResourceLinksForFrame(WebFrame* current_frame, in GetAllSavableResourceLinksForFrame()
Dhistory_entry.cc63 RenderFrameImpl* current_frame) { in CloneAndReplace()
Ddom_serializer_browsertest.cc72 WebFrame* current_frame = stack.back(); in FindSubFrameByURL() local
/external/chromium_org/content/browser/speech/
Daudio_encoder.cc51 unsigned current_frame, in WriteCallback()
/external/qemu/android/camera/
Dcamera-capture-mac.m98 CVImageBufferRef current_frame; field
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc115 void OveruseDetector::TimeDeltas(const FrameSample& current_frame, in TimeDeltas()
/external/chromium_org/v8/src/arm64/
Ddeoptimizer-arm64.cc263 Register current_frame = x2; in Generate() local
/external/chromium_org/components/autofill/content/renderer/
Dpassword_autofill_agent.cc641 const blink::WebFrame* current_frame) { in CurrentOrChildFrameWithSavedForms()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp1594 StackFrame *current_frame = thread.GetStackFrameAtIndex(0).get(); in GetStepThroughTrampolinePlan() local
/external/srec/srec/crec/
Dsrec.c654 static void reset_cost_offsets(multi_srec* rec, frameID current_frame, in reset_cost_offsets()
/external/opencv/cvaux/include/
Dcvaux.h1186 CV_INLINE int cvUpdateBGStatModel( IplImage* current_frame, CvBGStatModel* bg_model ) in cvUpdateBGStatModel()