Searched defs:C2SoftGav1Dec (Results 1 – 2 of 2) sorted by relevance
33 struct C2SoftGav1Dec : public SimpleC2Component { struct36 C2SoftGav1Dec(const char* name, c2_node_id_t id, argument54 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 …]
426 C2SoftGav1Dec::C2SoftGav1Dec(const char *name, c2_node_id_t id, in C2SoftGav1Dec() function in android::C2SoftGav1Dec