HomeSort by relevance Sort by last modified time
    Searched full:avgbitrate (Results 1 - 4 of 4) sorted by null

  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 135 UINT avgBitRate; /* Average bit rate used for frame loss estimation. */
391 if ( (hTp->avgBitRate == 0) || (hTp->burstPeriod == 0) ) {
404 avgBitsPerFrame = hTp->avgBitRate * samplesPerFrame + (samplingFrequency-1);
834 if (hTp->avgBitRate > 0 && hTp->asc[0].m_samplesPerFrame > 0 && hTp->asc[0].m_samplingFrequency > 0)
868 denom = hTp->avgBitRate * hTp->asc[0].m_samplesPerFrame;
948 hTp->avgBitRate = hTp->parser.adif.BitRate;
    [all...]
  /frameworks/av/libvideoeditor/vss/3gpwriter/inc/
M4MP4W_Types.h 220 M4OSA_UInt32 avgBitrate; /*not used in amr case*/
269 M4OSA_UInt32 avgBitrate;
  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Writer.c 759 mMp4FileDataPtr->audioTrackPtr->avgBitrate =
    [all...]
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 532 int64_t avgBitRate = (int64_t)(sourceSize * 8E6 / maxDurationUs);
534 sprintf(tmp, "%lld", avgBitRate);

Completed in 493 milliseconds