Home
last modified time | relevance | path

Searched defs:frame_count (Results 1 - 25 of 67) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
H A Daudio_frame_queue.h37 unsigned frame_count; member
H A Dratecontrol.h80 int frame_count[5]; member
/third_party/alsa-utils/axfer/
H A Dframe-cache.h37 frame_cache_increase_count(struct frame_cache *cache, unsigned int frame_count) frame_cache_increase_count() argument
H A Dmapper.c120 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 Dmapper-multiple.c21 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 Dmapper-single.c19 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 Dxfer.c225 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 Dxfer-libasound-irq-mmap.c70 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 Dxfer-libasound-irq-rw.c57 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 Drtp.h45 uint8_t frame_count:4; member
75 uint8_t frame_count:4; member
/third_party/ffmpeg/libavformat/tests/
H A Dseek.c67 int frame_count = 1; in main() local
/third_party/ffmpeg/libavformat/
H A Dwebpenc.c29 int frame_count; member
H A Drtpenc.h63 unsigned int frame_count; member
H A Dyop.c185 int frame_count; in yop_read_seek() local
H A Drl2.c81 unsigned int frame_count; in rl2_read_header() local
[all...]
H A Dsierravmd.c51 unsigned int frame_count; member
/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace_android.cc30 size_t frame_count; member
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslation-array.h54 int BeginTranslation(int frame_count, int jsframe_count, in BeginTranslation() argument
/third_party/glfw/tests/
H A Dtearing.c158 unsigned long frame_count = 0; in main() local
H A Dinputlag.c156 unsigned long frame_count = 0; in main() local
/third_party/alsa-utils/axfer/test/
H A Dcontainer-test.c36 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 Dgenerator.c48 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 Dmapper-test.c39 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 Dlima_util.c152 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 DFFMpegExtractor.cpp280 int frame_count = swr_convert( in decode() local

Completed in 11 milliseconds

123