Home
last modified time | relevance | path

Searched refs:SoundConverterOpen (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dad_qtaudio.c88 static LPFUNC2 SoundConverterOpen; variable
124 SoundConverterOpen = (LPFUNC2)GetProcAddress(qtml_dll,"SoundConverterOpen"); in loader_init()
125 if ( SoundConverterOpen == NULL ) in loader_init()
220 error = SoundConverterOpen(&InputFormatInfo, &OutputFormatInfo, &myConverter); in preinit()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dad_qtaudio.c88 static LPFUNC2 SoundConverterOpen; variable
124 SoundConverterOpen = (LPFUNC2)GetProcAddress(qtml_dll,"SoundConverterOpen"); in loader_init()
125 if ( SoundConverterOpen == NULL ) in loader_init()
220 error = SoundConverterOpen(&InputFormatInfo, &OutputFormatInfo, &myConverter); in preinit()
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/
H A Dqt_decoder.c152 LPFUNC2 SoundConverterOpen; member
245 this->SoundConverterOpen = (LPFUNC2)GetProcAddress (this->qtml_dll, "SoundConverterOpen"); in qta_init_driver()
246 if ( this->SoundConverterOpen == NULL ) { in qta_init_driver()
352 error = this->SoundConverterOpen (&this->InputFormatInfo, in qta_init_driver()
/dports/graphics/libprojectm/projectm-3.1.12/src/projectM-moviegen/
H A Dpm.c191 err = SoundConverterOpen( &theInputFormat, &theOutputFormat, in main()
H A Dmov123.c465 err = SoundConverterOpen(&theInputFormat, &theOutputFormat, &mySoundConverter); in ConvertMovieSndTrack()
/dports/audio/sdl_sound/SDL_sound-1.0.3/decoders/
H A Dquicktime.c431 error = SoundConverterOpen (&instance->source_format, &instance->dest_format, in QT_open_internal()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/3gp/
H A Dtiio_3gpM.cpp672 SoundConverterOpen(&sourceInfo, &destInfo, &converter); in saveSoundTrack()
H A Dtiio_3gpW.cpp597 SoundConverterOpen(&sourceInfo, &destInfo, &converter); in saveSoundTrack()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/mov/
H A Dtiio_movM.cpp854 SoundConverterOpen(&sourceInfo, &destInfo, &converter); in saveSoundTrack()
H A Dtiio_movW.cpp687 SoundConverterOpen(&sourceInfo, &destInfo, &converter); in saveSoundTrack()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DSound.pas1952 function SoundConverterOpen( const (*var*) inputFormat: SoundComponentData; const (*var*) outputFor… in SoundConverterOpen() function