HomeSort by relevance Sort by last modified time
    Searched refs:first_frame (Results 1 - 25 of 39) 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/webrtc/talk/media/devices/
yuvframescapturer.h 76 void ReadFrame(bool first_frame);
yuvframescapturer.cc 178 void YuvFramesCapturer::ReadFrame(bool first_frame) {
180 if (!first_frame) {
filevideocapturer.h 133 bool ReadFrame(bool first_frame, int* wait_time_ms);
filevideocapturer.cc 315 bool FileVideoCapturer::ReadFrame(bool first_frame, int* wait_time_ms) {
319 if (!first_frame) {
369 if (!first_frame && !ignore_framerate_) {
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
e_pv_amrwbdec.h 118 int16 first_frame; member in struct:__anon45339
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:__anon45344
  /external/compiler-rt/lib/tsan/rtl/
tsan_debugging.cc 47 static void CopyTrace(SymbolizedStack *first_frame, void **trace,
50 for (SymbolizedStack *frame = first_frame; frame != nullptr;
  /external/tensorflow/tensorflow/python/platform/
googletest.py 106 first_frame = tf_inspect.stack()[-1][0]
108 os.path.basename(tf_inspect.getfile(first_frame)))
  /external/libxaac/decoder/drc_src/
impd_drc_selection_process.h 91 WORD32 first_frame; member in struct:ia_drc_sel_pro_struct
impd_drc_selection_process_init.c 33 pstr_drc_uni_sel_proc->first_frame = 0;
impd_drc_init.c 401 p_obj_drc->str_payload.pstr_selection_proc->first_frame = 1;
impd_drc_selection_process.c 42 if (pstr_drc_uni_sel_proc->first_frame == 1) {
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixframemanager.c 438 first_frame:
543 goto first_frame;
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 2531 FIRSTPASS_STATS first_frame; local
    [all...]
  /external/libopus/src/
opus_decoder.c 378 int first_frame = decoded_samples == 0; local
380 lost_flag, first_frame, &dec, pcm_ptr, &silk_frame_size, st->arch );
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 91 cod_state->first_frame = 1;
645 if (st->first_frame != 0)
647 st->first_frame = 0;
    [all...]
  /system/extras/simpleperf/
record.cpp 825 bool first_frame = true; local
828 if (first_frame) {
829 first_frame = false;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 763 int first_frame; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 782 int first_frame; member in class:omx_vdec
    [all...]
omx_vdec.h 881 int first_frame; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 776 int first_frame; member in class:omx_vdec
    [all...]

Completed in 723 milliseconds

1 2