HomeSort by relevance Sort by last modified time
    Searched refs:bitRate (Results 26 - 50 of 213) sorted by null

12 3 4 5 6 7 8 9

  /external/aac/libAACenc/src/
aacenc.h 103 #define BITRATE_MAX_LD 70000 /* Max assumed bitrate for bitres calculation */
104 #define BITRATE_MIN_LD 12000 /* Min assumed bitrate for bitres calculation */
126 AAC_ENC_UNSUPPORTED_BITRATE = 0x3020, /*!< The chosen bitrate is not supported. */
128 AAC_ENC_UNSUPPORTED_ANC_BITRATE = 0x3040, /*!< Unsupported ancillay bitrate. */
166 AACENC_BR_MODE_INVALID = -1, /*!< Invalid bitrate mode. */
167 AACENC_BR_MODE_CBR = 0, /*!< Constant bitrate mode. */
168 AACENC_BR_MODE_VBR_1 = 1, /*!< Variable bitrate mode, about 32 kbps/channel. */
169 AACENC_BR_MODE_VBR_2 = 2, /*!< Variable bitrate mode, about 40 kbps/channel. */
170 AACENC_BR_MODE_VBR_3 = 3, /*!< Variable bitrate mode, about 48-56 kbps/channel. */
171 AACENC_BR_MODE_VBR_4 = 4, /*!< Variable bitrate mode, about 64 kbps/channel. *
    [all...]
pns_func.h 102 INT bitRate,
psy_main.h 153 INT bitRate,
qc_main.h 164 INT bitRate,
  /external/aac/libSBRenc/include/
sbr_encoder.h 114 INT bitRate;
267 INT bitRate;
296 * \brief Get closest working bitrate to specified desired
297 * bitrate for a single SBR element.
298 * \param bitRate The desired target bit rate
302 * \return Closest working bit rate to bitRate value
304 UINT sbrEncoder_LimitBitRate(UINT bitRate, UINT numChannels, UINT coreSampleRate, AUDIO_OBJECT_TYPE aot);
401 * \brief SBR encoder bitrate estimation.
403 * \return Estimated bitrate.
  /external/webrtc/webrtc/modules/video_coding/
media_opt_util.h 51 bitRate(0.0f),
64 float bitRate;
214 // Turn off the FEC based on low bitrate and other factors.
253 // - bitRate : The current target bit rate in kbits/s
254 void UpdateBitRate(float bitRate);
video_sender.cc 62 uint32_t bitRate = _mediaOpt.SentBitRate();
64 _sendStatsCallback->SendStatistics(bitRate, frameRate);
159 // Get encode bitrate
160 int VideoSender::Bitrate(unsigned int* bitrate) const {
167 *bitrate = _encoder->GetEncoderParameters().target_bitrate;
  /frameworks/base/media/java/android/media/
MediaRecorder.java 719 * specified bit rate is applicable, and sometimes the passed bitRate will be clipped
723 * @param bitRate the audio encoding bit rate in bits per second.
725 public void setAudioEncodingBitRate(int bitRate) {
726 if (bitRate <= 0) {
729 setParameter("audio-param-encoding-bitrate=" + bitRate);
735 * specified bit rate is applicable, and sometimes the passed bitRate will be
739 * @param bitRate the video encoding bit rate in bits per second.
741 public void setVideoEncodingBitRate(int bitRate) {
742 if (bitRate <= 0)
    [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_adif.cpp 110 INT totalBitRate = adif->bitRate;
118 /* Signal variable bitrate if buffer fullnes exceeds 20 bit */
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
psy_main.h 51 Word32 bitRate,
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
qc_main.c 61 static Word16 calcFrameLen(Word32 bitRate,
69 result = (FRAME_LEN_LONG >> 3) * bitRate;
90 static Word16 framePadding(Word32 bitRate,
99 difference = calcFrameLen( bitRate,
235 init->bitrate,
295 /*adjust thresholds for the desired bitrate */
452 /* constant bitrate */
460 /* variable bitrate */
537 * to achieve a bitrate that demands a non byte aligned
543 Word32 bitRate, /* total bitrate *
    [all...]
block_switch.c 73 const Word32 bitRate, const Word16 nChannels)
77 if ((sub(nChannels,1)==0 && L_sub(bitRate, 24000) > 0) ||
78 (sub(nChannels,1)>0 && bitRate > (nChannels * 16000))) {
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderVP8.cpp 91 vp8SeqParam.bits_per_second = mComParams.rcParams.bitRate;
165 misc_rate_ctrl->bits_per_second = mComParams.rcParams.bitRate;
169 if(mTemporalLayerBitrateFramerate[layer_id].bitRate != 0)
170 misc_rate_ctrl->bits_per_second = mTemporalLayerBitrateFramerate[layer_id].bitRate;
260 unsigned int bitRate = mComParams.rcParams.bitRate;
272 misc_maxframesize->max_frame_size = (unsigned int)((bitRate/frameRate) * mVideoParamsVP8.max_frame_size_ratio);
VideoEncoderDef.h 230 uint32_t bitRate;
247 this->bitRate = other.bitRate;
725 uint32_t bitRate;
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 265 mEncParams->bitrate = mBitrate;
370 OMX_VIDEO_PARAM_BITRATETYPE *bitRate =
373 if (!isValidOMXParam(bitRate)) {
377 if (bitRate->nPortIndex != 1) {
381 bitRate->eControlRate = OMX_Video_ControlRateVariable;
382 bitRate->nTargetBitrate = mBitrate;
435 OMX_VIDEO_PARAM_BITRATETYPE *bitRate =
438 if (!isValidOMXParam(bitRate)) {
442 if (bitRate->nPortIndex != 1 ||
443 bitRate->eControlRate != OMX_Video_ControlRateVariable)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 166 /** @brief Specifies target bit rates in bits per second unit, bitRate[n] represents the n-th layer's target bit rate. */
167 Int bitRate[2];
409 * @param bitRate is the pointers to array of target bit rates in bits per second unit,
410 * bitRate[n] represents the n-th layer's target bit rate.
413 OSCL_IMPORT_REF Bool PVUpdateBitRate(VideoEncControls *encCtrl, Int *bitRate); /* for 2-way */
  /external/webrtc/webrtc/video/
receive_statistics_proxy.h 63 void OnReceiveRatesUpdated(uint32_t bitRate, uint32_t frameRate) override;
  /frameworks/av/include/media/
MediaProfiles.h 184 VideoCodec(video_encoder codec, int bitRate, int frameWidth, int frameHeight, int frameRate)
186 mBitRate(bitRate),
209 AudioCodec(audio_encoder codec, int bitRate, int sampleRate, int channels)
211 mBitRate(bitRate),
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 179 int bitRate;
190 bitRate = camcorderProfile.videoBitRate;
197 bitRate = MediaRecorderStressTestRunner.mBitRate;
226 Log.v(TAG, "bit rate : " + bitRate);
238 mRecorder.setVideoEncodingBitRate(bitRate);
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 170 uint64_t WebmWriter::estimateCuesSize(int32_t bitRate) {
197 if (bitRate > 0) {
198 int64_t size2 = ((mMaxFileDurationLimitUs * bitRate * 6) / 1000 / 8000000);
224 mMaxFileSizeLimitBytes, mMaxFileDurationLimitUs, bitRate, size);
486 int32_t bitRate = -1;
488 params->findInt32(kKeyBitRate, &bitRate);
490 mEstimatedCuesSize = estimateCuesSize(bitRate);
WebmWriter.h 118 uint64_t estimateCuesSize(int32_t bitRate);
  /cts/tests/tests/media/src/android/media/cts/
VideoEncoderTest.java 263 int bitRate = 0;
284 FILE_DIR + mProcessorName + "_" + bitRate + "bps";
403 public void setFrameAndBitRates(int frameRate, int bitRate) {
405 mBitRate = bitRate;
    [all...]
  /frameworks/av/include/media/stagefright/
NuMediaExtractor.h 124 bool getTotalBitrate(int64_t *bitRate) const;
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h 165 status_t setParamAudioEncodingBitRate(int32_t bitRate);
171 status_t setParamVideoEncodingBitRate(int32_t bitRate);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 118 int bitRate = 0;
436 bitRate = atoi(argv[2]);
437 APP_DPRINT("%d :: App: bit rate = %d\n",__LINE__, bitRate);
573 if (bitRate == 16){
576 else if(bitRate == 24){
579 else if(bitRate == 32){
582 else if(bitRate == 40){
    [all...]

Completed in 1218 milliseconds

12 3 4 5 6 7 8 9