Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.h283 .withDefault(new C2StreamFrameRateInfo::output(0u, 30.)) in IntfImpl()
325 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Enc.cpp100 .withDefault(new C2StreamFrameRateInfo::output(0u, 17.)) in IntfImpl()
142 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
/hardware/google/av/media/codecs/avc/
DC2SoftAvcEnc.cpp87 .withDefault(new C2StreamFrameRateInfo::output(0u, 30.)) in IntfImpl()
126 std::shared_ptr<C2StreamFrameRateInfo::output> mFrameRate;
/hardware/google/av/codec2/include/
DC2Config.h1539 typedef C2StreamParam<C2Info, C2FloatValue, kParamIndexFrameRate> C2StreamFrameRateInfo; typedef