HomeSort by relevance Sort by last modified time
    Searched refs:BitRate (Results 1 - 18 of 18) sorted by null

  /external/aac/libMpegTPDec/src/
tpdec_adif.cpp 139 /* pAdifHeader->BitRate = FDKreadBits(bs, 23); */
140 pAdifHeader->BitRate = FDKreadBits(bs, 16);
141 pAdifHeader->BitRate <<= 7;
142 pAdifHeader->BitRate |= FDKreadBits(bs, 7);
tpdec_adif.h 112 UINT BitRate;
tpdec_lib.cpp     [all...]
  /external/webrtc/webrtc/modules/audio_coding/test/
Channel.h 82 double BitRate();
APITest.cc 608 fprintf(stdout, " => bit-rate %3.0f kbps\n", _channel_A2B->BitRate());
613 (int) vadMode, _channel_A2B->BitRate());
639 fprintf(stdout, " => bit-rate %3.0f kbps\n", _channel_B2A->BitRate());
644 (int) vadMode, _channel_B2A->BitRate());
Channel.cc 415 double Channel::BitRate() {
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
IpmiNetFnTransport.h 278 UINT8 BitRate : 4;
360 UINT8 BitRate : 4;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet.h 356 // Receiver Estimated Max Bitrate (REMB) (draft-alvestrand-rmcat-remb).
390 remb_item_.BitRate = bitrate_bps;
rtcp_utility.h 206 uint32_t BitRate;
rtcp_packet.cc 233 // Receiver Estimated Max Bitrate (REMB) (draft-alvestrand-rmcat-remb).
258 ComputeMantissaAnd6bitBase2Exponent(remb_item.BitRate, 18, &mantissa, &exp);
rtcp_receiver.cc 1272 uint32_t bitrate = 0; local
    [all...]
rtcp_utility.cc     [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.h 128 IMG_INT32 BitRate; /* Bit Rate (bps) */
134 IMG_UINT8 VCMBitrateMargin; /* Bitrate that should be
136 128 relative to maximum bitrate
lnc_hostcode.c 860 psPicParams->sInParams.BitRate = psRCParams->BitsPerSecond;
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostcode.h 62 /* The peak bitrate was exceeded for this frame (VCM only) */
109 IMG_CODEC_H264_VCM, //!< H264 low constant bitrate (video conferencing mode)
159 IMG_INT32 BitRate; /* Bit Rate (bps) */
166 /* Bitrate that should be targetted as a fraction of 128
167 * relative to maximum bitrate i32BitRate (VCM mode only)*/
pnw_hostcode.c     [all...]
  /external/webrtc/webrtc/test/
rtcp_packet_parser.h 413 last_bitrate_bps_ = remb_item.BitRate;
  /external/webrtc/webrtc/video/
end_to_end_tests.cc 650 // TODO(holmer): Investigate why we don't send FEC packets when the bitrate
696 // Must be set high enough to allow the bitrate probing to finish.
719 // bitrate probing.
    [all...]

Completed in 509 milliseconds