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.cpp287 if (mAction & MAP_ACTION_COLORCONVERT) { in doMapping()
305 mAction &= ~MAP_ACTION_COLORCONVERT; in doMapping()
358 if (mAction & MAP_ACTION_COLORCONVERT) { in doMapping()
DVideoEncoderBase.cpp130 mVASurfaceMappingAction |= MAP_ACTION_COLORCONVERT; in start()