Home
last modified time | relevance | path

Searched refs:dechandle (Results 1 – 8 of 8) sorted by relevance

/dports/audio/harp/harp-0.6.0/plugins/vorbis/
H A Dvorbis.c54 if(ph->dechandle==NULL) in plugin_seek()
57 h=(struct vorbisHandles *)ph->dechandle; in plugin_seek()
146 ph->dechandle=&h; in plugin_run()
/dports/audio/harp/harp-0.6.0/plugins/flac/
H A Dflac.c47 if(ph->dechandle==NULL) in plugin_seek()
50 data=(struct snd_data*)ph->dechandle; in plugin_seek()
137 ph->dechandle=&data; in plugin_run()
/dports/audio/harp/harp-0.6.0/plugins/mp3/
H A Dmp3.c156 if(ph->dechandle==NULL){ in plugin_seek()
162 struct mp3Handles *h=(struct mp3Handles *)ph->dechandle; in plugin_seek()
196 ph->dechandle=&h; in plugin_run()
/dports/audio/harp/harp-0.6.0/plugins/aac/
H A Daac.c56 struct aacHandles *h=(struct aacHandles *)ph->dechandle; in plugin_seek()
58 if(ph->dechandle==NULL)return; in plugin_seek()
290 ph->dechandle=&h; in decodeAAC()
446 ph->dechandle=&h; in decodeMP4()
/dports/audio/harp/harp-0.6.0/
H A Ddefs.h312 void *dechandle; member
H A Dplayer.c238 ph.dechandle=NULL; in player()
280 psargs.ph->dechandle=NULL; in player()
H A Djackutil.c115 if(!ph->dechandle) return 0; in jack_process()
/dports/multimedia/xvid/xvidcore/examples/
H A Dxvid_bench.c1448 void *dechandle = 0; in test_dec() local
1475 dechandle = xparam.handle; in test_dec()
1520 xerr = xvid_decore(dechandle, XVID_DEC_DECODE, &xframe, 0); in test_dec()
1554 if (dechandle!=0) { in test_dec()
1555 xerr= xvid_decore(dechandle, XVID_DEC_DESTROY, NULL, NULL); in test_dec()