Home
last modified time | relevance | path

Searched defs:hasContext (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/host-common/
DMediaH264DecoderGeneric.cpp358 const int hasContext = (mVideoHelper || mHwVideoHelper) ? 1 : 0; in save() local
390 const int hasContext = stream->getBe32(); in load() local
DMediaH264DecoderFfmpeg.cpp433 const int hasContext = mCodecCtx != nullptr ? 1 : 0; in save() local
469 const int hasContext = stream->getBe32(); in load() local
DMediaH264DecoderCuvid.cpp712 const int hasContext = mCudaContext == nullptr ? 0 : 1; in save() local
751 const int hasContext = stream->getBe32(); in load() local
DMediaH264DecoderVideoToolBox.cpp699 const int hasContext = mDecoderSession != nullptr ? 1 : 0; in save() local
723 const int hasContext = stream->getBe32(); in load() local