Searched refs:C2StreamFrameRateInfo (Results 1 – 8 of 8) sorted by relevance
66 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
99 .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;
217 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;
85 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
136 .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;
198 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
148 .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;
1645 typedef C2StreamParam<C2Info, C2FloatValue, kParamIndexFrameRate> C2StreamFrameRateInfo; typedef