Lines Matching defs:C2SoftVpxDec
28 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;
96 C2_DO_NOT_COPY(C2SoftVpxDec); argument