Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxDec.h28 struct C2SoftVpxDec : public SimpleC2Component { struct
31 C2SoftVpxDec(const char* name, c2_node_id_t id, argument
48 enum {
51 } mMode;
66 std::shared_ptr<IntfImpl> mIntf;
67 vpx_codec_ctx_t *mCodecCtx;
68 bool mFrameParallelMode; // Frame parallel is only supported by VP9 decoder.
70 uint32_t mWidth;
71 uint32_t mHeight;
72 bool mSignalledOutputEos;
[all …]
H A DC2SoftVpxDec.cpp337 C2SoftVpxDec::C2SoftVpxDec( in C2SoftVpxDec() function in android::C2SoftVpxDec