HomeSort by relevance Sort by last modified time
    Searched full:string_to_fourcc (Results 1 - 4 of 4) 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...]
  /hardware/intel/common/libva/test/encode/
h264encode.c 639 static int string_to_fourcc(char *str) function
807 srcyuv_fourcc = string_to_fourcc(optarg);
    [all...]

Completed in 269 milliseconds