Searched defs:C2SoftVpxDec (Results 1 – 2 of 2) sorted by relevance
28 struct C2SoftVpxDec : public SimpleC2Component { struct31 C2SoftVpxDec(const char* name, c2_node_id_t id, argument48 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 …]
337 C2SoftVpxDec::C2SoftVpxDec( in C2SoftVpxDec() function in android::C2SoftVpxDec