Searched defs:STRING_TO_FOURCC (Results 1 - 2 of 2) 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

Completed in 44 milliseconds