Home
last modified time | relevance | path

Searched refs:max_frames (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/examples/
Dtwopass_encoder.c125 const vpx_codec_enc_cfg_t *cfg, int max_frames) { in pass0() argument
138 if (max_frames > 0 && frame_count >= max_frames) break; in pass0()
154 int max_frames) { in pass1() argument
174 if (max_frames > 0 && frame_count >= max_frames) break; in pass1()
207 int max_frames = 0; in main() local
212 max_frames = (int)strtol(argv[6], NULL, 0); in main()
243 stats = pass0(&raw, infile, encoder, &cfg, max_frames); in main()
249 pass1(&raw, infile, outfile_arg, encoder, &cfg, max_frames); in main()
Dsimple_encoder.c159 int max_frames = 0; in main() local
178 max_frames = (int)strtol(argv[8], NULL, 0); in main()
230 if (max_frames > 0 && frames_encoded >= max_frames) break; in main()
/external/libvpx/libvpx/vp8/encoder/
Dtemporal_filter.c362 int max_frames = cpi->active_arnr_frames; in vp8_temporal_filter_prepare_c() local
374 if (frames_to_blur_backward >= max_frames) { in vp8_temporal_filter_prepare_c()
375 frames_to_blur_backward = max_frames - 1; in vp8_temporal_filter_prepare_c()
386 if (frames_to_blur_forward >= max_frames) { in vp8_temporal_filter_prepare_c()
387 frames_to_blur_forward = max_frames - 1; in vp8_temporal_filter_prepare_c()
408 if (frames_to_blur_forward > (max_frames - 1) / 2) { in vp8_temporal_filter_prepare_c()
409 frames_to_blur_forward = ((max_frames - 1) / 2); in vp8_temporal_filter_prepare_c()
412 if (frames_to_blur_backward > (max_frames / 2)) { in vp8_temporal_filter_prepare_c()
413 frames_to_blur_backward = (max_frames / 2); in vp8_temporal_filter_prepare_c()
423 memset(cpi->frames, 0, max_frames * sizeof(YV12_BUFFER_CONFIG *)); in vp8_temporal_filter_prepare_c()
/external/google-breakpad/src/google_breakpad/processor/
Dstackwalker.h96 static void set_max_frames(uint32_t max_frames) { in set_max_frames() argument
97 max_frames_ = max_frames; in set_max_frames()
100 static uint32_t max_frames() { return max_frames_; } in max_frames() function
/external/libaom/libaom/examples/
Dsimple_encoder.c158 int max_frames = 0; in main() local
181 max_frames = (int)strtol(argv[8], NULL, 0); in main()
233 if (max_frames > 0 && frames_encoded >= max_frames) break; in main()
Dscalable_encoder.c133 int max_frames = 0; in main() local
158 max_frames = (int)strtol(argv[7], NULL, 0); in main()
271 if (max_frames > 0 && frames_encoded >= max_frames) break; in main()
/external/webrtc/modules/audio_coding/codecs/opus/test/
Daudio_ring_buffer.cc20 AudioRingBuffer::AudioRingBuffer(size_t channels, size_t max_frames) { in AudioRingBuffer() argument
23 buffers_.push_back(WebRtc_CreateBuffer(max_frames, sizeof(float))); in AudioRingBuffer()
Daudio_ring_buffer.h29 AudioRingBuffer(size_t channels, size_t max_frames);
/external/adhd/cras/src/server/
Dcras_fmt_conv.h24 size_t max_frames,
Ddev_stream.c72 unsigned int max_frames, dev_frames, buf_bytes; in dev_stream_create() local
81 max_frames = max_frames_for_conversion(stream->buffer_frames, in dev_stream_create()
87 stream_fmt, dev_fmt, max_frames); in dev_stream_create()
100 ofmt, stream_fmt, max_frames); in dev_stream_create()
Dcras_fmt_conv.c319 size_t max_frames, in cras_fmt_conv_create() argument
331 conv->tmp_buf_frames = max_frames; in cras_fmt_conv_create()
518 max_frames * 4 * /* width in bytes largest format. */ in cras_fmt_conv_create()
/external/llvm-project/lldb/examples/darwin/heap_find/
Dheap.py513 if idx >= options.max_frames:
516 (options.max_frames))
553 stack''' % (options.max_frames, addr)
604 lldb_info''' % (options.max_frames, options.max_history, addr)
/external/toolchain-utils/android_bench_suite/
Dpanorama.diff496 - LOGV("Max num frames %d", max_frames);
497 + owned_frames = new ImageType[max_frames];
529 if (frames_size >= max_frames)
532 - "Increase maximum number of frames (-f <max_frames>) to avoid this");
542 int max_frames;