Home
last modified time | relevance | path

Searched +defs:frame +defs:frame (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/external/opencv3/3rdparty/jinja2/
Dcompiler.py430 def buffer(self, frame): argument
435 def return_buffer_contents(self, frame): argument
459 def start_write(self, frame, node=None): argument
466 def end_write(self, frame): argument
471 def simple_write(self, s, frame, node=None): argument
477 def blockvisit(self, nodes, frame): argument
519 def signature(self, node, frame, extra_kwargs=None): argument
572 def pull_locals(self, frame): argument
590 def unoptimize_scope(self, frame): argument
602 def push_scope(self, frame, extra_vars=()): argument
[all …]
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java66 …public void execute(MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subrout… in execute()
633 private void evalArrayLoad(Type expectedComponent, Frame frame) throws BadBytecode { in evalArrayLoad()
661 private void evalArrayStore(Type expectedComponent, Frame frame) throws BadBytecode { in evalArrayStore()
694 private void evalBinaryMath(Type expected, Frame frame) throws BadBytecode { in evalBinaryMath()
703 private void evalGetField(int opcode, int index, Frame frame) throws BadBytecode { in evalGetField()
715 private void evalInvokeIntfMethod(int opcode, int index, Frame frame) throws BadBytecode { in evalInvokeIntfMethod()
729 simplePush(zeroExtend(returnType), frame); in evalInvokeIntfMethod() local
732 private void evalInvokeMethod(int opcode, int index, Frame frame) throws BadBytecode { in evalInvokeMethod()
747 simplePush(zeroExtend(returnType), frame); in evalInvokeMethod() local
751 private void evalLDC(int index, Frame frame) throws BadBytecode { in evalLDC()
[all …]
DFrame.java151 Frame frame = new Frame(locals.length, stack.length); in copy() local
165 Frame frame = new Frame(locals.length, stack.length); in copyStack() local
178 public boolean mergeStack(Frame frame) { in mergeStack()
208 public boolean merge(Frame frame) { in merge()
/external/webrtc/webrtc/modules/utility/source/
Daudio_frame_operations.cc25 int AudioFrameOperations::MonoToStereo(AudioFrame* frame) { in MonoToStereo()
51 int AudioFrameOperations::StereoToMono(AudioFrame* frame) { in StereoToMono()
62 void AudioFrameOperations::SwapStereoChannels(AudioFrame* frame) { in SwapStereoChannels()
72 void AudioFrameOperations::Mute(AudioFrame& frame) { in Mute()
77 int AudioFrameOperations::Scale(float left, float right, AudioFrame& frame) { in Scale()
91 int AudioFrameOperations::ScaleWithSat(float scale, AudioFrame& frame) { in ScaleWithSat()
/external/webrtc/webrtc/modules/video_coding/
Ddecoding_state_unittest.cc32 VCMFrameBuffer frame; in TEST() local
165 VCMFrameBuffer frame; in TEST() local
211 VCMFrameBuffer frame; in TEST() local
364 VCMFrameBuffer frame; in TEST() local
399 VCMFrameBuffer frame; in TEST() local
418 VCMFrameBuffer frame; in TEST() local
451 VCMFrameBuffer frame; in TEST() local
494 VCMFrameBuffer frame; in TEST() local
549 VCMFrameBuffer frame; in TEST() local
/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/
Dmain.cpp67 Mat frame; in cvMain() local
102 void cvFilterColor(Mat &frame) in cvFilterColor()
117 void cvFilterCanny(Mat &frame) in cvFilterCanny()
128 void cvDetectFaces(Mat &frame) in cvDetectFaces()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DFramesTest.java88 FrameStruct frame = (FrameStruct )e.nextElement(); in testFrames005() local
142 FrameStruct frame = (FrameStruct )e.nextElement(); in testFrames004() local
197 FrameStruct frame = (FrameStruct )e.nextElement(); in testFrames003() local
258 FrameStruct frame = (FrameStruct )e.nextElement(); in testFrames002() local
284 FrameStruct frame = (FrameStruct )e.nextElement(); in testFrames002() local
353 FrameStruct frame = (FrameStruct )e.nextElement(); in testFrames001() local
381 FrameStruct frame = (FrameStruct )e.nextElement(); in testFrames001() local
/external/compiler-rt/test/asan/TestCases/
Dstack-oob-frames.cc15 NOINLINE static void Frame0(int frame, char *a, char *b, char *c) { in Frame0()
26 NOINLINE static void Frame1(int frame, char *a, char *b) { in Frame1()
30 NOINLINE static void Frame2(int frame, char *a) { in Frame2()
34 NOINLINE static void Frame3(int frame) { in Frame3()
/external/webrtc/webrtc/tools/agc/
Dtest_utils.cc29 void ApplyGainLinear(float gain, float last_gain, AudioFrame* frame) { in ApplyGainLinear()
43 void ApplyGain(float gain_db, float last_gain_db, AudioFrame* frame) { in ApplyGain()
48 AudioFrame* frame) { in SimulateMic()
57 AudioFrame* frame) { in SimulateMic()
/external/opencv3/modules/cudacodec/perf/
Dperf_video.cpp80 cv::cuda::GpuMat frame; variable
91 cv::Mat frame; variable
118 cv::Mat frame; variable
/external/google-breakpad/src/processor/
Dstackwalker_arm64.cc66 StackFrameARM64* frame = new StackFrameARM64(); in GetContextFrame() local
105 scoped_ptr<StackFrameARM64> frame(new StackFrameARM64()); in GetCallerByCFIFrameInfo() local
173 StackFrameARM64* frame = new StackFrameARM64(); in GetCallerByStackScan() local
210 StackFrameARM64* frame = new StackFrameARM64(); in GetCallerByFramePointer() local
235 scoped_ptr<StackFrameARM64> frame; in GetCallerFrame() local
Dstackwalker_arm.cc67 StackFrameARM* frame = new StackFrameARM(); in GetContextFrame() local
105 scoped_ptr<StackFrameARM> frame(new StackFrameARM()); in GetCallerByCFIFrameInfo() local
182 StackFrameARM* frame = new StackFrameARM(); in GetCallerByStackScan() local
224 StackFrameARM* frame = new StackFrameARM(); in GetCallerByFramePointer() local
249 scoped_ptr<StackFrameARM> frame; in GetCallerFrame() local
Dstack_frame_symbolizer.cc59 StackFrame* frame) { in FillSourceLineInfo()
129 const StackFrame* frame) { in FindWindowsFrameInfo()
134 const StackFrame* frame) { in FindCFIFrameInfo()
Dstackwalker_amd64.cc116 StackFrameAMD64* frame = new StackFrameAMD64(); in GetContextFrame() local
133 scoped_ptr<StackFrameAMD64> frame(new StackFrameAMD64()); in GetCallerByCFIFrameInfo() local
181 StackFrameAMD64* frame = new StackFrameAMD64(); in GetCallerByFramePointerRecovery() local
210 StackFrameAMD64* frame = new StackFrameAMD64(); in GetCallerByStackScan() local
/external/opencv3/modules/superres/perf/
Dperf_superres.cpp59 explicit OneFrameSource_CPU(const Mat& frame) : frame_(frame) {} in OneFrameSource_CPU()
61 void nextFrame(OutputArray frame) in nextFrame()
77 explicit OneFrameSource_CUDA(const GpuMat& frame) : frame_(frame) {} in OneFrameSource_CUDA()
79 void nextFrame(OutputArray frame) in nextFrame()
129 Mat frame(size, type); in PERF_TEST_P() local
190 Mat frame(size, type); in OCL_PERF_TEST_P() local
/external/v8/test/mjsunit/
Ddebug-evaluate-locals.js44 function checkFrame0(frame) { argument
67 function checkFrame1(frame) { argument
91 function checkFrame2(frame) { argument
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java58 final int probeId, final IFrame frame) { in visitJumpInsnWithProbe()
112 final Label dflt, final Label[] labels, final IFrame frame) { in visitTableSwitchInsnWithProbes()
126 final int[] keys, final Label[] labels, final IFrame frame) { in visitLookupSwitchInsnWithProbes()
162 private void insertIntermediateProbe(final Label label, final IFrame frame) { in insertIntermediateProbe()
174 final Label[] labels, final IFrame frame) { in insertIntermediateProbes()
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dexternal_media_test.cc59 webrtc::AudioFrame frame; in TEST_F() local
80 webrtc::AudioFrame frame; in TEST_F() local
95 webrtc::AudioFrame frame; in TEST_F() local
114 webrtc::AudioFrame frame; in TEST_F() local
/external/webrtc/webrtc/common_video/
Di420_video_frame_unittest.cc30 VideoFrame frame; in TEST() local
36 VideoFrame frame; in TEST() local
42 VideoFrame frame; in TEST() local
56 VideoFrame frame; in TEST() local
174 VideoFrame frame; in TEST() local
218 VideoFrame frame; in TEST() local
245 VideoFrame frame = test::FakeNativeHandle::CreateFrame( in TEST() local
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DMethodProbesVisitor.java76 final int probeId, final IFrame frame) { in visitJumpInsnWithProbe()
121 final Label dflt, final Label[] labels, final IFrame frame) { in visitTableSwitchInsnWithProbes()
147 final int[] keys, final Label[] labels, final IFrame frame) { in visitLookupSwitchInsnWithProbes()
/external/webrtc/webrtc/modules/desktop_capture/
Dcropped_desktop_frame.cc27 CreateCroppedDesktopFrame(DesktopFrame* frame, const DesktopRect& rect) { in CreateCroppedDesktopFrame()
36 CroppedDesktopFrame::CroppedDesktopFrame(DesktopFrame* frame, in CroppedDesktopFrame()
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h76 bool LoadFrameNoRepeat(T* frame) { in LoadFrameNoRepeat()
89 T* frame) { in LoadFrame()
100 T* frame) { in LoadFrame()
109 T* frame) { in LoadFrame()
120 T* frame) { in LoadFrame()
139 T* frame) { in LoadFrame()
151 T* frame) { in LoadFrame()
185 const cricket::VideoFrame& frame) { in DumpFrame()
290 T* frame) { in ConvertYuv422()
330 T* frame) { in ConvertRgb()
[all …]
/external/opencv3/modules/videostab/src/
Dstabilizer.cpp115 Mat frame = frameSource_->nextFrame(); in doOneIteration() local
237 Mat StabilizerBase::postProcessFrame(const Mat &frame) in postProcessFrame()
303 Mat OnePassStabilizer::postProcessFrame(const Mat &frame) in postProcessFrame()
382 Mat prevFrame, frame; in runPrePassIfNecessary() local
498 Mat TwoPassStabilizer::postProcessFrame(const Mat &frame) in postProcessFrame()
/external/webrtc/webrtc/modules/video_processing/
Dvideo_processing_impl.cc43 void VideoProcessing::GetFrameStats(const VideoFrame& frame, in GetFrameStats()
88 void VideoProcessing::Brighten(int delta, VideoFrame* frame) { in Brighten()
108 int32_t VideoProcessingImpl::Deflickering(VideoFrame* frame, in Deflickering()
114 int32_t VideoProcessingImpl::BrightnessDetection(const VideoFrame& frame, in BrightnessDetection()
164 const VideoFrame& frame) { in PreprocessFrame()
/external/v8/src/compiler/
Djs-frame-specialization.h24 JSFrameSpecialization(JavaScriptFrame const* frame, JSGraph* jsgraph) in JSFrameSpecialization()
35 JavaScriptFrame const* frame() const { return frame_; } in frame() function

12345678910>>...25