Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/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()
425 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Enc.h66 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
DC2SoftMpeg4Enc.cpp105 .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;
/hardware/google/av/media/codecs/avc/
DC2SoftAvcEnc.h190 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
DC2SoftAvcEnc.cpp87 .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;
/hardware/google/av/codec2/include/
DC2Config.h1601 typedef C2StreamParam<C2Info, C2FloatValue, kParamIndexFrameRate> C2StreamFrameRateInfo; typedef