Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/mpeg4_h263/
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()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.h405 std::shared_ptr<C2StreamFrameRateInfo::output> getFrameRate_l() const { return mFrameRate; } in getFrameRate_l() function
DC2SoftVpxEnc.cpp123 mFrameRate = mIntf->getFrameRate_l(); in initEncoder()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp384 std::shared_ptr<C2StreamFrameRateInfo::output> getFrameRate_l() const { in getFrameRate_l() function in android::C2SoftHevcEnc::IntfImpl
623 mFrameRate = mIntf->getFrameRate_l(); in initEncoder()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp392 std::shared_ptr<C2StreamFrameRateInfo::output> getFrameRate_l() const { return mFrameRate; } in getFrameRate_l() function in android::C2SoftAvcEnc::IntfImpl
923 mFrameRate = mIntf->getFrameRate_l(); in initEncoder()