/third_party/ffmpeg/libavformat/ |
H A D | siff.c | 47 int frames; member
|
H A D | aacdec.c | 37 int fsize, frames; in adts_aac_probe() local
|
H A D | dvenc.c | 52 int frames; /* current frame number */ member [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fps.c | 86 AVFrame *frames[2]; ///< buffered frames member [all...] |
H A D | vf_thumbnail.c | 46 struct thumb_frame *frames; ///< the n_frames frames member [all...] |
H A D | vf_program_opencl.c | 42 AVFrame **frames; member
|
/third_party/ffmpeg/tests/ |
H A D | tiny_ssim.c | 162 static void print_results(uint64_t ssd[3], double ssim[3], int frames, int w, int h) in print_results() argument 185 int frames, seek; main() local [all...] |
/third_party/alsa-utils/bat/ |
H A D | tinyalsa.c | 167 int frames = bytes / bat->frame_size; in latencytest_process_output() local 201 int frames = bytes / bat->frame_size; in play_sample() local
|
H A D | alsa.c | 352 int frames = sndpcm->period_size; /* frame count */ in latencytest_process_output() local 385 int frames = bytes * 8 / sndpcm->frame_bits; /* frame count */ in write_to_pcm_loop() local 306 write_to_pcm(const struct pcm_container *sndpcm, int frames, struct bat *bat) write_to_pcm() argument 510 read_from_pcm(struct pcm_container *sndpcm, int frames, struct bat *bat) read_from_pcm() argument 552 int size, frames; read_from_pcm_loop() local 612 int frames = sndpcm->period_size; latencytest_process_input() local [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_plugin.c | 190 snd_pcm_sframes_t snd_pcm_plugin_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_plugin_rewind() argument 214 snd_pcm_sframes_t snd_pcm_plugin_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_plugin_forward() argument 245 snd_pcm_uframes_t frames = size; snd_pcm_plugin_write_areas() local 302 snd_pcm_uframes_t frames = size; snd_pcm_plugin_read_areas() local 409 snd_pcm_uframes_t frames = size; snd_pcm_plugin_mmap_commit() local 474 snd_pcm_uframes_t frames = size; snd_pcm_plugin_sync_hw_ptr_capture() local [all...] |
H A D | pcm_mmap_emul.c | 255 snd_pcm_mmap_emul_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_emul_rewind() argument 264 snd_pcm_mmap_emul_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_emul_forward() argument [all...] |
/third_party/libsnd/tests/ |
H A D | string_test.c | 623 sf_count_t frames ; in string_rdwr_test() local 676 sf_count_t frames = BUFFER_LEN ; string_short_rdwr_test() local 787 sf_count_t frames ; string_rdwr_grow_test() local 845 sf_count_t frames ; string_header_update() local [all...] |
/third_party/libsnd/include/ |
H A D | sndfile.hh | 110 sf_count_t frames (void) const { return p ? p->sfinfo.frames : 0 ; } in frames() function in SndfileHandle [all...] |
/third_party/libsnd/src/ |
H A D | dither.c | 396 dither_short (const short *in, short *out, int frames, int channels) in dither_short() argument 406 dither_int (const int *in, int *out, int frames, int channels) in dither_int() argument 416 dither_float (const float *in, float *out, int frames, int channels) in dither_float() argument 426 dither_double(const double *in, double *out, int frames, int channels) dither_double() argument [all...] |
H A D | w64.c | 297 { sf_count_t frames ; in w64_read_header() local [all...] |
/third_party/libunwind/libunwind/src/x86_64/ |
H A D | Gtrace.c | 41 unw_tdep_frame_t *frames; member 89 unw_tdep_frame_t *frames; in trace_cache_buckets() local [all...] |
/third_party/libsnd/programs/ |
H A D | common.c | 52 sf_count_t frames, readcount, k ; in sfe_copy_data_fp() local 88 int frames, readcount ; in sfe_copy_data_int() local
|
/third_party/libunwind/libunwind/src/aarch64/ |
H A D | Gtrace.c | 42 unw_tdep_frame_t *frames; member 90 unw_tdep_frame_t *frames; in trace_cache_buckets() local [all...] |
/third_party/libunwind/libunwind/src/arm/ |
H A D | Gtrace.c | 42 unw_tdep_frame_t *frames; member 90 unw_tdep_frame_t *frames; in trace_cache_buckets() local [all...] |
/third_party/lame/frontend/ |
H A D | brhist.c | 135 brhist_disp_line(int i, int br_hist_TOT, int br_hist_LR, int full, int frames) in brhist_disp_line() argument 171 progress_line(const lame_global_flags * gf, int full, int frames) in progress_line() argument 310 int frames; /* total number of encoded frames */ brhist_disp() local [all...] |
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
H A D | audio.c | 41 snd_pcm_uframes_t frames; member
|
/third_party/musl/src/malloc/mallocng/ |
H A D | malloc.c | 503 ssize_t malloc_backtrace(void* pointer, uintptr_t* frames, size_t frame_count) in malloc_backtrace() argument
|
/third_party/musl/porting/linux/user/src/malloc/mallocng/ |
H A D | malloc.c | 496 ssize_t malloc_backtrace(void* pointer, uintptr_t* frames, size_t frame_count) in malloc_backtrace() argument
|
/third_party/node/deps/v8/src/profiler/ |
H A D | tick-sample.cc | 206 GetStackSample(Isolate* v8_isolate, RegisterState* regs, RecordCEntryFrame record_c_entry_frame, void** frames, size_t frames_limit, v8::SampleInfo* sample_info, StateTag* out_state, bool use_simulator_reg_state) GetStackSample() argument
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_debug_flush.c | 95 struct debug_stack_frame *frames; in debug_flush_capture_frame() local
|