Home
last modified time | relevance | path

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

/dports/net/h323plus/h323plus-1_27_2/plugins/audio/SILK/silkSrc/
H A DSKP_Silk_SDK_API.h98 SKP_int SKP_Silk_SDK_Get_Decoder_Size(
H A DSKP_Silk_dec_API.c35 SKP_int SKP_Silk_SDK_Get_Decoder_Size( SKP_int32 *decSizeBytes ) in SKP_Silk_SDK_Get_Decoder_Size() function
/dports/net/opal/opal-3.10.10/plugins/audio/SILK/SILK_SDK/interface/
H A DSKP_Silk_SDK_API.h98 SKP_int SKP_Silk_SDK_Get_Decoder_Size(
/dports/audio/baresip/baresip-0.5.8/modules/silk/
H A Dsilk.c126 ret = SKP_Silk_SDK_Get_Decoder_Size(&dec_size); in decode_update()
/dports/net/sems/sems-f89581a/core/plug-in/silk/
H A Dsilk.c153 ret = SKP_Silk_SDK_Get_Decoder_Size( &decSizeBytes );
/dports/net/opal/opal-3.10.10/plugins/audio/SILK/SILK_SDK/src/
H A DSKP_Silk_dec_API.c35 SKP_int SKP_Silk_SDK_Get_Decoder_Size( SKP_int32 *decSizeBytes ) in SKP_Silk_SDK_Get_Decoder_Size() function
/dports/net/opal/opal-3.10.10/plugins/audio/SILK/
H A DSILKCodec.cpp293 if (SKP_Silk_SDK_Get_Decoder_Size(&sizeBytes) != 0) in Construct()
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/SILK/
H A Dsilkcodec.cxx187 ret = SKP_Silk_SDK_Get_Decoder_Size( &decSizeBytes ); in SILKDecoderCreate()
/dports/net/opal/opal-3.10.10/plugins/audio/SILK/SILK_SDK/test/
H A DDecoder.c161 ret = SKP_Silk_SDK_Get_Decoder_Size( &decSizeBytes ); in main()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_silk/
H A Dmod_silk.c217 if (SKP_Silk_SDK_Get_Decoder_Size(&decSizeBytes)) { in switch_silk_init()
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia-codec/
H A Dsilk.c642 err = SKP_Silk_SDK_Get_Decoder_Size(&st_size); in silk_codec_open()