Home
last modified time | relevance | path

Searched defs:STRING_TO_FOURCC (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
DIntelMetadataBuffer.h30 #define STRING_TO_FOURCC(format) ((uint32_t)(((format)[0])|((format)[1]<<8)|((format)[2]<<16)|((for… macro
DVideoEncoderDef.h22 #define STRING_TO_FOURCC(format) ((uint32_t)(((format)[0])|((format)[1]<<8)|((format)[2]<<16)|((for… macro