Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.h28 #define MAP_ACTION_ALIGN64 0x00000002 //align 64 macro
DVideoEncoderUtils.cpp323 if (mAction & MAP_ACTION_ALIGN64 && stride % 64 != 0) { in doMapping()
329 if(mAction & MAP_ACTION_ALIGN64 && width <= 320 && height <= 240) { in doMapping()
DVideoEncoderBase.cpp240 mVASurfaceMappingAction |= MAP_ACTION_ALIGN64; in start()