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

/hardware/intel/common/libmix/videoencoder/
H A DIntelMetadataBuffer.h30 #define STRING_TO_FOURCC(format) ((uint32_t)(((format)[0])|((format)[1]<<8)|((format)[2]<<16)|((format)[3]<<24))) macro
H A DVideoEncoderDef.h22 #define STRING_TO_FOURCC(format) ((uint32_t)(((format)[0])|((format)[1]<<8)|((format)[2]<<16)|((format)[3]<<24))) macro
H A DVideoEncoderBase.cpp1516 if (format != STRING_TO_FOURCC("NV12")) {

Completed in 69 milliseconds