Home
last modified time | relevance | path

Searched refs:SoundConverterEndConversion (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dad_qtaudio.c94 static LPFUNC8 SoundConverterEndConversion; variable
160 SoundConverterEndConversion = (LPFUNC8)GetProcAddress(qtml_dll,"SoundConverterEndConversion"); in loader_init()
161 if ( SoundConverterEndConversion == NULL ) in loader_init()
286 error=SoundConverterEndConversion(myConverter,NULL,&ConvertedFrames,&ConvertedBytes); in uninit()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dad_qtaudio.c94 static LPFUNC8 SoundConverterEndConversion; variable
160 SoundConverterEndConversion = (LPFUNC8)GetProcAddress(qtml_dll,"SoundConverterEndConversion"); in loader_init()
161 if ( SoundConverterEndConversion == NULL ) in loader_init()
286 error=SoundConverterEndConversion(myConverter,NULL,&ConvertedFrames,&ConvertedBytes); in uninit()
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/
H A Dqt_decoder.c158 LPFUNC8 SoundConverterEndConversion; member
287 …this->SoundConverterEndConversion = (LPFUNC8)GetProcAddress (this->qtml_dll, "SoundConverterEndCon… in qta_init_driver()
288 if ( this->SoundConverterEndConversion == NULL ) { in qta_init_driver()
530 error = this->SoundConverterEndConversion (this->myConverter,NULL, in qta_dispose()
/dports/graphics/libprojectm/projectm-3.1.12/src/projectM-moviegen/
H A Dpm.c272 err = SoundConverterEndConversion( mySoundConverter, outputBuffer, &noFrames, &noBytes ); in main()
H A Dmov123.c682 SoundConverterEndConversion(mySoundConverter, pDecomBuffer, &outputFrames, &actualOutputBytes); in ConvertMovieSndTrack()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DSound.pas2012 function SoundConverterEndConversion( sc: SoundConverter; outputPtr: UnivPtr; var outputFrames: UNS… in SoundConverterEndConversion() function