Home
last modified time | relevance | path

Searched defs:frame_bytes (Results 1 – 18 of 18) sorted by relevance

/external/adhd/cras/src/server/
Dcras_loopback_iodev.c56 unsigned int frame_bytes = cras_get_format_bytes(fmt); in sample_hook() local
130 unsigned int frame_bytes = cras_get_format_bytes(iodev->format); in frames_queued() local
202 unsigned int frame_bytes = cras_get_format_bytes(iodev->format); in get_record_buffer() local
218 unsigned int frame_bytes = cras_get_format_bytes(iodev->format); in put_record_buffer() local
Dcras_mix.c76 size_t frame_bytes, in cras_mix_mute_buffer()
Dcras_iodev.c1039 const unsigned int frame_bytes = cras_get_format_bytes(fmt); in cras_iodev_put_output_buffer() local
1099 const unsigned int frame_bytes = cras_get_format_bytes(iodev->format); in cras_iodev_get_input_buffer() local
1260 unsigned int frame_bytes, frames_written; in cras_iodev_fill_odev_zeros() local
Dcras_rstream.c27 size_t used_size, samples_size, frame_bytes; in setup_shm() local
Ddev_stream.c308 unsigned int frame_bytes; in capture_copy_converted_to_stream() local
Ddev_io.c496 unsigned int frame_bytes = cras_get_format_bytes(odev->ext_format); in write_streams() local
Dcras_mix_ops.c849 size_t frame_bytes, in mix_mute_buffer()
/external/adhd/cras/src/tests/
Dcras_router.c57 int frame_bytes; in got_samples() local
77 uint32_t frame_bytes = cras_client_format_bytes_per_frame(aud_format); in put_samples() local
Ddev_io_stubs.cc23 uint32_t frame_bytes = 4; in create_shm() local
Dcras_test_client.c137 int frame_bytes; in got_samples() local
171 uint32_t frame_bytes = cras_client_format_bytes_per_frame(aud_format); in put_samples() local
222 uint32_t frame_bytes = cras_client_format_bytes_per_frame(aud_format); in put_stdin_samples() local
Daudio_thread_unittest_obsolete.cc1985 size_t frame_bytes, in cras_mix_mute_buffer()
Diodev_unittest.cc2449 size_t frame_bytes, in cras_mix_mute_buffer()
/external/adhd/cras/examples/
Dcplay.c18 unsigned int frame_bytes; member
/external/adhd/cras/src/common/
Dcras_shm.h26 uint32_t frame_bytes; member
152 const unsigned frame_bytes = shm->config.frame_bytes; in cras_shm_get_writeable_frames() local
418 unsigned frame_bytes) in cras_shm_set_frame_bytes()
/external/adhd/cras/src/libcras/
Dcras_helpers.c16 unsigned int frame_bytes; member
/external/adhd/cras/src/alsa_plugin/
Dpcm_cras.c132 size_t chan, frame_bytes, sample_bytes; in pcm_cras_process_cb() local
/external/webp/src/mux/
Dmuxedit.c100 uint8_t* frame_bytes; in CreateFrameData() local
/external/libaom/libaom/av1/encoder/
Dencoder.c5332 static void compute_internal_stats(AV1_COMP *cpi, int frame_bytes) { in compute_internal_stats()