Home
last modified time | relevance | path

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

/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/vpx/
DC2SoftVpxEnc.h217 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
290 .withDefault(new C2StreamFrameRateInfo::output(0u, 30.)) in IntfImpl()
442 std::shared_ptr<C2StreamFrameRateInfo::output> getFrameRate_l() const { return mFrameRate; } in getFrameRate_l()
483 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.h85 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
DC2SoftHevcEnc.cpp136 .withDefault(new C2StreamFrameRateInfo::output(0u, 30.)) in IntfImpl()
291 const C2P<C2StreamFrameRateInfo::output> &frameRate, in ProfileLevelSetter()
421 std::shared_ptr<C2StreamFrameRateInfo::output> getFrameRate_l() const { in getFrameRate_l()
474 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.h198 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
DC2SoftAvcEnc.cpp148 .withDefault(new C2StreamFrameRateInfo::output(0u, 1.)) in IntfImpl()
295 const C2P<C2StreamFrameRateInfo::output> &frameRate, in ProfileLevelSetter()
534 std::shared_ptr<C2StreamFrameRateInfo::output> getFrameRate_l() const { return mFrameRate; } in getFrameRate_l()
547 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
/frameworks/av/media/codec2/core/include/
DC2Config.h1645 typedef C2StreamParam<C2Info, C2FloatValue, kParamIndexFrameRate> C2StreamFrameRateInfo; typedef