Searched defs:C2SoftDav1dDec (Results 1 – 2 of 2) sorted by relevance
37 struct C2SoftDav1dDec : public SimpleC2Component { struct40 C2SoftDav1dDec(const char* name, c2_node_id_t id, const std::shared_ptr<IntfImpl>& intfImpl); argument57 int mInputBufferIndex = 0;58 int mOutputBufferIndex = 0;60 Dav1dContext* mDav1dCtx = nullptr;64 std::shared_ptr<C2StreamPixelFormatInfo::output> mPixelFormatInfo;65 std::shared_ptr<C2PortActualDelayTuning::output> mActualOutputDelayInfo;67 uint32_t mHalPixelFormat;68 uint32_t mWidth;69 uint32_t mHeight;[all …]
443 C2SoftDav1dDec::C2SoftDav1dDec(const char* name, c2_node_id_t id, in C2SoftDav1dDec() function in android::C2SoftDav1dDec