Home
last modified time | relevance | path

Searched refs:mErrorCode (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/host-common/
DMediaCudaVideoHelper.cpp105 mErrorCode = 1; in init()
121 mErrorCode = 2; in init()
131 mErrorCode = 3; in init()
219 mErrorCode = 4; in HandleVideoSequence()
228 mErrorCode = 5; in HandleVideoSequence()
236 mErrorCode = 6; in HandleVideoSequence()
DMediaCudaVideoHelper.h71 virtual int error() const override { return mErrorCode; } in error()
80 int mErrorCode = 0; variable