Searched refs:kVideoBitRate (Results 1 – 4 of 4) sorted by relevance
43 static const int32_t kVideoBitRate = 512 * 1024;218 enc_meta->setInt32("bitrate", kVideoBitRate);
81 static const Type kVideoBitRate = 22; // Integer, bps variable
232 static constexpr int32_t kVideoBitRate = 20 * 1000 * 1000; // 20 mbps in GetDefaultTrackFormat() local241 AMediaFormat_setInt32(format, AMEDIAFORMAT_KEY_BIT_RATE, kVideoBitRate); in GetDefaultTrackFormat()
89 static constexpr int32_t kVideoBitRate = 20 * 1000 * 1000; // 20Mbs in CreateDefaultVideoFormat() local92 AMediaFormat_setInt32(videoFormat, AMEDIAFORMAT_KEY_BIT_RATE, kVideoBitRate); in CreateDefaultVideoFormat()