Home
last modified time | relevance | path

Searched defs:C2SoftAomEnc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/av/media/codec2/components/aom/
H A DC2SoftAomEnc.h33 struct C2SoftAomEnc : public SimpleC2Component { struct
36 C2SoftAomEnc(const char* name, c2_node_id_t id, const std::shared_ptr<IntfImpl>& intfImpl); argument
60 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 …]
H A DC2SoftAomEnc.cpp381 C2SoftAomEnc::C2SoftAomEnc(const char* name, c2_node_id_t id, in C2SoftAomEnc() function in android::C2SoftAomEnc