Home
last modified time | relevance | path

Searched refs:bitsPerSec (Results 1 – 18 of 18) sorted by relevance

/dports/net/opal/opal-3.10.10/plugins/audio/G.722.1/
H A DG7221Codec.c102 unsigned bitsPerSec; // can be changed between frames member
116 Context->bitsPerSec = codec->bitsPerSec; in G7221EncoderCreate()
147 if (*toLen < G722_1_FRAME_BYTES (Context->bitsPerSec)) in G7221Encode()
154 …encoder (G722_1_FRAME_BITS (Context->bitsPerSec), NUMBER_OF_REGIONS, Context->mlt_coefs, Context->… in G7221Encode()
158 *toLen = G722_1_FRAME_BYTES (Context->bitsPerSec); in G7221Encode()
169 unsigned bitsPerSec; // can be changed between frames member
188 Context->bitsPerSec = codec->bitsPerSec; in G7221DecoderCreate()
229 if (*fromLen < G722_1_FRAME_BYTES (Context->bitsPerSec)) in G7221Decode()
239 Context->bitobj.number_of_bits_left = G722_1_FRAME_BITS(Context->bitsPerSec); in G7221Decode()
252 *fromLen = G722_1_FRAME_BYTES (Context->bitsPerSec); in G7221Decode()
[all …]
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/G.722.1/
H A DG7221Codec.cxx141 unsigned bitsPerSec; // can be changed between frames member
189 context->bitsPerSec = maxBitRate; in encoder_set_options()
215 Context->bitsPerSec = codec->bitsPerSec; in G7221EncoderCreate()
247 if (*toLen < G722_1_FRAME_BYTES (Context->bitsPerSec)) in G7221Encode()
261 *toLen = G722_1_FRAME_BYTES (Context->bitsPerSec); in G7221Encode()
281 unsigned bitsPerSec; // can be changed between frames member
302 Context->bitsPerSec = codec->bitsPerSec; in G7221DecoderCreate()
344 if (*fromLen < G722_1_FRAME_BYTES (Context->bitsPerSec)) in G7221Decode()
362 Context->bitobj.number_of_bits_left = G722_1_FRAME_BITS(Context->bitsPerSec); in G7221Decode()
380 *fromLen = G722_1_FRAME_BYTES (Context->bitsPerSec); in G7221Decode()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/speedmanager/impl/v2/
H A DPingSpaceMapper.java87 private int convertBitsPerSec2meshIndex(int bitsPerSec){ in convertBitsPerSec2meshIndex() argument
89 if( bitsPerSec<0){ in convertBitsPerSec2meshIndex()
93 int bytesPerSec = bitsPerSec/1024; in convertBitsPerSec2meshIndex()
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/G722/
H A Dg722codec.c70 return g722_encode_init(NULL, codec->bitsPerSec, 0); in create_encoder()
100 return g722_decode_init(NULL, codec->bitsPerSec, 0); in create_decoder()
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/iLBC/
H A Dilbccodec.c59 initEncode(context, codec->bitsPerSec != BITRATE_30MS ? 20 : 30); in create_encoder()
67 initDecode(context, codec->bitsPerSec != BITRATE_30MS ? 20 : 30, 0); in create_decoder()
/dports/net/opal/opal-3.10.10/plugins/audio/iLBC/
H A Dilbccodec.c59 initEncode(context, codec->bitsPerSec != BITRATE_30MS ? 20 : 30); in create_encoder()
67 initDecode(context, codec->bitsPerSec != BITRATE_30MS ? 20 : 30, 0); in create_decoder()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Dmusic.h134 uint32 bitsPerSec; member
/dports/net/opal/opal-3.10.10/include/codec/
H A Dopalplugin.hpp270 , m_maxBitRate(defn->bitsPerSec) in PluginCodec()
366 return SetOptionUnsigned(m_maxBitRate, optionValue, 1, m_definition->bitsPerSec); in SetOption()
H A Dopalplugin.h348 unsigned int bitsPerSec; // raw bits per second member
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/celt/
H A Dceltcodec.c61 celt->bytes_per_packet = (codec->bitsPerSec * celt->frame_size/codec->sampleRate + 4) / 8; in init_mode()
/dports/net/opal/opal-3.10.10/plugins/audio/celt/
H A Dceltcodec.c67 celt->bytes_per_packet = (codec->bitsPerSec * celt->frame_size/codec->sampleRate + 4) / 8; in init_mode()
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/SILK/
H A Dsilkcodec.cxx134 ctxt->control.bitRate = codec->bitsPerSec; in SILKEncoderCreate()
/dports/net/h323plus/h323plus-1_27_2/include/codec/
H A Dopalplugin.h326 unsigned int bitsPerSec; // raw bits per second member
/dports/net/opal/opal-3.10.10/samples/opalcodecinfo/
H A Dmain.cxx169 << " Bits/sec: " << defn.bitsPerSec << endl in DisplayCodecDefn()
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Dmusic.cpp974 uint32 bitsPerSec; member
/dports/net/opal/opal-3.10.10/src/codec/
H A Dopalpluginmgr.cxx544 if (codecDefn->bitsPerSec > 0) in OpalPluginAudioFormatInternal()
545 SetOptionInteger(OpalMediaFormat::MaxBitRateOption(), codecDefn->bitsPerSec); in OpalPluginAudioFormatInternal()
589 codecDefn->bitsPerSec, in OpalPluginVideoFormatInternal()
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh323pluginmgr.cxx153 { return codecDefn->bitsPerSec; } in GetBitsPerSec()
876 _encoderCodec->bitsPerSec, in OpalPluginAudioMediaFormat()
943 _encoderCodec->bitsPerSec, in OpalPluginVideoMediaFormat()
/dports/net/h323plus/h323plus-1_27_2/plugins/video/H.264/
H A Dh264-x264.cxx1183 unsigned targetBitrate = codec->bitsPerSec; in encoder_set_options()