Home
last modified time | relevance | path

Searched refs:getBitrate_l (Results 1 – 4 of 4) sorted by relevance

/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.cpp121 mBitrate = mIntf->getBitrate_l(); in initEncoder()
539 std::shared_ptr<C2StreamBitrateInfo::output> bitrate = mIntf->getBitrate_l(); in process()
DC2SoftVpxEnc.h406 std::shared_ptr<C2StreamBitrateInfo::output> getBitrate_l() const { return mBitrate; } in getBitrate_l() function
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Enc.cpp210 std::shared_ptr<C2StreamBitrateInfo::output> getBitrate_l() const { return mBitrate; } in getBitrate_l() function in android::C2SoftMpeg4Enc::IntfImpl
378 mBitrate = mIntf->getBitrate_l(); in initEncoder()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcEnc.cpp324 std::shared_ptr<C2StreamBitrateInfo::output> getBitrate_l() const { return mBitrate; } in getBitrate_l() function in android::C2SoftAvcEnc::IntfImpl
847 mBitrate = mIntf->getBitrate_l(); in initEncoder()
1350 std::shared_ptr<C2StreamBitrateInfo::output> bitrate = mIntf->getBitrate_l(); in process()