/third_party/ffmpeg/libavcodec/ |
H A D | audio_frame_queue.h | 37 unsigned frame_count; member
|
H A D | ratecontrol.h | 80 int frame_count[5]; member
|
/third_party/alsa-utils/axfer/ |
H A D | frame-cache.h | 37 frame_cache_increase_count(struct frame_cache *cache, unsigned int frame_count) frame_cache_increase_count() argument
|
H A D | mapper.c | 120 mapper_context_process_frames(struct mapper_context *mapper, void *frame_buffer, unsigned int *frame_count, struct container_context *cntrs) mapper_context_process_frames() argument
|
H A D | mapper-multiple.c | 21 static void align_to_i(void *frame_buf, unsigned int frame_count, in align_to_i() argument 48 static void align_from_i(void *frame_buf, unsigned int frame_count, in align_from_i() argument 148 static int process_containers(char **src_bufs, unsigned int *frame_count, in process_containers() argument 170 multiple_muxer_process_frames(struct mapper_context *mapper, void *frame_buf, unsigned int *frame_count, struct container_context *cntrs, unsigned int cntr_count) multiple_muxer_process_frames() argument 202 multiple_demuxer_process_frames(struct mapper_context *mapper, void *frame_buf, unsigned int *frame_count, struct container_context *cntrs, unsigned int cntr_count) multiple_demuxer_process_frames() argument [all...] |
H A D | mapper-single.c | 19 static void align_to_vector(void *frame_buf, unsigned int frame_count, in align_to_vector() argument 41 static void align_from_vector(void *frame_buf, unsigned int frame_count, in align_from_vector() argument 109 single_muxer_process_frames(struct mapper_context *mapper, void *frame_buf, unsigned int *frame_count, struct container_context *cntrs, unsigned int cntr_count ATTRIBUTE_UNUSED) single_muxer_process_frames() argument 140 single_demuxer_process_frames(struct mapper_context *mapper, void *frame_buf, unsigned int *frame_count, struct container_context *cntrs, unsigned int cntr_count ATTRIBUTE_UNUSED) single_demuxer_process_frames() argument [all...] |
H A D | xfer.c | 225 xfer_context_process_frames(struct xfer_context *xfer, struct mapper_context *mapper, struct container_context *cntrs, unsigned int *frame_count) xfer_context_process_frames() argument
|
H A D | xfer-libasound-irq-mmap.c | 70 irq_mmap_process_frames(struct libasound_state *state, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) irq_mmap_process_frames() argument 184 irq_mmap_r_process_frames(struct libasound_state *state, unsigned *frame_count, struct mapper_context *mapper, struct container_context *cntrs) irq_mmap_r_process_frames() argument 238 irq_mmap_w_process_frames(struct libasound_state *state, unsigned *frame_count, struct mapper_context *mapper, struct container_context *cntrs) irq_mmap_w_process_frames() argument [all...] |
H A D | xfer-libasound-irq-rw.c | 57 static int read_frames(struct libasound_state *state, unsigned int *frame_count, in read_frames() argument 136 snd_pcm_uframes_t frame_count; in r_process_frames_blocking() local 107 r_process_frames_blocking(struct libasound_state *state, snd_pcm_state_t status, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) r_process_frames_blocking() argument 155 r_process_frames_nonblocking(struct libasound_state *state, snd_pcm_state_t status, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) r_process_frames_nonblocking() argument 201 write_frames(struct libasound_state *state, unsigned int *frame_count, unsigned int avail_count, struct mapper_context *mapper, struct container_context *cntrs) write_frames() argument 251 w_process_frames_blocking(struct libasound_state *state, snd_pcm_state_t status, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) w_process_frames_blocking() argument 315 w_process_frames_nonblocking(struct libasound_state *state, snd_pcm_state_t pcm_state ATTRIBUTE_UNUSED, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) w_process_frames_nonblocking() argument 409 irq_rw_process_frames(struct libasound_state *state, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) irq_rw_process_frames() argument [all...] |
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | rtp.h | 45 uint8_t frame_count:4; member 75 uint8_t frame_count:4; member
|
/third_party/ffmpeg/libavformat/tests/ |
H A D | seek.c | 67 int frame_count = 1; in main() local
|
/third_party/ffmpeg/libavformat/ |
H A D | webpenc.c | 29 int frame_count; member
|
H A D | rtpenc.h | 63 unsigned int frame_count; member
|
H A D | yop.c | 185 int frame_count; in yop_read_seek() local
|
H A D | rl2.c | 81 unsigned int frame_count; in rl2_read_header() local [all...] |
H A D | sierravmd.c | 51 unsigned int frame_count; member
|
/third_party/node/deps/v8/src/base/debug/ |
H A D | stack_trace_android.cc | 30 size_t frame_count; member
|
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | translation-array.h | 54 int BeginTranslation(int frame_count, int jsframe_count, in BeginTranslation() argument
|
/third_party/glfw/tests/ |
H A D | tearing.c | 158 unsigned long frame_count = 0; in main() local
|
H A D | inputlag.c | 156 unsigned long frame_count = 0; in main() local
|
/third_party/alsa-utils/axfer/test/ |
H A D | container-test.c | 36 test_builder(struct container_context *cntr, int fd, enum container_format format, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, void *frame_buffer, unsigned int frame_count, bool verbose) test_builder() argument 83 test_parser(struct container_context *cntr, int fd, enum container_format format, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, void *frame_buffer, unsigned int frame_count, bool verbose) test_parser() argument 127 callback(struct test_generator *gen, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, void *frame_buffer, unsigned int frame_count) callback() argument [all...] |
H A D | generator.c | 48 allocate_buf(snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frame_count) allocate_buf() argument 60 allocate_vector(snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frame_count) allocate_vector() argument 88 fill_buf(int fd, void *frame_buffer, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frame_count) fill_buf() argument 107 fill_vector(int fd, void *frame_buffer, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frame_count) fill_vector() argument [all...] |
H A D | mapper-test.c | 39 test_demuxer(struct mapper_context *mapper, snd_pcm_access_t access, unsigned int bytes_per_sample, unsigned int samples_per_frame, unsigned int frames_per_buffer, void *frame_buffer, unsigned int frame_count, struct container_context *cntrs, unsigned int cntr_count, bool verbose) test_demuxer() argument 69 test_demux(struct mapper_trial *trial, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, unsigned int frames_per_buffer, void *frame_buffer, unsigned int frame_count, int *cntr_fds, unsigned int cntr_count) test_demux() argument 130 test_muxer(struct mapper_context *mapper, snd_pcm_access_t access, unsigned int bytes_per_sample, unsigned int samples_per_frame, unsigned int frames_per_buffer, void *frame_buffer, unsigned int frame_count, struct container_context *cntrs, unsigned int cntr_count, bool verbose) test_muxer() argument 160 test_mux(struct mapper_trial *trial, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, unsigned int frames_per_buffer, void *frame_buffer, unsigned int frame_count, int *cntr_fds, unsigned int cntr_count) test_mux() argument 220 test_mapper(struct mapper_trial *trial, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, void *frame_buffer, void *check_buffer, unsigned int frame_count, unsigned int cntr_count) test_mapper() argument 279 test_i_buf(struct mapper_trial *trial, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, void *frame_buffer, unsigned int frame_count, unsigned int cntr_count) test_i_buf() argument 319 test_vector(struct mapper_trial *trial, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, void *frame_buffer, unsigned int frame_count, unsigned int cntr_count) test_vector() argument 378 test_n_buf(struct mapper_trial *trial, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, unsigned int frames_per_second, void *frame_buffer, unsigned int frame_count, unsigned int cntr_count) test_n_buf() argument 406 callback(struct test_generator *gen, snd_pcm_access_t access, snd_pcm_format_t sample_format, unsigned int samples_per_frame, void *frame_buffer, unsigned int frame_count) callback() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_util.c | 152 static int frame_count = 0; in lima_dump_free() local
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/ |
H A D | FFMpegExtractor.cpp | 280 int frame_count = swr_convert( in decode() local
|