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