Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.h33 struct C2SoftGav1Dec : public SimpleC2Component { struct
36 C2SoftGav1Dec(const char* name, c2_node_id_t id, argument
54 std::unique_ptr<libgav1::Decoder> mCodecCtx;
58 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormatInfo;
60 uint32_t mHalPixelFormat;
61 uint32_t mWidth;
62 uint32_t mHeight;
63 bool mSignalledOutputEos;
64 bool mSignalledError;
66 std::unique_ptr<uint16_t[]> mTmpFrameBuffer;
[all …]
DC2SoftGav1Dec.cpp426 C2SoftGav1Dec::C2SoftGav1Dec(const char *name, c2_node_id_t id, in C2SoftGav1Dec() function in android::C2SoftGav1Dec