Searched refs:tmp_frame (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/samples/cpp/ |
D | segment_objects.cpp | 79 Mat tmp_frame, bgmask, out_frame; in main() local 81 cap >> tmp_frame; in main() 82 if(tmp_frame.empty()) in main() 96 cap >> tmp_frame; in main() 97 if( tmp_frame.empty() ) in main() 99 bgsubtractor->apply(tmp_frame, bgmask, update_bg_model ? -1 : 0); in main() 100 refineSegments(tmp_frame, bgmask, out_frame); in main() 101 imshow("video", tmp_frame); in main()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 2842 FIRSTPASS_STATS tmp_frame; in find_next_key_frame() local 2847 memcpy(&tmp_frame, &first_frame, sizeof(first_frame)); in find_next_key_frame() 2860 kf_group_err += calculate_modified_err(cpi, &tmp_frame); in find_next_key_frame() 2861 kf_group_intra_err += tmp_frame.intra_error; in find_next_key_frame() 2862 kf_group_coded_err += tmp_frame.coded_error; in find_next_key_frame() 2865 input_stats(cpi, &tmp_frame); in find_next_key_frame()
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_processing_unittest.cc | 610 AudioFrame tmp_frame; in ProcessDelayVerificationTest() local 614 tmp_frame.CopyFrom(*revframe_); in ProcessDelayVerificationTest() 615 SetFrameTo(&tmp_frame, 0); in ProcessDelayVerificationTest() 622 frame->CopyFrom(tmp_frame); in ProcessDelayVerificationTest() 629 frame->CopyFrom(tmp_frame); in ProcessDelayVerificationTest() 639 frame->CopyFrom(tmp_frame); in ProcessDelayVerificationTest() 650 process_frame = &tmp_frame; in ProcessDelayVerificationTest()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 2369 FIRSTPASS_STATS tmp_frame = first_frame; in find_next_key_frame() local 2380 kf_group_err += calculate_modified_err(cpi, twopass, oxcf, &tmp_frame); in find_next_key_frame() 2381 input_stats(twopass, &tmp_frame); in find_next_key_frame()
|