Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.h72 struct C2SoftVpxEnc : public SimpleC2Component { struct
75 C2SoftVpxEnc(const char* name, c2_node_id_t id, argument
111 enum TemporalReferences {
144 enum {
150 vpx_codec_ctx_t* mCodecContext;
154 vpx_codec_enc_cfg_t* mCodecConfiguration;
158 vpx_codec_iface_t* mCodecInterface;
161 int32_t mStrideAlign;
164 vpx_img_fmt_t mColorFormat;
167 vpx_rc_mode mBitrateControlMode;
[all …]
DC2SoftVpxEnc.cpp49 C2SoftVpxEnc::C2SoftVpxEnc(const char* name, c2_node_id_t id, in C2SoftVpxEnc() function in android::C2SoftVpxEnc