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

  /external/aac/libMpegTPEnc/src/
tpenc_adif.cpp 110 INT totalBitRate = adif->bitRate;
137 FDKwriteBits(hBs, totalBitRate,23);
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h 131 int32_t *totalBitRate,
133 void setupMPEG4MetaData(int64_t startTimeUs, int32_t totalBitRate,
StagefrightRecorder.cpp     [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 358 int64_t totalBitRate = 0;
370 totalBitRate = -1;
374 totalBitRate += bitrate;
377 mBitrate = totalBitRate;
    [all...]

Completed in 47 milliseconds