Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.h27 #define MAP_ACTION_COPY 0x00000001 //mem copy macro
DVideoEncoderUtils.cpp341 mAction |= MAP_ACTION_COPY; in doMapping()
345 mAction |= MAP_ACTION_COPY; in doMapping()
348 if (mAction & MAP_ACTION_COPY) { //must allocate new vasurface(EXternalMemoryNULL, uncached) in doMapping()
378 if (mAction & MAP_ACTION_COPY) { in doMapping()
DVideoEncoderBase.cpp234 mVASurfaceMappingAction |= MAP_ACTION_COPY; in start()