HomeSort by relevance Sort by last modified time
    Searched refs:first_frame (Results 1 - 15 of 15) 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...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
e_pv_amrwbdec.h 118 int16 first_frame; member in struct:__anon19298
pvamrwbdecoder.cpp 193 dec_state->first_frame = 1;
517 if (st->first_frame != 0)
519 st->first_frame = 0;
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
cod_main.h 66 Word16 first_frame; member in struct:__anon19302
  /external/webp/src/demux/
demux.c 776 const Frame* const first_frame,
782 GetFragment(first_frame, fragment_num, &num_fragments);
786 assert(first_frame != NULL);
788 iter->frame_num = first_frame->frame_num_;
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 249 uint first_frame; /* a flag for the first frame */ member in struct:tagAVCRateControl
rate_control.cpp 64 if (rateCtrl->first_frame)
841 rateCtrl->first_frame = 0; // reset here after we encode the first frame.
    [all...]
init.cpp 530 rateCtrl->first_frame = 1; /* set this flag for the first time */
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 2711 FIRSTPASS_STATS first_frame; local
    [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 89 cod_state->first_frame = 1;
643 if (st->first_frame != 0)
645 st->first_frame = 0;
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 763 int first_frame; member in class:omx_vdec
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 461 first_frame(0),
    [all...]
omx_vdec_copper.cpp 481 first_frame(0),
    [all...]

Completed in 680 milliseconds