Searched refs:BitRate (Results 1 - 17 of 17) sorted by relevance

/external/aac/libMpegTPDec/src/
H A Dtpdec_adif.cpp132 /* pAdifHeader->BitRate = FDKreadBits(bs, 23); */
133 pAdifHeader->BitRate = FDKreadBits(bs,16);
134 pAdifHeader->BitRate <<= 7;
135 pAdifHeader->BitRate |= FDKreadBits(bs,7);
H A Dtpdec_adif.h101 UINT BitRate; member in struct:__anon167
H A Dtpdec_lib.cpp1067 hTp->avgBitRate = hTp->parser.adif.BitRate;
/external/libnfc-nci/src/udrv/include/
H A Ducodec.h163 UINT16 BitRate; /* Bit rate in bit per sec */ member in struct:tUCODEC_CNF_M12_TAG
175 UINT32 BitRate; /* Bit rate */ member in struct:tUCODEC_CNF_M24_TAG
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DChannel.h81 double BitRate();
H A DAPITest.cc662 fprintf(stdout, " => bit-rate %3.0f kbps\n", _channel_A2B->BitRate());
667 (int) vadMode, _channel_A2B->BitRate());
693 fprintf(stdout, " => bit-rate %3.0f kbps\n", _channel_B2A->BitRate());
698 (int) vadMode, _channel_B2A->BitRate());
H A DChannel.cc398 double Channel::BitRate() { function in class:webrtc::Channel
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dgeneric_encoder.h117 uint32_t BitRate() const;
H A Dgeneric_encoder.cc139 uint32_t VCMGenericEncoder::BitRate() const function in class:webrtc::VCMGenericEncoder
H A Dvideo_sender.cc229 *bitrate = _encoder->BitRate();
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_utility.h204 uint32_t BitRate; member in struct:webrtc::RTCPUtility::RTCPPacketPSFBREMBItem
H A Drtcp_packet.h835 remb_item_.BitRate = bitrate_bps;
H A Drtcp_packet.cc558 ComputeMantissaAnd6bitBase2Exponent(remb_item.BitRate, 18, &mantissa, &exp);
H A Drtcp_utility.cc1401 _packet.REMBItem.BitRate = (brMantissa << brExp);
H A Drtcp_receiver.cc1244 rtcpPacket.REMBItem.BitRate;
/external/chromium_org/third_party/webrtc/test/
H A Drtcp_packet_parser.h413 last_bitrate_bps_ = remb_item.BitRate;
/external/chromium_org/third_party/webrtc/video/
H A Dend_to_end_tests.cc1130 EXPECT_GT(packet.REMBItem.BitRate, 0u);

Completed in 179 milliseconds