Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.h29 #define MAP_ACTION_COLORCONVERT 0x00000004 //color convert macro
DVideoEncoderUtils.cpp298 if (mAction & MAP_ACTION_COLORCONVERT) { in doMapping()
316 mAction &= ~MAP_ACTION_COLORCONVERT; in doMapping()
369 if (mAction & MAP_ACTION_COLORCONVERT) { in doMapping()
DVideoEncoderBase.cpp127 mVASurfaceMappingAction |= MAP_ACTION_COLORCONVERT; in start()