Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Enc.cpp203 std::shared_ptr<C2StreamFrameRateInfo::output> getFrameRate_l() const { return mFrameRate; } in getFrameRate_l() function in android::C2SoftMpeg4Enc::IntfImpl
369 mFrameRate = mIntf->getFrameRate_l(); in initEncoder()
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxEnc.h442 std::shared_ptr<C2StreamFrameRateInfo::output> getFrameRate_l() const { return mFrameRate; } in getFrameRate_l() function
H A DC2SoftVpxEnc.cpp124 mFrameRate = mIntf->getFrameRate_l(); in initEncoder()
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcEnc.cpp421 std::shared_ptr<C2StreamFrameRateInfo::output> getFrameRate_l() const { in getFrameRate_l() function in android::C2SoftHevcEnc::IntfImpl
716 mFrameRate = mIntf->getFrameRate_l(); in initEncoder()
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcEnc.cpp534 std::shared_ptr<C2StreamFrameRateInfo::output> getFrameRate_l() const { return mFrameRate; } in getFrameRate_l() function in android::C2SoftAvcEnc::IntfImpl
1154 mFrameRate = mIntf->getFrameRate_l(); in initEncoder()