HomeSort by relevance Sort by last modified time
    Searched refs:MAP_ACTION_COPY (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.h 27 #define MAP_ACTION_COPY 0x00000001 //mem copy
VideoEncoderUtils.cpp 342 mAction |= MAP_ACTION_COPY;
346 mAction |= MAP_ACTION_COPY;
349 if (mAction & MAP_ACTION_COPY) { //must allocate new vasurface(EXternalMemoryNULL, uncached)
356 LOGI("create new vaSurface for MAP_ACTION_COPY\n");
379 if (mAction & MAP_ACTION_COPY) {
VideoEncoderBase.cpp 231 mVASurfaceMappingAction |= MAP_ACTION_COPY;
    [all...]

Completed in 2718 milliseconds