HomeSort by relevance Sort by last modified time
    Searched refs:STRING_TO_FOURCC (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/libmix/videoencoder/
IntelMetadataBuffer.h 30 #define STRING_TO_FOURCC(format) ((uint32_t)(((format)[0])|((format)[1]<<8)|((format)[2]<<16)|((format)[3]<<24)))
VideoEncoderDef.h 22 #define STRING_TO_FOURCC(format) ((uint32_t)(((format)[0])|((format)[1]<<8)|((format)[2]<<16)|((format)[3]<<24)))
VideoEncoderBase.cpp     [all...]

Completed in 1281 milliseconds