Home
last modified time | relevance | path

Searched refs:AUDIO_CHANNEL_TYPE_BITMAP (Results 1 – 22 of 22) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/audio_output/
H A Dadummy.c80 fmt->channel_type = AUDIO_CHANNEL_TYPE_BITMAP; in Start()
H A Dtizen_audio.c236 p_fmt->channel_type = AUDIO_CHANNEL_TYPE_BITMAP; in Start()
H A Dsndio.c177 fmt->channel_type = AUDIO_CHANNEL_TYPE_BITMAP; in Start()
H A Damem.c236 fmt->channel_type = AUDIO_CHANNEL_TYPE_BITMAP; in Start()
H A Dfile.c215 fmt->channel_type = AUDIO_CHANNEL_TYPE_BITMAP; in set_category()
H A Doss.c218 fmt->channel_type = AUDIO_CHANNEL_TYPE_BITMAP; in Start()
H A Dkai.c209 format.channel_type = AUDIO_CHANNEL_TYPE_BITMAP; in set_category()
H A Djack.c265 fmt->channel_type = AUDIO_CHANNEL_TYPE_BITMAP; in set_category()
H A Dopensles_android.c478 fmt->channel_type = AUDIO_CHANNEL_TYPE_BITMAP; in Start()
H A Dwasapi.c527 fmt.channel_type = AUDIO_CHANNEL_TYPE_BITMAP; in Start()
H A Dalsa.c587 fmt->channel_type = AUDIO_CHANNEL_TYPE_BITMAP; in Start()
H A Dwaveout.c331 fmt->channel_type = AUDIO_CHANNEL_TYPE_BITMAP; in set_category()
H A Ddirectsound.c810 fmt.channel_type = AUDIO_CHANNEL_TYPE_BITMAP; in Start()
H A Daudiounit_ios.m579 fmt->channel_type = AUDIO_CHANNEL_TYPE_BITMAP;
H A Dpulse.c831 fmt->channel_type = AUDIO_CHANNEL_TYPE_BITMAP; in Start()
H A Dauhal.c1637 fmt->channel_type = AUDIO_CHANNEL_TYPE_BITMAP; in Start()
H A Daudiotrack.c1180 p_sys->fmt.channel_type = AUDIO_CHANNEL_TYPE_BITMAP; in Start()
/dports/multimedia/vlc/vlc-3.0.16/src/audio_output/
H A Dfilters.c545 assert(output_format.channel_type == AUDIO_CHANNEL_TYPE_BITMAP); in aout_FiltersNew()
559 input_format.channel_type = AUDIO_CHANNEL_TYPE_BITMAP; in aout_FiltersNew()
588 assert(input_format.channel_type == AUDIO_CHANNEL_TYPE_BITMAP); in aout_FiltersNew()
H A Doutput.c531 if (fmt->channel_type == AUDIO_CHANNEL_TYPE_BITMAP in aout_OutputNew()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dfaad.c521 if (p_dec->fmt_out.audio.channel_type == AUDIO_CHANNEL_TYPE_BITMAP) in DecodeBlock()
561 if ( p_dec->fmt_out.audio.channel_type == AUDIO_CHANNEL_TYPE_BITMAP ) in DecodeBlock()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_es.h75 AUDIO_CHANNEL_TYPE_BITMAP, enumerator
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/
H A Ddecklink.cpp1134 fmt->channel_type = AUDIO_CHANNEL_TYPE_BITMAP; in Start()