Home
last modified time | relevance | path

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

12

/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/
Dset_maps.c159 int frame_count = 0; in main() local
221 ++frame_count; in main()
223 if (frame_count == 22 && encoder->fourcc == VP8_FOURCC) { in main()
225 } else if (frame_count == 33) { in main()
227 } else if (frame_count == 44) { in main()
231 encode_frame(&codec, &raw, frame_count, writer); in main()
236 printf("Processed %d frames.\n", frame_count); in main()
Dtwopass_encoder.c184 int frame_count = 0; in main() local
200 ++frame_count; in main()
203 get_frame_stats(&codec, &raw, frame_count, 1, 0, VPX_DL_BEST_QUALITY, in main()
206 encode_frame(&codec, &raw, frame_count, 1, 0, VPX_DL_BEST_QUALITY, in main()
212 get_frame_stats(&codec, NULL, frame_count, 1, 0, VPX_DL_BEST_QUALITY, in main()
219 printf("Pass %d complete. Processed %d frames.\n", pass + 1, frame_count); in main()
Dvp8cx_set_ref.c99 int frame_count = 0; in main() local
164 if (frame_count + 1 == update_frame_num) { in main()
172 encode_frame(&codec, &raw, frame_count++, writer); in main()
178 printf("Processed %d frames.\n", frame_count); in main()
Dsimple_encoder.c157 int frame_count = 0; in main() local
240 if (keyframe_interval > 0 && frame_count % keyframe_interval == 0) in main()
242 encode_frame(&codec, &raw, frame_count++, flags, writer); in main()
250 printf("Processed %d frames.\n", frame_count); in main()
/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/lldb/source/Plugins/Process/Utility/
DUnwindMacOSXFrameBackchain.cpp59 const uint32_t frame_count = GetFrameCount(); in DoGetFrameInfoAtIndex() local
60 if (idx < frame_count) in DoGetFrameInfoAtIndex()
80 const uint32_t frame_count = GetFrameCount(); in DoCreateRegisterContextForFrame() local
81 if (concrete_idx < frame_count) in DoCreateRegisterContextForFrame()
/external/webrtc/src/modules/audio_processing/test/
Dunpack.cc127 int frame_count = 0; in main() local
144 frame_count++; in main()
200 fprintf(settings_file, "Init at frame: %d\n", frame_count); in main()
Dunit_test.cc1086 int frame_count = 0; in TEST_F() local
1157 frame_count++; in TEST_F()
1159 max_output_average /= frame_count; in TEST_F()
1160 analog_level_average /= frame_count; in TEST_F()
/external/v8/src/
Druntime-profiler.cc165 int frame_count = 0; in OptimizeNow() local
168 frame_count++ < frame_count_limit && !it.done(); in OptimizeNow()
214 (frame_count > 1 || shared->SourceSize() > kMaxToplevelSourceSize)) { in OptimizeNow()
Ddeoptimizer.h722 Translation(TranslationBuffer* buffer, int frame_count, int jsframe_count, in Translation() argument
728 buffer_->Add(frame_count, zone); in Translation()
Dflag-definitions.h357 DEFINE_INT(frame_count, 1, "number of stack frames inspected by the profiler")
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c417 int frame_count; in decoder_decode() local
427 res = parse_superframe_index(data, data_sz, frame_sizes, &frame_count, in decoder_decode()
437 if (frame_count > 0) { in decoder_decode()
440 for (i = 0; i < frame_count; ++i) { in decoder_decode()
470 if (frame_count > 0) { in decoder_decode()
473 for (i = 0; i < frame_count; ++i) { in decoder_decode()
/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/
Ddatarate_test.cc163 const int frame_count = 40; in TEST_P() local
165 30, 1, 0, frame_count); in TEST_P()
171 vpx_codec_pts_t last_drop = frame_count; in TEST_P()
/external/libvncserver/client_examples/
Dvnc2mpg.c45 int frame_count, video_outbuf_size; variable
230 frame_count++; in write_video_frame()
/external/libvpx/libvpx/vp8/encoder/
Dtemporal_filter.c226 int frame_count, in vp8_temporal_filter_iterate_c() argument
284 for (frame = 0; frame < frame_count; frame++) in vp8_temporal_filter_iterate_c()
/external/webp/src/demux/
Ddemux.c644 int frame_count = 0, fragment_count = 0; in IsValidExtendedFormat() local
684 ++frame_count; in IsValidExtendedFormat()
686 if (!is_fragmented && frame_count > 1) return 0; in IsValidExtendedFormat()
687 if (fragment_count > 0 && frame_count != fragment_count) return 0; in IsValidExtendedFormat()
/external/libcxxabi/src/Unwind/
DUnwind-EHABI.cpp556 int frame_count = 0; in unwind_phase2() local
566 if (resume && frame_count == 1) { in unwind_phase2()
683 frame_count++; in unwind_phase2()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c191 int frame_count, in temporal_filter_iterate_c() argument
246 for (frame = 0; frame < frame_count; frame++) { in temporal_filter_iterate_c()
Dvp9_firstpass.c1339 static int calculate_boost_bits(int frame_count, in calculate_boost_bits() argument
1344 if (!boost || (total_group_bits <= 0) || (frame_count <= 0) ) in calculate_boost_bits()
1347 allocation_chunks = (frame_count * 100) + boost; in calculate_boost_bits()
/external/google-breakpad/src/tools/mac/crash_report/
Dcrash_report.mm91 size_t frame_count = stack->frames()->size();
93 for (size_t frame_index = 0; frame_index < frame_count; ++frame_index) {
/external/v8/test/cctest/
Dtest-debug.cc584 v8::Handle<v8::Function> frame_count; variable
716 if (!frame_count.IsEmpty()) { in DebugEventCounter()
720 v8::Handle<v8::Value> result = frame_count->Call(exec_state, kArgc, argv); in DebugEventCounter()
932 if (!frame_count.IsEmpty()) { in DebugEventBreakMax()
937 frame_count->Call(exec_state, kArgc, argv); in DebugEventBreakMax()
4063 frame_count = CompileFunction(&env, frame_count_source, "frame_count"); in TEST()
5582 CHECK(v8::Debug::Call(frame_count)->IsNumber()); in CheckFrameCount()
5584 v8::Debug::Call(frame_count)->Int32Value()); in CheckFrameCount()
5650 frame_count = v8::Local<v8::Function>::Cast(context->Global()->Get( in TEST()
5676 v8::Debug::Call(frame_count)); in TEST()
[all …]

12