Home
last modified time | relevance | path

Searched refs:weed_layer_get_audio_data (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dcolourspace.h313 float **weed_layer_get_audio_data(weed_layer_t *, int *naudchans);
H A Dtranscode.c381 fltbuf = (float **)weed_layer_get_audio_data(layer, NULL); in transcode_clip()
H A Dpulse.c888 fltbuf = weed_layer_get_audio_data(layer, NULL); in pulse_audio_write_process()
960 fltbuf = weed_layer_get_audio_data(layer, NULL); in pulse_audio_write_process()
1375 fltbuf = weed_layer_get_audio_data(layer, NULL);
H A Djack.c783 xfltbuf = weed_layer_get_audio_data(layer, NULL); in audio_process()
847 xfltbuf = weed_layer_get_audio_data(layer, NULL); in audio_process()
H A Daudio.c1720 float **adata = (weed_layer_get_audio_data(layers[x], NULL)); in render_audio_segment()
3617 fltbuf = weed_layer_get_audio_data(layer, NULL); in apply_rte_audio()
H A Deffects-weed.c2739 if (!layer || ((weed_layer_is_audio(layer) && !weed_layer_get_audio_data(layer, NULL)) || in enable_disable_channels()
H A Dcolourspace.c13921 LIVES_GLOBAL_INLINE float **weed_layer_get_audio_data(weed_layer_t *layer, int *naudchans) { in weed_layer_get_audio_data() function