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;68 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormatInfo;70 std::shared_ptr<IntfImpl> mIntf;71 vpx_codec_ctx_t *mCodecCtx;72 bool mFrameParallelMode; // Frame parallel is only supported by VP9 decoder.74 uint32_t mHalPixelFormat;75 uint32_t mWidth;[all …]
364 C2SoftVpxDec::C2SoftVpxDec( in C2SoftVpxDec() function in android::C2SoftVpxDec