HomeSort by relevance Sort by last modified time
    Searched refs:first_frame (Results 1 - 23 of 23) sorted by null

  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 136 cvCreateGaussianBGModel( IplImage* first_frame, CvGaussBGStatModelParams* parameters )
166 if( !CV_IS_IMAGE(first_frame) )
167 CV_ERROR( CV_StsBadArg, "Invalid or NULL first_frame parameter" );
179 ((first_frame->width*first_frame->height) + 256)));
181 CV_CALL( bg_model->background = cvCreateImage(cvSize(first_frame->width,
182 first_frame->height), IPL_DEPTH_8U, first_frame->nChannels));
183 CV_CALL( bg_model->foreground = cvCreateImage(cvSize(first_frame->width,
184 first_frame->height), IPL_DEPTH_8U, 1))
    [all...]
cvbgfg_acmmm2003.cpp 75 // first_frame - frame from video sequence
79 cvCreateFGDStatModel( IplImage* first_frame, CvFGDStatModelParams* parameters )
90 if( !CV_IS_IMAGE(first_frame) )
91 CV_ERROR( CV_StsBadArg, "Invalid or NULL first_frame parameter" );
93 if (first_frame->nChannels != 3)
94 CV_ERROR( CV_StsBadArg, "first_frame must have 3 color channels" );
132 pixel_count = first_frame->width * first_frame->height;
146 for( i = 0, k = 0; i < first_frame->height; i++ ) {
147 for( j = 0; j < first_frame->width; j++, k++
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
yuvframescapturer.h 49 void ReadFrame(bool first_frame);
yuvframescapturer.cc 151 void YuvFramesCapturer::ReadFrame(bool first_frame) {
153 if (!first_frame) {
filevideocapturer.h 128 bool ReadFrame(bool first_frame, int* wait_time_ms);
filevideocapturer.cc 312 bool FileVideoCapturer::ReadFrame(bool first_frame, int* wait_time_ms) {
316 if (!first_frame) {
367 if (!first_frame && !ignore_framerate_) {
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives_unittest.cc 45 Frame first_frame(0, kFrameLength);
53 frames.push_back(&first_frame);
  /external/lldb/source/Plugins/Process/Utility/
UnwindMacOSXFrameBackchain.cpp 91 StackFrame *first_frame = exe_ctx.GetFramePtr(); local
140 SymbolContext first_frame_sc (first_frame->GetSymbolContext(resolve_scope));
154 if (first_frame->GetFrameCodeAddress() == addr_range_ptr->GetBaseAddress())
194 StackFrame *first_frame = exe_ctx.GetFramePtr();
239 SymbolContext first_frame_sc(first_frame->GetSymbolContext(resolve_scope));
253 if (first_frame->GetFrameCodeAddress() == addr_range_ptr->GetBaseAddress())
  /external/lldb/include/lldb/Target/
StackFrameList.h 88 uint32_t first_frame,
Thread.h 898 uint32_t first_frame,
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
rendering_stats_unittest.py 78 def AddMainThreadRenderingStats(mock_timer, thread, first_frame,
83 first_frame: Is this the first frame within the bounds of an action?
105 if not first_frame:
118 def AddImplThreadRenderingStats(mock_timer, thread, first_frame,
123 first_frame: Is this the first frame within the bounds of an action?
145 if not first_frame:
  /external/lldb/source/Target/
StackFrameList.cpp 863 uint32_t first_frame,
881 last_frame = first_frame + num_frames;
    [all...]
Thread.cpp     [all...]
  /external/chromium_org/third_party/libwebp/demux/
demux.c 844 const Frame* const first_frame,
850 GetFragment(first_frame, fragment_num, &num_fragments);
854 assert(first_frame != NULL);
856 iter->frame_num = first_frame->frame_num_;
    [all...]
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.cc 70 bool first_frame = i == 0; local
73 frames[i], max_plaintext_size - packet_size, first_frame, last_frame,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c 2718 FIRSTPASS_STATS first_frame; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 2718 FIRSTPASS_STATS first_frame; local
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_decoder.c 367 int first_frame = decoded_samples == 0; local
369 lost_flag, first_frame, &dec, pcm_ptr, &silk_frame_size );
  /external/libopus/src/
opus_decoder.c 367 int first_frame = decoded_samples == 0; local
369 lost_flag, first_frame, &dec, pcm_ptr, &silk_frame_size );
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /external/chromium_org/net/quic/
quic_framer.cc 276 bool first_frame,
293 if (!first_frame) {
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_firstpass.c 1875 const FIRSTPASS_STATS first_frame = *this_frame; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 1903 const FIRSTPASS_STATS first_frame = *this_frame; local
    [all...]

Completed in 693 milliseconds