HomeSort by relevance Sort by last modified time
    Searched full:bitrate (Results 1 - 25 of 217) sorted by null

1 2 3 4 5 6 7 8 9

  /external/opencore/protocols/sdp/common/include/
still_image_media_info.h 28 int bitRate;
35 bitRate = -1;
42 setBitRate(pSource.bitRate);
50 bitRate = bRate;
63 return bitRate;
  /frameworks/base/media/libstagefright/
MP3Extractor.cpp 39 // protection, bitrate, padding, private bits, mode extension,
83 // Disallow "free" bitrate.
116 int bitrate = local
122 *out_bitrate = bitrate;
125 *frame_size = (12000 * bitrate / sampling_rate + padding) * 4;
144 int bitrate; local
146 bitrate = (layer == 2 /* L2 */)
152 bitrate = kBitrateV2[bitrate_index - 1];
156 *out_bitrate = bitrate;
160 *frame_size = 144000 * bitrate / sampling_rate + padding
366 int sample_rate, num_channels, bitrate; local
476 int bitrate; local
590 int32_t bitrate; local
    [all...]
  /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/dream-sapphire/
media_profiles.xml 30 <!ATTLIST Video bitRate CDATA #REQUIRED>
36 <!ATTLIST Audio bitRate CDATA #REQUIRED>
84 bitRate="360000"
90 bitRate="12200"
97 bitRate="192000"
103 bitRate="12200"
  /device/htc/passion-common/
media_profiles.xml 30 <!ATTLIST Video bitRate CDATA #REQUIRED>
36 <!ATTLIST Audio bitRate CDATA #REQUIRED>
84 bitRate="3000000"
90 bitRate="12200"
97 bitRate="256000"
103 bitRate="12200"
  /external/opencore/android/author/
authordriver.h 85 static const int32 MAX_AUDIO_BITRATE_SETTING = 320000; // Max bitrate??
86 static const int32 MIN_AUDIO_BITRATE_SETTING = 1; // Min bitrate??
93 int32 bitrate; member in struct:AMR_BITRATE_MAPPING
324 // Used for setting the audio encoding bitrate
340 // Clips the intended AAC audio bitrate so that it is in the supported range
343 // Used to map the incoming bitrate to the closest AMR bitrate
authordriver.cpp 769 // Map the incoming audio bitrate settings
772 LOGE("setParamAudioEncodingBitrate() invalid audio bitrate. Set call ignored.");
776 // Set the audio bitrate
846 } else if (key == "audio-param-encoding-bitrate") {
851 } else if (key == "video-param-encoding-bitrate") {
867 LOGE("setParamVideoEncodingBitrate() invalid video bitrate (%lld). Set call ignored.", aVideoBitrate);
    [all...]
  /external/opencore/fileformats/mp4/composer/include/
esdescriptor.h 97 void setTargetBitrate(uint32 bitrate)
100 _pdcd->setAvgBitrate(bitrate);
101 _pdcd->setMaxBitrate(bitrate);
audiosampleentry.h 68 void setTargetBitrate(uint32 bitrate)
70 _pes->setTargetBitrate(bitrate);
esdatom.h 54 void setTargetBitrate(uint32 bitrate)
56 _pdescriptor->setTargetBitrate(bitrate);
visualsampleentry.h 61 void setTargetBitrate(uint32 bitrate)
63 _pes->setTargetBitrate(bitrate);
  /external/opencore/nodes/common/include/
pvmfamrencnode_extension.h 41 * Enumerated list of output bitrate
80 * Sets the bitrate of encoded output.
81 * @param aBitRate Bitrate in bits per second.
pvmf_audio_encnode_extension.h 89 * Sets the bitrate of encoded output.
90 * @param aBitRate Bitrate in bits per second.
111 * Sets the bitrate of encoded output.
112 * @param aBitRate Bitrate in bits per second.
  /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/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
pvmf_sm_fsp_rtsp_unicast.h 67 bitRate = 0;
92 bitRate = a.bitRate;
125 bitRate = a.bitRate;
158 uint32 bitRate;
  /external/opencore/protocols/systems/tools/general/common/src/
pvmf_file_data_source.cpp 22 unsigned bitrate,
25 PVMFBufferDataSource(aPortTag, bitrate, min_sample_sz, max_sample_sz)
  /external/opencore/fileformats/mp3/parser/src/
mp3parser.cpp 147 * BitRate Index Table (Version 1)
162 * BitRate Index Table (Versions 2 and 2.5)
324 // average bitrate values
673 iAvgBitrateInbps = iMP3ConfigInfo.BitRate;
751 int32 bitrate = 0; local
859 bitrate = mp3ConfigInfo.BitRate;
860 frameDur = frameDur + (uint32)((OsclFloat) mp3ConfigInfo.FrameLengthInBytes * 8000.00f / mp3ConfigInfo.BitRate);
867 if (bitrate != iAvgBitrateInbpsFromCompleteScan)
869 iAvgBitrateInbpsFromCompleteScan += (int32)((int32)bitrate - (int32)iAvgBitrateInbpsFromCompleteScan) / (int32)iScannedFrameCount
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_capability.cpp 81 /* lookup the bitrate from remote capabilities */
247 uint32 bitrate,
252 (0, "TSC_capability::GetOutgoingDataType - codecType(%d), bitrate(%d)", codecType, bitrate));
259 /* lookup the bitrate from remote capabilities */
265 bitrate = iRemoteCapability->GetCapabilityItem(index)->GetBitrate();
309 genericCap->maxBitRate = bitrate;
370 h263VideoCap->maxBitRate = bitrate;
411 genericCap->maxBitRate = bitrate;
583 (0, "TSC_capability::ValidateIncomingDataType ERROR - Invalid bitrate(%d)", h263Cap->maxBitRate))
836 uint32 bitrate = 0; local
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
pvmf_protocol_engine_node_progressive_download.h 76 // ret_val: 0 success, 1 playback rate is not close to clip bitrate, but the information is all available
83 // called by isPlaybackRateCloseToClipBitrate, using clip bitrate to do buffer time calculation
97 // No constraint: for file size/clip duration/clip bitrate(i.e. playback rate), one of them must be unavailable, except
98 // file size and clip duration are available, but clip bitrate is unavailable. This only applies on PDL
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
pvt_common.h 349 CPvtMediaCapability(PVMFFormatType format_type, uint32 bitrate = 0, bool aMandatory = false)
350 : iFormatType(format_type), iBitrate(bitrate), iMandatory(aMandatory) {}
373 CPvtAudioCapability(PVMFFormatType format_type, uint32 bitrate = 0, bool aMandatory = false)
374 : CPvtMediaCapability(format_type, bitrate, aMandatory) {}
382 CPvtAmrNbCapability(uint32 bitrate = 0)
385 OSCL_UNUSED_ARG(bitrate);
386 OSCL_UNUSED_ARG(bitrate);
394 CPvtVideoCapability(PVMFFormatType format_type, uint32 bitrate = 0, bool aMandatory = false)
395 : CPvtMediaCapability(format_type, bitrate, aMandatory) {}
415 CPvtMpeg4Capability(uint32 bitrate = 0) : CPvtVideoCapability(PVMF_MIME_M4V, bitrate, false), iDecoderConfig(NULL
1054 uint32 bitrate; member in class:FormatCapabilityInfo
    [all...]
  /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);
  /external/opencore/codecs_v2/video/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/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

Completed in 1066 milliseconds

1 2 3 4 5 6 7 8 9