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.cpp337 mAction |= MAP_ACTION_COPY; in doMapping()
341 mAction |= MAP_ACTION_COPY; in doMapping()
344 if (mAction & MAP_ACTION_COPY) { //must allocate new vasurface(EXternalMemoryNULL, uncached) in doMapping()
374 if (mAction & MAP_ACTION_COPY) { in doMapping()
DVideoEncoderBase.cpp231 mVASurfaceMappingAction |= MAP_ACTION_COPY; in start()