Searched refs:prev_frame (Results 1 - 12 of 12) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvbgfg_acmmm2003.cpp160 CV_CALL( p_model->prev_frame = cvCloneImage(first_frame));
204 cvReleaseImage( &model->prev_frame );
215 // prev_frame -
219 cvChangeDetection( IplImage* prev_frame, argument
226 if( !prev_frame
229 || prev_frame->nChannels != 3
232 || prev_frame->depth != IPL_DEPTH_8U
235 || prev_frame->width != curr_frame->width
236 || prev_frame->height != curr_frame->height
237 || prev_frame
333 IplImage* prev_frame = model->prev_frame; local
[all...]
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_dthread.c162 dst_cm->prev_frame = src_cm->show_existing_frame ?
163 src_cm->prev_frame : src_cm->cur_frame;
H A Dvp9_decoder.c383 cm->prev_frame = cm->cur_frame;
H A Dvp9_decodemv.c481 vp9_frameworker_wait(pbi->frame_worker_owner, pbi->common.prev_frame,
/external/lldb/include/lldb/Target/
H A DStackFrame.h177 UpdateCurrentFrameFromPreviousFrame (StackFrame &prev_frame);
/external/lldb/source/Target/
H A DStackFrameList.cpp418 StackFrame *prev_frame = prev_frame_sp.get(); local
420 if (curr_frame == NULL || prev_frame == NULL)
424 if (curr_frame->GetStackID() != prev_frame->GetStackID())
427 prev_frame->UpdatePreviousFrameFromCurrentFrame (*curr_frame);
431 //curr_frame->UpdateCurrentFrameFromPreviousFrame (*prev_frame);
H A DStackFrame.cpp1326 StackFrame::UpdateCurrentFrameFromPreviousFrame (StackFrame &prev_frame) argument
1328 assert (GetStackID() == prev_frame.GetStackID()); // TODO: remove this after some testing
1329 m_variable_list_sp = prev_frame.m_variable_list_sp;
1330 m_variable_list_value_objects.Swap (prev_frame.m_variable_list_value_objects);
/external/google-breakpad/src/processor/
H A Dstackwalk_common.cc117 const StackFrame *prev_frame,
129 static_cast<const StackFrameX86*>(prev_frame);
140 static_cast<const StackFrameAMD64*>(prev_frame);
151 static_cast<const StackFrameARM*>(prev_frame);
162 static_cast<const StackFrameARM64*>(prev_frame);
115 PrintStackContents(const std::string &indent, const StackFrame *frame, const StackFrame *prev_frame, const std::string &cpu, const MemoryRegion *memory, const CodeModules* modules, SourceLineResolverInterface *resolver) argument
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mvref_common.c28 cm->prev_frame->mvs + mi_row * cm->mi_cols + mi_col : NULL;
H A Dvp9_onyxc_int.h134 RefCntBuffer *prev_frame; member in struct:VP9Common
/external/opencv/cvaux/include/
H A Dcvaux.h1199 CVAPI(int) cvChangeDetection( IplImage* prev_frame,
1306 IplImage* prev_frame; member in struct:CvFGDStatModel
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.c3945 cm->prev_frame = cm->cur_frame;

Completed in 163 milliseconds