Searched refs:prev_frame (Results 1 - 12 of 12) sorted by relevance
/external/opencv/cvaux/src/ |
H A D | cvbgfg_acmmm2003.cpp | 160 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 D | vp9_dthread.c | 162 dst_cm->prev_frame = src_cm->show_existing_frame ? 163 src_cm->prev_frame : src_cm->cur_frame;
|
H A D | vp9_decoder.c | 383 cm->prev_frame = cm->cur_frame;
|
H A D | vp9_decodemv.c | 481 vp9_frameworker_wait(pbi->frame_worker_owner, pbi->common.prev_frame,
|
/external/lldb/include/lldb/Target/ |
H A D | StackFrame.h | 177 UpdateCurrentFrameFromPreviousFrame (StackFrame &prev_frame);
|
/external/lldb/source/Target/ |
H A D | StackFrameList.cpp | 418 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 D | StackFrame.cpp | 1326 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 D | stackwalk_common.cc | 117 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 D | vp9_mvref_common.c | 28 cm->prev_frame->mvs + mi_row * cm->mi_cols + mi_col : NULL;
|
H A D | vp9_onyxc_int.h | 134 RefCntBuffer *prev_frame; member in struct:VP9Common
|
/external/opencv/cvaux/include/ |
H A D | cvaux.h | 1199 CVAPI(int) cvChangeDetection( IplImage* prev_frame, 1306 IplImage* prev_frame; member in struct:CvFGDStatModel
|
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_encoder.c | 3945 cm->prev_frame = cm->cur_frame;
|
Completed in 163 milliseconds