Searched refs:totalBitRate (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1091 int32_t totalBitRate = 0; local
1099 totalBitRate += mAudioBitRate;
1107 totalBitRate += mVideoBitRate;
1124 meta->setInt32(kKeyBitRate, totalBitRate);
/frameworks/base/media/libstagefright/
H A DAwesomePlayer.cpp357 int64_t totalBitRate = 0; local
364 totalBitRate = -1;
368 totalBitRate += bitrate;
371 mBitrate = totalBitRate;

Completed in 114 milliseconds