Home
last modified time | relevance | path

Searched refs:frame_count (Results 1 – 25 of 58) sorted by relevance

123

/external/libvpx/libvpx/
Dvideo_writer.c20 int frame_count; member
24 int frame_count) { in write_header() argument
31 ivf_write_file_header(file, &cfg, info->codec_fourcc, frame_count); in write_header()
47 writer->frame_count = 0; in vpx_video_writer_open()
63 write_header(writer->file, &writer->info, writer->frame_count); in vpx_video_writer_close()
77 ++writer->frame_count; in vpx_video_writer_write_frame()
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c134 int frame_count = 0; in pass0() local
142 ++frame_count; in pass0()
143 get_frame_stats(&codec, raw, frame_count, 1, 0, VPX_DL_GOOD_QUALITY, in pass0()
148 while (get_frame_stats(&codec, NULL, frame_count, 1, 0, in pass0()
151 printf("Pass 0 complete. Processed %d frames.\n", frame_count); in pass0()
171 int frame_count = 0; in pass1() local
182 ++frame_count; in pass1()
183 encode_frame(&codec, raw, frame_count, 1, 0, VPX_DL_GOOD_QUALITY, writer); in pass1()
196 printf("Pass 1 complete. Processed %d frames.\n", frame_count); in pass1()
Dset_maps.c164 int frame_count = 0; in main() local
228 ++frame_count; in main()
230 if (frame_count == 22 && encoder->fourcc == VP8_FOURCC) { in main()
232 } else if (frame_count == 33) { in main()
234 } else if (frame_count == 44) { in main()
238 encode_frame(&codec, &raw, frame_count, writer); in main()
246 printf("Processed %d frames.\n", frame_count); in main()
Dvp8cx_set_ref.c103 int frame_count = 0; in main() local
169 if (frame_count + 1 == update_frame_num) { in main()
177 encode_frame(&codec, &raw, frame_count++, writer); in main()
185 printf("Processed %d frames.\n", frame_count); in main()
Dsimple_encoder.c154 int frame_count = 0; in main() local
237 if (keyframe_interval > 0 && frame_count % keyframe_interval == 0) in main()
239 encode_frame(&codec, &raw, frame_count++, flags, writer); in main()
247 printf("Processed %d frames.\n", frame_count); in main()
Dvp9_lossless_encoder.c66 int frame_count = 0; in main() local
127 encode_frame(&codec, &raw, frame_count++, 0, writer); in main()
135 printf("Processed %d frames.\n", frame_count); in main()
/external/webrtc/talk/media/devices/
Dfilevideocapturer_unittest.cc73 int frame_count() const { return frame_count_; } in frame_count() function in __anon0b1fafff0111::FileVideoCapturerTest::VideoCapturerListener
152 EXPECT_EQ(48, listener.frame_count()); in TEST_F()
168 listener.frame_count() >= 150, 20000); in TEST_F()
171 EXPECT_GE(listener.frame_count(), 150); in TEST_F()
187 EXPECT_EQ(1, listener.frame_count()); in TEST_F()
/external/autotest/server/cros/network/
Dframe_sender.py12 num_bss=None, frame_count=None, delay=None, dest_addr=None, argument
33 self._frame_count = frame_count
52 num_bss=self._num_bss, frame_count=self._frame_count,
/external/webrtc/talk/media/base/
Dvideoengine_unittest.h270 int frame_count = 0; in WaitForDecoder() local
271 while (frame_count < static_cast<int>(kTimeout) / 66) { in WaitForDecoder()
273 ++frame_count; in WaitForDecoder()
275 return frame_count; in WaitForDecoder()
1195 int frame_count = 0; in AdaptFramerate() local
1199 EXPECT_EQ(frame_count, renderer_.num_rendered_frames()); in AdaptFramerate()
1202 frame_count += 2; in AdaptFramerate()
1203 EXPECT_FRAME_WAIT(frame_count, codec.width, codec.height, kTimeout); in AdaptFramerate()
1213 frame_count += 2; in AdaptFramerate()
1214 EXPECT_EQ_WAIT(frame_count, renderer_.num_rendered_frames(), kTimeout); in AdaptFramerate()
[all …]
Dvideocapturer_unittest.cc225 int frame_count = 0; in TEST_F() local
253 EXPECT_EQ(++frame_count, renderer_.num_rendered_frames()); in TEST_F()
257 EXPECT_EQ(++frame_count, renderer_.num_rendered_frames()); in TEST_F()
264 EXPECT_EQ(++frame_count, renderer_.num_rendered_frames()); in TEST_F()
296 int frame_count = 0; in TEST_F() local
299 EXPECT_EQ(++frame_count, renderer_.num_rendered_frames()); in TEST_F()
303 EXPECT_EQ(++frame_count, renderer_.num_rendered_frames()); in TEST_F()
307 EXPECT_EQ(++frame_count, renderer_.num_rendered_frames()); in TEST_F()
311 EXPECT_EQ(++frame_count, renderer_.num_rendered_frames()); in TEST_F()
/external/opencv3/samples/cpp/tutorial_code/features2D/AKAZE_tracking/
Dplanar_tracking.cpp154 int frame_count = (int)video_in.get(CAP_PROP_FRAME_COUNT); in main() local
156 for(int i = 1; i < frame_count; i++) { in main()
177 cout << i << "/" << frame_count - 1 << endl; in main()
179 akaze_stats /= frame_count - 1; in main()
180 orb_stats /= frame_count - 1; in main()
/external/webrtc/webrtc/common_video/libyuv/
Dscaler_unittest.cc311 int frame_count = 0; in ComputeAvgSequencePSNR() local
324 frame_count++; in ComputeAvgSequencePSNR()
332 avg_psnr = avg_psnr / frame_count; in ComputeAvgSequencePSNR()
358 int frame_count = 0; in ScaleSequence() local
383 frame_count++; in ScaleSequence()
386 if (frame_count) { in ScaleSequence()
390 (static_cast<double>(total_clock) / frame_count)); in ScaleSequence()
/external/google-breakpad/src/processor/
Dstackwalker_address_list.cc51 size_t frame_count, in StackwalkerAddressList() argument
56 frame_count_(frame_count) { in StackwalkerAddressList()
Dstackwalker_address_list.h54 size_t frame_count,
Dstackwalk_common.cc258 int frame_count = stack->frames()->size(); in PrintStack() local
259 if (frame_count == 0) { in PrintStack()
262 for (int frame_index = 0; frame_index < frame_count; ++frame_index) { in PrintStack()
609 if (output_stack_contents && frame_index + 1 < frame_count) { in PrintStack()
625 int frame_count = stack->frames()->size(); in PrintStackMachineReadable() local
626 for (int frame_index = 0; frame_index < frame_count; ++frame_index) { in PrintStackMachineReadable()
/external/webrtc/webrtc/modules/audio_processing/test/
Dunpack.cc79 int frame_count = 0; in do_main() local
131 frame_count++; in do_main()
236 fprintf(settings_file, "APM re-config at frame: %d\n", frame_count); in do_main()
262 fprintf(settings_file, "Init at frame: %d\n", frame_count); in do_main()
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
Dsmoothness.py117 frame_count = len(timestamps)
124 if len(frame_lengths) < frame_count - 1:
126 frame_count = len(frame_lengths) + 1
135 avg_surface_fps = int(round((frame_count - 1) * 1000.0 / milliseconds))
Drendering_stats.py236 frame_count = event.args['data']['frame_count']
237 if frame_count > 1:
239 if frame_count == 1:
/external/v8/src/
Druntime-profiler.cc150 int frame_count = 0; in OptimizeNow() local
153 frame_count++ < frame_count_limit && !it.done(); in OptimizeNow()
201 (frame_count > 1 || shared->SourceSize() > kMaxToplevelSourceSize)) { in OptimizeNow()
/external/google-breakpad/src/client/ios/handler/
Dios_exception_minidump_generator.mm168 size_t frame_count = [return_addresses_ count];
169 if (frame_count == 0)
174 size_t stack_size = frame_record_size * (frame_count - 1) + pointer_size;
181 for (size_t current_frame = frame_count - 1;
/external/libvpx/libvpx/test/
Dsvc_test.cc244 int frame_count = 0; in DropEnhancementLayers() local
252 inputs[i].sz, frame_sizes, &frame_count, in DropEnhancementLayers()
256 if (frame_count == 0) { in DropEnhancementLayers()
263 for (frame = 0; frame < frame_count; ++frame) { in DropEnhancementLayers()
272 ASSERT_LT(frame, frame_count) << "Couldn't find a visible frame. " in DropEnhancementLayers()
275 if (frame == frame_count - 1) in DropEnhancementLayers()
284 const size_t index_sz = 2 + mag * frame_count; in DropEnhancementLayers()
/external/webrtc/talk/media/webrtc/
Dwebrtcvideocapturer_unittest.cc106 EXPECT_TRUE_WAIT(listener_.frame_count() > 0, 5000); in TEST_F()
133 EXPECT_TRUE_WAIT(listener_.frame_count() > 0, 5000); in TEST_F()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c552 int frame_count; in decoder_decode() local
569 res = vp9_parse_superframe_index(data, data_sz, frame_sizes, &frame_count, in decoder_decode()
579 if (frame_count > 0) { in decoder_decode()
582 for (i = 0; i < frame_count; ++i) { in decoder_decode()
628 if (frame_count > 0) { in decoder_decode()
631 for (i = 0; i < frame_count; ++i) { in decoder_decode()
/external/libvncserver/client_examples/
Dvnc2mpg.c45 int frame_count, video_outbuf_size; variable
230 frame_count++; in write_video_frame()
/external/autotest/server/site_tests/network_WiFi_MalformedProbeResp/
Dnetwork_WiFi_MalformedProbeResp.py55 frame_count=0,

123