Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxEnc.h111 enum TemporalReferences {
144 enum {
161 int32_t mStrideAlign;
164 vpx_img_fmt_t mColorFormat;
171 bool mErrorResilience;
174 uint32_t mMinQuantizer;
177 uint32_t mMaxQuantizer;
180 size_t mTemporalLayers;
192 size_t mTemporalPatternIdx;
198 uint64_t mLastTimestamp;
[all …]
H A DC2SoftVpxEnc.cpp49 C2SoftVpxEnc::C2SoftVpxEnc(const char* name, c2_node_id_t id, in C2SoftVpxEnc() function in android::C2SoftVpxEnc