Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.h28 struct C2SoftVpxDec : public SimpleC2Component { struct
31 C2SoftVpxDec(const char* name, c2_node_id_t id, argument
48 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 …]
DC2SoftVpxDec.cpp364 C2SoftVpxDec::C2SoftVpxDec( in C2SoftVpxDec() function in android::C2SoftVpxDec