Searched refs:C2StreamFrameRateInfo (Results 1 – 6 of 6) sorted by relevance
217 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()425 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
66 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
105 .withDefault(new C2StreamFrameRateInfo::output(0u, 17.)) in IntfImpl()209 std::shared_ptr<C2StreamFrameRateInfo::output> getFrameRate_l() const { return mFrameRate; } in getFrameRate_l()226 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
190 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
87 .withDefault(new C2StreamFrameRateInfo::output(0u, 30.)) in IntfImpl()186 const C2P<C2StreamFrameRateInfo::output> &frameRate, in ProfileLevelSetter()323 std::shared_ptr<C2StreamFrameRateInfo::output> getFrameRate_l() const { return mFrameRate; } in getFrameRate_l()334 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
1601 typedef C2StreamParam<C2Info, C2FloatValue, kParamIndexFrameRate> C2StreamFrameRateInfo; typedef