/external/chromium_org/tools/perf/metrics/ |
rendering_stats.py | 49 first_frame = True 57 if not first_frame: 60 first_frame = False 80 first_frame = True 88 if not first_frame: 91 first_frame = False
|
rendering_stats_unittest.py | 44 def AddMainThreadRenderingStats(mock_timer, thread, first_frame, 49 first_frame: Is this the first frame within the bounds of an action? 71 if not first_frame: 84 def AddImplThreadRenderingStats(mock_timer, thread, first_frame, 89 first_frame: Is this the first frame within the bounds of an action? 109 if not first_frame:
|
/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 | 306 bool FileVideoCapturer::ReadFrame(bool first_frame, int* wait_time_ms) { 310 if (!first_frame) { 361 if (!first_frame && !ignore_framerate_) {
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
e_pv_amrwbdec.h | 118 int16 first_frame; member in struct:__anon29654
|
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:__anon29658
|
/external/chromium_org/third_party/libwebp/demux/ |
demux.c | 827 const Frame* const first_frame, 833 GetFragment(first_frame, fragment_num, &num_fragments); 837 assert(first_frame != NULL); 839 iter->frame_num = first_frame->frame_num_; [all...] |
/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/chromium_org/net/quic/ |
quic_framer.h | 275 bool first_frame,
|
quic_framer.cc | 233 bool first_frame, 245 if (!first_frame) { 275 bool first_frame = i == 0; local 278 frames[i], max_plaintext_size - packet_size, first_frame, last_frame, [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 | 347 int first_frame = decoded_samples == 0; local 349 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...] |