Searched refs:hw_offset (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_cl_dump.c | 47 uint32_t offset = 0, hw_offset = 0; in vc4_dump_cl() local 57 offset, hw_offset, header, header); in vc4_dump_cl() 64 offset, hw_offset, header, v3d_group_get_name(inst)); in vc4_dump_cl() 78 hw_offset += length; in vc4_dump_cl()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_plugin.c | 466 snd_pcm_uframes_t xfer, hw_offset, size; in snd_pcm_plugin_sync_hw_ptr_capture() local 472 hw_offset = snd_pcm_mmap_hw_offset(pcm); in snd_pcm_plugin_sync_hw_ptr_capture() 475 snd_pcm_uframes_t cont = pcm->buffer_size - hw_offset; in snd_pcm_plugin_sync_hw_ptr_capture() 495 frames = (plugin->read)(pcm, areas, hw_offset, frames, in snd_pcm_plugin_sync_hw_ptr_capture() 500 res = plugin->undo_read(slave, areas, hw_offset, frames, slave_frames - result); in snd_pcm_plugin_sync_hw_ptr_capture() 513 hw_offset = 0; in snd_pcm_plugin_sync_hw_ptr_capture() 515 hw_offset += frames; in snd_pcm_plugin_sync_hw_ptr_capture()
|
H A D | pcm_rate.c | 893 static int snd_pcm_rate_grab_next_period(snd_pcm_t *pcm, snd_pcm_uframes_t hw_offset) in snd_pcm_rate_grab_next_period() argument 896 snd_pcm_uframes_t cont = pcm->buffer_size - hw_offset; in snd_pcm_rate_grab_next_period() 910 snd_pcm_rate_read_areas1(pcm, areas, hw_offset, in snd_pcm_rate_grab_next_period() 975 cont = pcm->buffer_size - hw_offset; in snd_pcm_rate_grab_next_period() 977 snd_pcm_rate_read_areas1(pcm, areas, hw_offset, in snd_pcm_rate_grab_next_period() 983 snd_pcm_areas_copy(areas, hw_offset, in snd_pcm_rate_grab_next_period() 1048 snd_pcm_uframes_t xfer, hw_offset, size; in snd_pcm_rate_avail_update_capture() local 1052 hw_offset = snd_pcm_mmap_hw_offset(pcm); in snd_pcm_rate_avail_update_capture() 1055 int err = snd_pcm_rate_grab_next_period(pcm, hw_offset); in snd_pcm_rate_avail_update_capture() 1063 hw_offset in snd_pcm_rate_avail_update_capture() [all...] |
/third_party/libdrm/intel/ |
H A D | intel_decode.c | 53 uint32_t hw_offset; member 116 uint32_t offset = ctx->hw_offset + index * 4; in instr_out() 3866 void *data, uint32_t hw_offset, int count) in drm_intel_decode_set_batch_pointer() 3869 ctx->base_hw_offset = hw_offset; in drm_intel_decode_set_batch_pointer() 3893 * \param hw_offset hardware address for the buffer 3917 ctx->hw_offset = ctx->base_hw_offset; in drm_intel_decode() 3979 ctx->hw_offset += 4 * index; in drm_intel_decode() 3865 drm_intel_decode_set_batch_pointer(struct drm_intel_decode *ctx, void *data, uint32_t hw_offset, int count) drm_intel_decode_set_batch_pointer() argument
|
H A D | intel_bufmgr.h | 272 void *data, uint32_t hw_offset,
|
Completed in 9 milliseconds