Searched defs:GetImageType (Results 1 - 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dattribute.c576 % GetImageType() returns the type of image:
582 % The format of the GetImageType method is:
584 % ImageType GetImageType(const Image *image)
591 MagickExport ImageType GetImageType(const Image *image)
586 MagickExport ImageType GetImageType(const Image *image) function
H A Dmethods.h465 #define GetImageType PrependMagickMethod(GetImageType) macro
/external/webrtc/webrtc/modules/video_coding/
H A Dqm_select.cc96 ImageType VCMQmMethod::GetImageType(uint16_t width, uint16_t height) { function in class:webrtc::VCMQmMethod
236 image_type_ = GetImageType(width, height);
570 GetImageType(static_cast<uint16_t>(fac_width * width_),

Completed in 114 milliseconds