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

/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderUtils.h28 #define MAP_ACTION_ALIGN64 0x00000002 //align 64 macro
H A DVideoEncoderUtils.cpp334 if (mAction & MAP_ACTION_ALIGN64 && stride % 64 != 0) {
340 if(mAction & MAP_ACTION_ALIGN64 && width <= 320 && height <= 240) {
H A DVideoEncoderBase.cpp237 mVASurfaceMappingAction |= MAP_ACTION_ALIGN64;

Completed in 282 milliseconds