Searched defs:C2SoftAomEnc (Results 1 – 2 of 2) sorted by relevance
33 struct C2SoftAomEnc : public SimpleC2Component { struct36 C2SoftAomEnc(const char* name, c2_node_id_t id, const std::shared_ptr<IntfImpl>& intfImpl); argument60 aom_codec_ctx_t* mCodecContext;64 aom_codec_enc_cfg_t* mCodecConfiguration;68 aom_codec_iface_t* mCodecInterface;71 int32_t mStrideAlign;73 aom_rc_mode mBitrateControlMode;76 uint32_t mMinQuantizer;79 uint32_t mMaxQuantizer;82 uint64_t mLastTimestamp;[all …]
381 C2SoftAomEnc::C2SoftAomEnc(const char* name, c2_node_id_t id, in C2SoftAomEnc() function in android::C2SoftAomEnc