Home
last modified time | relevance | path

Searched refs:C2StreamFrameRateInfo (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.h217 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
289 .withDefault(new C2StreamFrameRateInfo::output(0u, 30.)) in IntfImpl()
405 std::shared_ptr<C2StreamFrameRateInfo::output> getFrameRate_l() const { return mFrameRate; } in getFrameRate_l()
421 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.h66 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
DC2SoftMpeg4Enc.cpp99 .withDefault(new C2StreamFrameRateInfo::output(0u, 17.)) in IntfImpl()
203 std::shared_ptr<C2StreamFrameRateInfo::output> getFrameRate_l() const { return mFrameRate; } in getFrameRate_l()
216 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.h85 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
DC2SoftHevcEnc.cpp135 .withDefault(new C2StreamFrameRateInfo::output(0u, 30.)) in IntfImpl()
254 const C2P<C2StreamFrameRateInfo::output> &frameRate, in ProfileLevelSetter()
384 std::shared_ptr<C2StreamFrameRateInfo::output> getFrameRate_l() const { in getFrameRate_l()
409 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.h192 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
DC2SoftAvcEnc.cpp132 .withDefault(new C2StreamFrameRateInfo::output(0u, 1.)) in IntfImpl()
242 const C2P<C2StreamFrameRateInfo::output> &frameRate, in ProfileLevelSetter()
392 std::shared_ptr<C2StreamFrameRateInfo::output> getFrameRate_l() const { return mFrameRate; } in getFrameRate_l()
400 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
/frameworks/av/media/codec2/core/include/
DC2Config.h1578 typedef C2StreamParam<C2Info, C2FloatValue, kParamIndexFrameRate> C2StreamFrameRateInfo; typedef