Home
last modified time | relevance | path

Searched refs:USE_TILING_MEMORY (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h101 USE_TILING_MEMORY = 0x20000, enumerator
DVideoDecoderBase.cpp928 if (mConfigBuffer.flag & USE_TILING_MEMORY) in setupVA()
1341 if (mConfigBuffer.flag & USE_TILING_MEMORY) { in createSurfaceFromHandle()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp548 p->flag |= USE_TILING_MEMORY; in PrepareConfigBuffer()