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

1 2

  /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/
filevideocapturer.h 128 bool ReadFrame(bool first_frame, int* wait_time_ms);
filevideocapturer.cc 295 bool FileVideoCapturer::ReadFrame(bool first_frame, int* wait_time_ms) {
299 if (!first_frame) {
350 if (!first_frame && !ignore_framerate_) {
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
e_pv_amrwbdec.h 118 int16 first_frame; member in struct:__anon31464
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:__anon31468
  /external/chromium_org/net/quic/
quic_framer.h 258 const QuicFrame& frame, size_t free_bytes, bool first_frame);
quic_framer.cc 206 const QuicFrame& frame, size_t free_bytes, bool first_frame) {
220 if (!first_frame) {
    [all...]
  /external/chromium_org/third_party/libwebp/demux/
demux.c 819 const Frame* const first_frame,
825 GetFragment(first_frame, fragment_num, &num_fragments);
829 assert(first_frame != NULL);
831 iter->frame_num = first_frame->frame_num_;
  /external/webp/src/demux/
demux.c 819 const Frame* const first_frame,
825 GetFragment(first_frame, fragment_num, &num_fragments);
829 assert(first_frame != NULL);
831 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 2718 FIRSTPASS_STATS first_frame; local
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_decoder.c 324 int first_frame = decoded_samples == 0; local
326 lost_flag, first_frame, &dec, pcm_ptr, &silk_frame_size );
  /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-legacy/vidc/vdec/inc/
omx_vdec.h 763 int first_frame; member in class:omx_vdec
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 786 int first_frame; member in class:omx_vdec
    [all...]
omx_vdec.h 833 int first_frame; member in class:omx_vdec
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 2393 FIRSTPASS_STATS first_frame; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp 533 first_frame(0),
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 469 first_frame(0),
    [all...]
omx_vdec_copper.cpp 481 first_frame(0),
    [all...]

Completed in 647 milliseconds

1 2