Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/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
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp204 std::shared_ptr<C2StreamBitrateInfo::output> getBitrate_l() const { return mBitrate; } in getBitrate_l() function in android::C2SoftMpeg4Enc::IntfImpl
368 mBitrate = mIntf->getBitrate_l(); in initEncoder()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp390 std::shared_ptr<C2StreamBitrateInfo::output> getBitrate_l() const { in getBitrate_l() function in android::C2SoftHevcEnc::IntfImpl
622 mBitrate = mIntf->getBitrate_l(); in initEncoder()
963 std::shared_ptr<C2StreamBitrateInfo::output> bitrate = mIntf->getBitrate_l(); in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp393 std::shared_ptr<C2StreamBitrateInfo::output> getBitrate_l() const { return mBitrate; } in getBitrate_l() function in android::C2SoftAvcEnc::IntfImpl
922 mBitrate = mIntf->getBitrate_l(); in initEncoder()
1486 std::shared_ptr<C2StreamBitrateInfo::output> bitrate = mIntf->getBitrate_l(); in process()