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

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h128 int32_t *totalBitRate,
130 void setupMPEG4MetaData(int64_t startTimeUs, int32_t totalBitRate,
H A DStagefrightRecorder.cpp1474 int32_t *totalBitRate,
1477 *totalBitRate = 0;
1496 *totalBitRate += videoBitRate;
1505 *totalBitRate += mAudioBitRate;
1534 void StagefrightRecorder::setupMPEG4MetaData(int64_t startTimeUs, int32_t totalBitRate, argument
1538 (*meta)->setInt32(kKeyBitRate, totalBitRate);
1552 int32_t totalBitRate; local
1555 mVideoBitRate, &totalBitRate, &mWriter);
1562 setupMPEG4MetaData(startTimeUs, totalBitRate, &meta);
1470 setupMPEG4Recording( int outputFd, int32_t videoWidth, int32_t videoHeight, int32_t videoBitRate, int32_t *totalBitRate, sp<MediaWriter> *mediaWriter) argument
/frameworks/av/media/libaah_rtp/
H A Daah_tx_player.cpp327 int64_t totalBitRate = 0; local
334 totalBitRate = -1;
338 totalBitRate += bitrate;
341 mBitrate = totalBitRate;
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp361 int64_t totalBitRate = 0; local
373 totalBitRate = -1;
377 totalBitRate += bitrate;
380 mBitrate = totalBitRate;

Completed in 84 milliseconds