HomeSort by relevance Sort by last modified time
    Searched full:bitrate (Results 151 - 175 of 613) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/media/audio/mac/
audio_unified_mac.h 69 // Structure that holds the stream format details such as bitrate.
  /external/chromium_org/media/cast/test/
sender.cc 137 audio_config.bitrate = 64000;
159 test::InputBuilder input_start_br("Choose start bitrate[kbps].",
163 test::InputBuilder input_max_br("Choose max bitrate[kbps].",
167 test::InputBuilder input_min_br("Choose min bitrate[kbps].",
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc 125 // Opus bitrate should be in the range between 6000 and 510000.
407 static bool IsValidOpusBitrate(int bitrate) {
408 return (bitrate >= kOpusMinBitrate && bitrate <= kOpusMaxBitrate);
414 int bitrate = 0; local
415 if (!codec.GetParam(kCodecParamMaxAverageBitrate, &bitrate)) {
418 if (!IsValidOpusBitrate(bitrate)) {
420 << "invalid value: " << bitrate;
423 return bitrate;
456 codec.bitrate = 0
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
structs.h 160 opus_int32 TargetRate_bps; /* Target bitrate (bps) */
178 opus_int useCBR; /* Flag to enable constant bitrate */
218 /* Inband Low Bitrate Redundancy (LBRR) data */
220 opus_int LBRR_enabled; /* Depends on useInBandFRC, bitrate and packet loss rate */
  /external/iproute2/include/linux/can/
netlink.h 23 __u32 bitrate; /* Bit-rate in bits/second */ member in struct:can_bittiming
  /external/kernel-headers/original/linux/can/
netlink.h 23 __u32 bitrate; /* Bit-rate in bits/second */ member in struct:can_bittiming
  /external/libvorbis/doc/vorbisenc/
vorbis_encode_init_vbr.html 20 <p>This is the primary function within libvorbisenc for setting up variable bitrate ("quality" based) modes.
  /external/libvorbis/examples/
chaining_example.c 60 printf("\t\t%ldHz %d channels bitrate %ldkbps serial number=%ld\n",
  /external/libvorbis/macosx/Vorbis.xcodeproj/
project.pbxproj 29 738836090B19000B005C7A69 /* bitrate.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F60D03389C830112CE8F /* bitrate.c */; };
46 F5D8F60D03389C830112CE8F /* bitrate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bitrate.c; sourceTree = "<group>"; };
47 F5D8F60E03389C830112CE8F /* bitrate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bitrate.h; sourceTree = "<group>"; };
168 F5D8F60D03389C830112CE8F /* bitrate.c */,
169 F5D8F60E03389C830112CE8F /* bitrate.h */,
354 738836090B19000B005C7A69 /* bitrate.c in Sources */,
  /external/libvorbis/symbian/
vorbis.mmp 38 SOURCE analysis.c barkmel.c bitrate.c block.c codebook.c envelope.c floor0.c floor1.c info.c
  /external/libvpx/libvpx/test/
cq_test.cc 96 // try targeting the approximate same bitrate with VBR mode
  /external/webrtc/src/common_audio/vad/
vad_defines.h 44 // Mode 1, Low bitrate thresholds - Different thresholds for the different frame lengths
  /frameworks/av/include/media/stagefright/
NuMediaExtractor.h 112 bool getTotalBitrate(int64_t *bitRate) const;
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalConfig.h 32 max bitrate is now 320kbps instead of 128kbps
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
qc_data.h 73 Word32 bitrate; member in struct:QC_INIT
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 274 mEncParams->bitrate = mVideoBitRate;
438 OMX_VIDEO_PARAM_BITRATETYPE *bitRate =
441 if (bitRate->nPortIndex != 1) {
445 bitRate->eControlRate = OMX_Video_ControlRateVariable;
446 bitRate->nTargetBitrate = mVideoBitRate;
552 OMX_VIDEO_PARAM_BITRATETYPE *bitRate =
555 if (bitRate->nPortIndex != 1 ||
556 bitRate->eControlRate != OMX_Video_ControlRateVariable) {
560 mVideoBitRate = bitRate->nTargetBitrate;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 144 mEncParams->bitRate[0] = mVideoBitRate;
308 OMX_VIDEO_PARAM_BITRATETYPE *bitRate =
311 if (bitRate->nPortIndex != 1) {
315 bitRate->eControlRate = OMX_Video_ControlRateVariable;
316 bitRate->nTargetBitrate = mVideoBitRate;
440 OMX_VIDEO_PARAM_BITRATETYPE *bitRate =
443 if (bitRate->nPortIndex != 1 ||
444 bitRate->eControlRate != OMX_Video_ControlRateVariable) {
448 mVideoBitRate = bitRate->nTargetBitrate;
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.h 71 void setVideoBitrate(int32_t bitrate);
  /frameworks/av/media/libstagefright/
ACodec.cpp 1041 int32_t bitRate = 0;
1042 // FLAC encoder doesn't need a bitrate, other encoders do
1044 && !msg->findInt32("bitrate", &bitRate)) {
1826 int32_t width, height, bitrate; local
2005 int32_t bitrate, iFrameInterval; local
2086 int32_t bitrate, iFrameInterval; local
2162 int32_t bitrate, iFrameInterval; local
2270 int32_t bitrate; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 129 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
158 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
217 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
234 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
311 OMX_VIDEO_CONFIG_BITRATETYPE bitrate; member in union:DynamicConfigData
618 //validate the ht,width,fps,bitrate and set the appropriate profile and level
747 OMX_VIDEO_PARAM_BITRATETYPE bitrate; // OMX_IndexParamVideoBitrate local
748 bitrate.nPortIndex = (OMX_U32)PORT_INDEX_OUT;
751 &bitrate);
754 bitrate.eControlRate = m_sProfile.eControlRate
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_test.cpp 127 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
149 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
197 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
280 OMX_VIDEO_CONFIG_BITRATETYPE bitrate; member in union:DynamicConfigData
579 //validate the ht,width,fps,bitrate and set the appropriate profile and level
715 OMX_VIDEO_PARAM_BITRATETYPE bitrate; // OMX_IndexParamVideoBitrate local
716 bitrate.nPortIndex = (OMX_U32)PORT_INDEX_OUT;
719 &bitrate);
722 bitrate.eControlRate = m_sProfile.eControlRate;
723 bitrate.nTargetBitrate = m_sProfile.nBitrate
    [all...]
  /external/aac/libAACenc/src/
psy_configuration.cpp 382 const LONG bitrate,
401 MASKHIGHSPREN = (bitrate>20000)?MASKHIGHSPRENLONG:MASKHIGHSPRENLONGLOWBR;
458 static void FDKaacEnc_initMinSnr(const LONG bitrate,
489 pePerWindow = fDivNorm(bitrate, samplerate, &qperwin);
568 AAC_ENCODER_ERROR FDKaacEnc_InitPsyConfiguration(INT bitrate,
587 psyConf->allowIS = (useIS) && ( (bitrate/bandwidth) < 5 );
612 bitrate,
646 FDKaacEnc_initMinSnr(bitrate,
  /external/chromium_org/content/common/gpu/client/
gpu_video_encode_accelerator_host.cc 139 uint32 bitrate,
142 route_id_, bitrate, framerate));
  /external/chromium_org/media/cast/
cast_config.h 54 int bitrate; // Set to <= 0 for "auto variable bitrate" (libopus knows best). member in struct:media::cast::AudioSenderConfig
  /external/chromium_org/net/quic/congestion_control/
inter_arrival_bitrate_ramp_up.cc 119 // Don't go up in bitrate when we are not sending.
122 DVLOG(1) << "Don't increase; our sent bitrate is:"

Completed in 444 milliseconds

1 2 3 4 5 67 8 91011>>