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

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.h 28 #define MAP_ACTION_ALIGN64 0x00000002 //align 64
VideoEncoderUtils.cpp 323 if (mAction & MAP_ACTION_ALIGN64 && stride % 64 != 0) {
329 if(mAction & MAP_ACTION_ALIGN64 && width <= 320 && height <= 240) {
VideoEncoderBase.cpp 240 mVASurfaceMappingAction |= MAP_ACTION_ALIGN64;
    [all...]

Completed in 393 milliseconds