| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/ |
| A D | snd_pcm.c | 164 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_hw_constrains_init() local 399 runtime = substream->runtime; in snd_pcm_release_substream() 486 substream->runtime = runtime; in snd_pcm_open_substream() 555 if (runtime->silence_size < runtime->boundary) { in snd_pcm_playback_silence() 868 runtime = substream->runtime; in snd_pcm_period_elapsed() 1040 cont = runtime->buffer_size - runtime->control->appl_ptr % runtime->buffer_size; in snd_pcm_lib_write() 1182 cont = runtime->buffer_size - runtime->control->appl_ptr % runtime->buffer_size; in snd_pcm_lib_read() 1311 runtime = substream->runtime; in ksnd_pcm_stream_info() 1914 runtime->stop_threshold = runtime->buffer_size; in ksnd_pcm_hw_params() 1916 runtime->boundary = runtime->buffer_size; in ksnd_pcm_hw_params() [all …]
|
| A D | snd_dma.c | 50 return substream->runtime->private_data; in substream_to_prtd() 102 substream->runtime->private_data = prtd; in snd_dmaengine_pcm_open_request_chan() 113 substream->runtime->private_data = NULL; in snd_dmaengine_pcm_close_release_chan() 133 pos, pos, bytes_to_frames(substream->runtime, pos)); in snd_dmaengine_pcm_pointer() 134 return bytes_to_frames(substream->runtime, pos); in snd_dmaengine_pcm_pointer() 152 if (!substream->runtime) in dmaengine_pcm_dma_complete() 175 hal_dcache_clean_invalidate((unsigned long)(substream->runtime->dma_addr), in dmaengine_pcm_prepare_and_submit() 179 substream->runtime->dma_addr, in dmaengine_pcm_prepare_and_submit() 212 if (runtime->info & SNDRV_PCM_INFO_PAUSE) in snd_dmaengine_pcm_trigger()
|
| A D | snd_misc.c | 153 int snd_pcm_limit_hw_rates(struct snd_pcm_runtime *runtime) in snd_pcm_limit_hw_rates() argument 157 if (runtime->hw.rates & (1 << i)) { in snd_pcm_limit_hw_rates() 158 runtime->hw.rate_min = snd_pcm_known_rates.list[i]; in snd_pcm_limit_hw_rates() 163 if (runtime->hw.rates & (1 << i)) { in snd_pcm_limit_hw_rates() 164 runtime->hw.rate_max = snd_pcm_known_rates.list[i]; in snd_pcm_limit_hw_rates()
|
| A D | snd_core.c | 194 struct snd_pcm_runtime *runtime = substream->runtime; in snd_set_runtime_hwparams() local 196 runtime->hw.info = hw->info; in snd_set_runtime_hwparams() 197 runtime->hw.formats = hw->formats; in snd_set_runtime_hwparams() 198 runtime->hw.period_bytes_min = hw->period_bytes_min; in snd_set_runtime_hwparams() 199 runtime->hw.period_bytes_max = hw->period_bytes_max; in snd_set_runtime_hwparams() 200 runtime->hw.periods_min = hw->periods_min; in snd_set_runtime_hwparams() 201 runtime->hw.periods_max = hw->periods_max; in snd_set_runtime_hwparams() 202 runtime->hw.buffer_bytes_max = hw->buffer_bytes_max; in snd_set_runtime_hwparams() 245 struct snd_pcm_runtime *runtime = substream->runtime; in soc_pcm_init_runtime_hw() local 246 struct snd_pcm_hardware *hw = &runtime->hw; in soc_pcm_init_runtime_hw() [all …]
|
| A D | snd_params.c | 495 t.range.max = substream->runtime->hw.buffer_bytes_max; in snd_pcm_hw_rule_buffer_bytes_max()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sound/ |
| A D | snd_pcm.h | 173 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_lib_buffer_bytes() local 174 return frames_to_bytes(runtime, runtime->buffer_size); in snd_pcm_lib_buffer_bytes() 179 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_lib_period_bytes() local 180 return frames_to_bytes(runtime, runtime->period_size); in snd_pcm_lib_period_bytes() 195 …snd_pcm_sframes_t avail = runtime->status->hw_ptr + runtime->buffer_size - runtime->control->appl_… in snd_pcm_playback_avail() 208 return runtime->buffer_size - snd_pcm_playback_avail(runtime); in snd_pcm_playback_hw_avail() 214 return runtime->buffer_size - snd_pcm_capture_avail(runtime); in snd_pcm_capture_hw_avail() 219 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_playback_data() local 221 if (runtime->stop_threshold >= runtime->boundary) in snd_pcm_playback_data() 224 return snd_pcm_playback_avail(runtime) < runtime->buffer_size; in snd_pcm_playback_data() [all …]
|
| A D | snd_core.h | 531 struct snd_pcm_runtime *runtime; member 598 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_set_runtime_buffer() local 601 runtime->dma_buffer_p = bufp; in snd_pcm_set_runtime_buffer() 602 runtime->dma_addr = bufp->addr; in snd_pcm_set_runtime_buffer() 603 runtime->dma_bytes = bufp->bytes; in snd_pcm_set_runtime_buffer() 605 runtime->dma_buffer_p = NULL; in snd_pcm_set_runtime_buffer() 606 runtime->dma_addr = 0; in snd_pcm_set_runtime_buffer() 607 runtime->dma_bytes = 0; in snd_pcm_set_runtime_buffer()
|
| A D | snd_misc.h | 35 int snd_pcm_limit_hw_rates(struct snd_pcm_runtime *runtime);
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/ |
| A D | de_smbl.c | 220 if (g_smbl_status[sel]->runtime > 0) { in de_smbl_tasklet() 229 if (g_smbl_status[sel]->runtime == 0) in de_smbl_tasklet() 230 g_smbl_status[sel]->runtime++; in de_smbl_tasklet() 248 g_smbl_status[sel]->runtime = 0; in de_smbl_apply() 357 g_smbl_status[sel]->runtime = 0; in de_smbl_init()
|
| A D | de_bws.c | 132 g_bws_status[sel][chno]->runtime = 0; in de_bws_init() 500 g_bws_status[screen_id][chno]->runtime = 0; in de_bws_apply() 505 g_bws_status[screen_id][chno]->runtime = 0; in de_bws_apply() 568 if (g_bws_status[screen_id][chno]->runtime < 1) in de_bws_tasklet() 569 g_bws_status[screen_id][chno]->runtime++; in de_bws_tasklet()
|
| A D | de_bws_type.h | 154 unsigned int runtime; /* Frame number of BWS run */ member
|
| A D | de_fce.c | 131 g_hist_status[sel][chno]->runtime = 0; in de_fce_init() 919 g_hist_status[screen_id][chno]->runtime = 0; in de_hist_apply() 924 g_hist_status[screen_id][chno]->runtime = 0; in de_hist_apply() 943 if (g_hist_status[screen_id][chno]->runtime < 2) in de_hist_tasklet() 944 g_hist_status[screen_id][chno]->runtime++; in de_hist_tasklet()
|
| A D | de_fce_type.h | 234 unsigned int runtime; member
|
| A D | de_smbl_type.h | 257 unsigned int runtime; member
|
| /bsp/simulator/SDL2/ |
| A D | README-SDL.txt | 2 Please distribute this file with the SDL runtime environment:
|
| /bsp/rockchip/common/drivers/ |
| A D | Kconfig | 53 bool "Enable pm runtime"
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/codecs/ |
| A D | sun8iw19-codec.c | 595 channels = substream->runtime->channels; in sunxi_codec_dapm_control()
|
| A D | sun8iw18-codec.c | 794 channels = substream->runtime->channels; in sunxi_codec_dapm_control()
|
| A D | sun8iw20-codec.c | 597 channels = substream->runtime->channels; in sunxi_codec_dapm_control()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/platform/ |
| A D | sun8iw19-daudio.c | 953 struct dmaengine_pcm_runtime_data *prtd = substream->runtime->private_data; in sunxi_pcm_hw_params()
|
| /bsp/fujitsu/mb9x/mb9bf618s/ |
| A D | project.ewp | 80 …<state>Use the normal configuration of the C/C++ runtime library. No locale interface, C locale, n… 1026 …<state>Use the normal configuration of the C/C++ runtime library. No locale interface, C locale, n…
|
| /bsp/hc32l196/ |
| A D | project.ewp | 70 …<state>Use the normal configuration of the C/C++ runtime library. No locale interface, C locale, n… 1070 …<state>Use the normal configuration of the C/C++ runtime library. No locale interface, C locale, n…
|
| /bsp/hc32l136/ |
| A D | project.ewp | 78 …<state>Use the full configuration of the C/C++ runtime library. Full locale interface, C locale, f… 1064 …<state>Use the full configuration of the C/C++ runtime library. Full locale interface, C locale, f…
|
| /bsp/asm9260t/ |
| A D | project.ewp | 60 …<state>Use the normal configuration of the C/C++ runtime library. No locale interface, C locale, n… 1095 …<state>Use the normal configuration of the C/C++ runtime library. No locale interface, C locale, n…
|
| /bsp/acm32/acm32f0x0-nucleo/ |
| A D | project.ewp | 60 …<state>Use the normal configuration of the C/C++ runtime library. No locale interface, C locale, n… 1122 …<state>Use the normal configuration of the C/C++ runtime library. No locale interface, C locale, n…
|