Searched defs:bitrate (Results 51 - 75 of 76) sorted by relevance

1234

/external/webrtc/webrtc/video/
H A Dsend_statistics_proxy.cc176 void SendStatisticsProxy::OnOutgoingRate(uint32_t framerate, uint32_t bitrate) { argument
179 stats_.media_bitrate_bps = bitrate;
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
H A DRTPencode.cc89 int* bitrate,
93 int bitrate,
106 int bitrate,
285 int bitrate = 0; local
331 printf("%s PCMfile RTPfile frameLen codec useVAD bitrate\n", argv[0]);
459 printf("bitrate : Codec bitrate in bps (only applies to vbr "
488 &bitrate, &useRed);
535 bitrate = 32000;
536 printf("Running iSAC at default bitrate o
838 NetEQTest_GetCodec_and_PT(char* name, webrtc::NetEqDecoder* codec, int* PT, size_t frameLen, int* fs, int* bitrate, int* useRed) argument
909 NetEQTest_init_coders(webrtc::NetEqDecoder coder, size_t enc_frameSize, int bitrate, int sampfreq, int vad, size_t numChannels) argument
1592 NetEQTest_encode(webrtc::NetEqDecoder coder, int16_t* indata, size_t frameLen, unsigned char* encoded, int sampleRate, int* vad, int useVAD, int bitrate, size_t numChannels) argument
[all...]
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_unittest_helper.cc25 unsigned int bitrate) {
26 latest_bitrate_ = bitrate;
139 // Divides |bitrate_bps| among all streams. The allocated bitrate per stream
237 // Generates a frame of packets belonging to a stream at a given bitrate and
242 // target bitrate after the call to this function.
400 // Make sure we initially increase the bitrate as expected.
404 // bitrate(i) = 1.04 * bitrate(i-1) + 1000
405 // until bitrate(i) > 500000, with bitrate(
23 OnReceiveBitrateChanged( const std::vector<unsigned int>& ssrcs, unsigned int bitrate) argument
449 int bitrate = kStartBitrate / 2; local
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_receiver.cc1272 uint32_t bitrate = 0; local
1298 // owner of max bitrate request has timed out
1302 // Get net bitrate from bounding set depending on sent packet rate
1303 if (CalcMinBitRate(&bitrate)) {
1306 _cbRtcpBandwidthObserver->OnReceivedEstimatedBitrate(bitrate * 1000);
H A Drtcp_sender.cc255 void RTCPSender::SetREMBData(uint32_t bitrate, argument
258 remb_bitrate_ = bitrate;
618 // allowed to raise the bitrate:
H A Drtp_rtcp_impl.cc651 void ModuleRtpRtcpImpl::SetREMBData(const uint32_t bitrate, argument
653 rtcp_sender_.SetREMBData(bitrate, ssrcs);
H A Drtp_sender.cc208 void RTPSender::SetTargetBitrate(uint32_t bitrate) { argument
210 target_bitrate_ = bitrate;
762 // TODO(pwestin): Add a separate bitrate for sent bitrate after pacer.
794 LOG(LS_INFO) << "NACK bitrate reached. Skip sending NACK response. Target "
864 // Save bitrate statistics.
/external/webrtc/webrtc/modules/video_coding/
H A Djitter_buffer.cc395 // Calculate framerate and bitrate.
397 unsigned int* bitrate) {
399 assert(bitrate);
407 *bitrate = incoming_bit_rate_;
432 *bitrate = 0;
434 *bitrate =
437 incoming_bit_rate_ = *bitrate;
448 *bitrate = 0;
396 IncomingRateStatistics(unsigned int* framerate, unsigned int* bitrate) argument
/external/aac/libAACenc/src/
H A Daacenc_lib.cpp247 ULONG bitrateRange; /*!< Lower bitrate range for config entry. */
283 * This function finds default SBR configuration for ELD based on sampling rate and channel bitrate.
288 * \param totalBitrate Overall bitrate.
675 /* Find total bitrate which provides valid configuration for each SBR element. */
700 Abort element loop and restart with adapted bitrate. */
721 /* Unequal bitrates mean that no reasonable bitrate configuration found. */
837 /* get bitrate in VBR configuration */
839 /* In VBR mode; SBR-modul depends on bitrate, core encoder on bitrateMode. */
845 /* Set default bitrate if no external bitrate declare
847 INT bitrate = FDKaacEnc_GetChannelModeConfiguration(hAacConfig->channelMode)->nChannelsEff * hAacConfig->sampleRate; local
[all...]
H A Dadj_thr.cpp132 INT bitrate; member in struct:__anon84
294 if ((peTab[i].bitrate<=bitRate) && ((peTab[i+1].bitrate>bitRate) || ((i==size-2)) ))
301 endB=peTab[i+1].bitrate;*/
302 startB=peTab[i].bitrate;
310 endB=peTab[i+1].bitrate;*/
311 startB=peTab[i].bitrate;
342 /* the quantTendencyCompensator compensates a lower bit consumption due to increasing the tendency to quantize low spectral values to the lower quantizer border for bitrates below a certain bitrate threshold --> see also function calcSfbDistLD in quantize.c */
609 * \param peOffset Fixed PE offset defined while FDKaacEnc_AdjThrInit() depending on bitrate.
2348 chBitrate*nChannelsEff, /* overall bitrate */
[all...]
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp157 channels, bitrate, sample rate and core coder
164 getSbrTuningTableIndex(UINT bitrate, /*! the total bitrate in bits/sec */ argument
185 if ((bitrate >= sbrTuningTable [i].bitrateFrom) &&
186 (bitrate < sbrTuningTable [i].bitrateTo)) {
187 bitRateClosestLower = bitrate;
188 bitRateClosestUpper = bitrate;
192 if ( sbrTuningTable [i].bitrateFrom > bitrate ) {
198 if ( sbrTuningTable [i].bitrateTo <= bitrate ) {
216 distanceLower = sbrTuningTable [bitRateClosestLowerIndex].bitrateFrom - bitrate;
245 getPsTuningTableIndex(UINT bitrate, UINT *pBitRateClosest) argument
349 FDKsbrEnc_IsSbrSettingAvail( UINT bitrate, UINT vbrMode, UINT numOutputChannels, UINT sampleRateInput, UINT sampleRateCore, AUDIO_OBJECT_TYPE core ) argument
[all...]
/external/libavc/test/decoder/
H A Dmain.c2885 printf("Average bitrate(kb) for the last second = %6d\n",(bytes_consumed * 8) / 1024);
3071 double bitrate = (bytes_avg * 8 * s_app_ctx.fps)/1000000; local
3072 printf("Bitrate @ %2d fps(mbps) : %-6.2f\n", s_app_ctx.fps, bitrate);
/external/libhevc/test/decoder/
H A Dmain.c2786 printf("Average bitrate(kb) for the last second = %6d\n", (bytes_consumed * 8) / 1024);
2937 double bitrate = (bytes_avg * 8 * s_app_ctx.fps) / 1000000; local
2938 printf("Bitrate @ %2d fps(mbps) : %-6.2f\n", s_app_ctx.fps, bitrate);
/external/libopus/src/
H A Dopus_encoder.c520 /* Estimates how much the bitrate will be boosted based on the sub-frame energy */
652 int bitrate, opus_val16 tonality, float *mem, int buffering,
713 bestLM = transient_viterbi(e, e_1, N, (int)((1.f+.5f*tonality)*(60*C+40)), bitrate/400);
950 opus_int32 max_rate; /* Max bitrate we're allowed to use */
1214 /* For VBR, target the actual bitrate (subject to the limit above) */
651 optimize_framesize(const opus_val16 *x, int len, int C, opus_int32 Fs, int bitrate, opus_val16 tonality, float *mem, int buffering, downmix_func downmix) argument
/external/opencv3/modules/videoio/src/
H A Dcap_ffmpeg_impl.hpp1132 int w, int h, int bitrate,
1181 int64_t lbit_rate = (int64_t)bitrate;
1182 lbit_rate += (bitrate / 2);
1247 this seems easier than finding an appropriate default bitrate. */
1701 double bitrate = MIN(bitrate_scale*fps*width*height, (double)INT_MAX/2); local
1705 width, height, (int)(bitrate + 0.5),
1754 lbit_rate += (bitrate / 2);
1922 static AVStream* addVideoStream(AVFormatContext *oc, CV_CODEC_ID codec_id, int w, int h, int bitrate, double fps, PixelFormat pixel_format);
1969 AVStream* OutputMediaStream_FFMPEG::addVideoStream(AVFormatContext *oc, CV_CODEC_ID codec_id, int w, int h, int bitrate, double fps, PixelFormat pixel_format) argument
1989 unsigned long long lbit_rate = static_cast<unsigned long long>(bitrate);
[all...]
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc103 // Opus bitrate should be in the range between 6000 and 510000.
208 // Use params[kCodecParamMaxAverageBitrate] if it is defined, use codec.bitrate
209 // otherwise. If the value (either from params or codec.bitrate) <=0, use the
213 int bitrate = 0; local
215 if (!codec.GetParam(kCodecParamMaxAverageBitrate, &bitrate)) {
216 bitrate = codec.bitrate;
219 if (bitrate <= 0) {
221 bitrate = kOpusBitrateNb;
223 bitrate
238 << bitrate; local
[all...]
/external/libmpeg2/test/decoder/
H A Dmain.c2891 printf("Average bitrate(kb) for the last second = %6d\n", (bytes_consumed * 8) / 1024);
3055 double bitrate = (bytes_avg * 8 * s_app_ctx.fps) / 1000000; local
3056 printf("Bitrate @ %2d fps(mbps) : %-6.2f\n", s_app_ctx.fps, bitrate);
/external/libopus/celt/
H A Dcelt_encoder.c71 opus_int32 bitrate; member in struct:OpusCustomEncoder
189 st->bitrate = OPUS_BITRATE_MAX;
329 This essentially corresponds to a bitrate-normalized temporal noise-to-mask
1133 int LM, opus_int32 bitrate, int lastCodedBands, int C, int intensity,
1204 /*printf("%f %d %d %d %d %d %d ", surround_masking, coded_bins, st->end, st->intensity, surround_target, target, st->bitrate);*/
1219 if ((!has_surround_mask||lfe) && (constrained_vbr || bitrate<64000))
1223 rate_factor = MAX16(0,(bitrate-32000));
1225 rate_factor = MAX16(0,(1.f/32768)*(bitrate-32000));
1237 amount = MULT16_16_Q15(QCONST16(.0000031f, 30), IMAX(0, IMIN(32000, 96000-bitrate)));
1382 if (st->vbr && st->bitrate!
1132 compute_vbr(const CELTMode *mode, AnalysisInfo *analysis, opus_int32 base_target, int LM, opus_int32 bitrate, int lastCodedBands, int C, int intensity, int constrained_vbr, opus_val16 stereo_saving, int tot_boost, opus_val16 tf_estimate, int pitch_change, opus_val16 maxDepth, int variable_duration, int lfe, int has_surround_mask, opus_val16 surround_masking, opus_val16 temporal_vbr) argument
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dwireless.h923 struct iw_param bitrate; /* default bit rate */ member in union:iwreq_data
1015 __s32 bitrate[IW_MAX_BITRATES]; /* list, in bps */ member in struct:iw_range
/external/libmtp/src/
H A Dlibmtp.h641 uint32_t bitrate; /**< (Average) bitrate for this file min=1 max=0x16e360 */ member in struct:LIBMTP_track_struct
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp.cc2839 // to |name|, |clockrate|, |bitrate|, |channels| and |preference|.
2841 int bitrate, size_t channels, int preference,
2849 codec.bitrate = bitrate;
2946 int bitrate = 0; local
2947 // The default behavior for ISAC (bitrate == 0) in webrtcvoiceengine.cc
2948 // (specifically FindWebRtcCodec) is bandwidth-adaptive variable bitrate.
2950 // sets a fixed target bitrate instead.
2953 bitrate = kIsacWbDefaultRate;
2955 bitrate
2840 UpdateCodec(int payload_type, const std::string& name, int clockrate, int bitrate, size_t channels, int preference, AudioContentDescription* audio_desc) argument
[all...]
/external/valgrind/include/vki/
H A Dvki-linux.h2844 struct vki_iw_param bitrate;/* default bit rate */ member in union:vki_iwreq_data
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 925 milliseconds

1234