/frameworks/base/media/libstagefright/codecs/aacenc/src/ |
aacenc.c | 139 config.bitRate = 128000;
317 int ret, i, bitrate, tmp;
local 331 config.bitRate = pAAC_param->bitRate;
359 /* check the bitrate */
360 if(config.bitRate!=0 && (config.bitRate/config.nChannelsOut < 4000) ||
361 (config.bitRate/config.nChannelsOut > 160000) ||
362 (config.bitRate > config.sampleRate*6*config.nChannelsOut))
364 config.bitRate = 640*config.sampleRate/tmp*config.nChannelsOut; [all...] |
aacenc_core.c | 46 config->bitRate = 128000; 91 config.bitRate, 111 qcInit.averageBits = (Word16) ((config.bitRate * FRAME_LEN_LONG) / config.sampleRate); 121 qcInit.bitrate = config.bitRate; 129 hAacEnc->bseInit.bitrate = config.bitRate; 174 /* adjust bitrate and frame length */ 176 aacEnc->config.bitRate,
|
psy_configuration.c | 193 const Word32 bitrate, 203 if (bitrate > 22000) 278 static void initMinSnr(const Word32 bitrate, 296 pePerWindow = bits2pe(extract_l((bitrate * numLines) / samplerate)); 345 Word16 InitPsyConfigurationLong(Word32 bitrate, 388 bitrate, 411 initMinSnr(bitrate, 429 Word16 InitPsyConfigurationShort(Word32 bitrate, 470 bitrate, 495 initMinSnr(bitrate, [all...] |
qc_main.c | 60 static Word16 calcFrameLen(Word32 bitRate, 68 result = (FRAME_LEN_LONG >> 3) * bitRate; 89 static Word16 framePadding(Word32 bitRate, 98 difference = calcFrameLen( bitRate, 237 init->bitrate, 297 /*adjust thresholds for the desired bitrate */ 454 /* constant bitrate */ 462 /* variable bitrate */ 539 * to achieve a bitrate that demands a non byte aligned 545 Word32 bitRate, /* total bitrate * [all...] |
/device/samsung/crespo/ |
media_profiles.xml | 31 <!ATTLIST Video bitRate CDATA #REQUIRED> 37 <!ATTLIST Audio bitRate CDATA #REQUIRED> 84 bitRate="3000000" 90 bitRate="96000" 97 bitRate="256000" 103 bitRate="12200" 120 bitRate="1000000" 126 bitRate="96000" 133 bitRate="256000" 139 bitRate="12200 [all...] |
/frameworks/base/media/libstagefright/ |
MP3Extractor.cpp | 40 // protection, bitrate, padding, private bits, mode extension, 84 // Disallow "free" bitrate. 117 int bitrate = local 123 *out_bitrate = bitrate; 126 *frame_size = (12000 * bitrate / sampling_rate + padding) * 4; 145 int bitrate; local 147 bitrate = (layer == 2 /* L2 */) 153 bitrate = kBitrateV2[bitrate_index - 1]; 157 *out_bitrate = bitrate; 161 *frame_size = 144000 * bitrate / sampling_rate + padding 367 int sample_rate, num_channels, bitrate; local 497 int bitrate; local 610 int32_t bitrate; local 657 int bitrate; local [all...] |
/frameworks/base/media/libstagefright/codecs/aacenc/SampleCode/ |
AAC_E_SAMPLES.c | 38 "voAACEncTest -if <inputfile.pcm> -of <outputfile.aac> -sr <samplerate> -ch <channel> -br <bitrate> -adts <adts> \n"
43 "-br encoded aac bitrate, default 64000 * (samplerate/100)*channel/441(480)\n"
51 // bitRate/nChannels > 8000
52 // bitRate/nChannels < 160000
53 // bitRate/nChannels < sampleRate*6
55 param->bitRate = 0;
96 param->bitRate = atoi(*argv);
113 if(param->bitRate == 0)
118 param->bitRate = 640*param->nChannels*param->sampleRate/scale;
|
/frameworks/base/media/libstagefright/codecs/aacenc/inc/ |
tns_func.h | 31 Word16 InitTnsConfigurationLong(Word32 bitrate, 38 Word16 InitTnsConfigurationShort(Word32 bitrate,
|
bitenc.h | 34 Word32 bitrate; member in struct:BITSTREAMENCODER_INIT
|
psy_configuration.h | 94 Word16 InitPsyConfigurationLong(Word32 bitrate, 99 Word16 InitPsyConfigurationShort(Word32 bitrate,
|
block_switch.h | 59 const Word32 bitRate, const Word16 nChannels);
|
psy_main.h | 51 Word32 bitRate,
|
qc_main.h | 61 Word32 bitRate,
|
tns_param.h | 48 Word32 bitRate, Word16 channels, Word16 blockType);
|
/external/bluetooth/bluez/tools/ |
avinfo.c | 191 uint16_t bitrate; member in struct:mpeg_codec_cap 245 uint16_t bitrate; member in struct:mpeg_codec_cap 301 if (mpeg->bitrate & MPEG_BIT_RATE_FREE) 304 if (mpeg->bitrate & MPEG_BIT_RATE_32000) 306 if (mpeg->bitrate & MPEG_BIT_RATE_40000) 308 if (mpeg->bitrate & MPEG_BIT_RATE_48000) 310 if (mpeg->bitrate & MPEG_BIT_RATE_56000) 312 if (mpeg->bitrate & MPEG_BIT_RATE_64000) 314 if (mpeg->bitrate & MPEG_BIT_RATE_80000) 316 if (mpeg->bitrate & MPEG_BIT_RATE_96000 [all...] |
/external/iproute2/ip/ |
iplink_can.c | 26 "\t[ bitrate BITRATE [ sample-point SAMPLE-POINT] ] | \n" 37 "\tWhere: BITRATE := { 1..1000000 }\n" 101 if (matches(*argv, "bitrate") == 0) { 103 if (get_u32(&bt.bitrate, *argv, 0)) 104 invarg("invalid \"bitrate\" value\n", *argv); 167 if (bt.bitrate || bt.tq) 213 "bitrate %d sample-point %.3f ", 214 bt->bitrate, (float)bt->sample_point / 1000.);
|
/external/webkit/WebCore/manual-tests/ |
video-waiting-seeking.html | 72 This test makes assumptions on the size of the input file, the bitrate 76 Source is assumed to be about 188k with a uniform bitrate, > 4
|
/device/htc/passion-common/ |
media_profiles.xml | 30 <!ATTLIST Video bitRate CDATA #REQUIRED> 36 <!ATTLIST Audio bitRate CDATA #REQUIRED> 83 bitRate="3000000" 89 bitRate="96000" 96 bitRate="256000" 102 bitRate="12200"
|
/external/tremolo/Tremolo/ |
ivorbiscodec.h | 56 /* The below bitrate declarations are *hints*. 62 implies a VBR stream that averages the nominal bitrate. No hard 65 implies a VBR bitstream that obeys the bitrate limits. nominal
|
/external/speex/libspeex/ |
speex_header.c | 76 int bitrate; 111 header->bitrate = -1; 135 ENDIAN_SWITCH(le_header->bitrate); 175 ENDIAN_SWITCH(le_header->bitrate);
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
rate_control.cpp | 41 PV_STATUS RC_UpdateBXRCParams(void *input); Parameters update for target bitrate or framerate change 79 rc[n]->bitrate = LayerBitRate[n]; 85 rc[n]->max_BitVariance_num = (Int)((rc[n]->Bs - video->encParams->maxFrameSize) / 2 / (rc[n]->bitrate / rc[n]->framerate / 10.0)) - 5; 107 rc[n]->bitrate = LayerBitRate[n] - LayerBitRate[n-1]; 116 pMP[n]->counter_BTsrc = (Int)((rc[n]->Bs / 2.0 - rc[n]->Bs / 3.0) / (rc[n]->bitrate / rc[n]->framerate / 10.0)); 117 rc[n]->TMN_W = (Int)(rc[n]->VBV_fullness + pMP[n]->counter_BTsrc * (rc[n]->bitrate / rc[n]->framerate / 10.0)); 124 rc[n]->VBV_fullness = rc[n]->Bs - (Int)(video->encParams->VBV_delay * rc[n]->bitrate); 135 /* Setting the bitrate and framerate */ 136 pMP[n]->bitrate = rc[n]->bitrate; [all...] |
/external/libvpx/vpx/ |
vpx_encoder.h | 380 * bitrate are acceptable. 428 * bitrate tolerance 434 * This value, expressed as a percentage of the target bitrate, describes 435 * the target bitrate for easier frames, allowing bits to be saved for 443 * This value, expressed as a percentage of the target bitrate, describes 444 * the maximum allowed bitrate for a given frame. Set to zero to use the 461 * target bitrate (#rc_target_bitrate) to convert to bits/bytes, if 471 * expressed in units of time (milliseconds). Use the target bitrate 481 * of time (milliseconds). Use the target bitrate (#rc_target_bitrate) 503 /*!\brief Two-pass mode per-GOP minimum bitrate [all...] |
/external/bluetooth/bluez/audio/ |
a2dp.h | 91 uint16_t bitrate; member in struct:mpeg_codec_cap 115 uint16_t bitrate; member in struct:mpeg_codec_cap
|
/frameworks/base/media/libmediaplayerservice/ |
StagefrightRecorder.h | 114 status_t setParamAudioEncodingBitRate(int32_t bitRate); 118 status_t setParamVideoEncodingBitRate(int32_t bitRate);
|
/frameworks/base/include/media/ |
MediaProfiles.h | 137 VideoCodec(video_encoder codec, int bitRate, int frameWidth, int frameHeight, int frameRate) 139 mBitRate(bitRate), 154 AudioCodec(audio_encoder codec, int bitRate, int sampleRate, int channels) 156 mBitRate(bitRate),
|