HomeSort by relevance Sort by last modified time
    Searched defs:ImageData (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Graphics.c 450 UINT8 *ImageData;
506 ImageData = NULL;
514 &ImageData,
528 gBS->FreePool (ImageData);
532 Status = GetGraphicsBitMapFromFVEx (ImageHandle, LogoFile, (VOID **) &ImageData, &ImageSize);
544 ImageData,
552 gBS->FreePool (ImageData);
642 gBS->FreePool (ImageData);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Graphics.c 449 UINT8 *ImageData;
505 ImageData = NULL;
513 &ImageData,
527 gBS->FreePool (ImageData);
531 Status = GetGraphicsBitMapFromFVEx (ImageHandle, LogoFile, (VOID **) &ImageData, &ImageSize);
543 ImageData,
551 gBS->FreePool (ImageData);
641 gBS->FreePool (ImageData);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/
BootLogoLib.c 60 UINT8 *ImageData;
151 ImageData = NULL;
162 &ImageData,
176 Status = GetSectionFromAnyFv (Logo, EFI_SECTION_RAW, 0, (VOID **) &ImageData, &ImageSize);
186 Status = DecodeImage (ImageFormat, ImageData, ImageSize, &Blt, &BltSize, &Width, &Height);
187 FreePool (ImageData);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 910 UINT8 *ImageData;
993 ImageData = NULL;
1004 &ImageData,
1018 if (ImageData != NULL) {
1019 FreePool (ImageData);
1027 Status = GetSectionFromAnyFv (LogoFile, EFI_SECTION_RAW, 0, (VOID **) &ImageData, &ImageSize);
1046 ImageData,
1054 FreePool (ImageData);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 911 UINT8 *ImageData;
994 ImageData = NULL;
1005 &ImageData,
1019 if (ImageData != NULL) {
1020 FreePool (ImageData);
1028 Status = GetSectionFromAnyFv (LogoFile, EFI_SECTION_RAW, 0, (VOID **) &ImageData, &ImageSize);
1047 ImageData,
1055 FreePool (ImageData);
    [all...]
  /external/opencv/cxcore/include/
cvwimage.h 187 T* ImageData() { return reinterpret_cast<T*>(image_->imageData); }
188 const T* ImageData() const {
189 return reinterpret_cast<const T*>(image_->imageData);
210 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep);
214 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep);
219 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep) +
224 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep) +
528 // Allocate ImageData
558 header_.imageData = reinterpret_cast<char*>((*img)(c, r))
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoSource.java 50 public class ImageData {
63 ImageData naturalNext() {
66 ImageData naturalPrevious() {
88 private final LinkedList<ImageData> mImageQueue;
93 private final HashMap<Bitmap, ImageData> mImageMap;
113 mImageQueue = new LinkedList<ImageData>();
117 mImageMap = new HashMap<Bitmap, ImageData>();
132 ImageData imageData = null;
140 imageData = mImageQueue.poll()
    [all...]
  /external/ImageMagick/coders/
ps.c 413 #define ImageData "ImageData:"
627 if (LocaleNCompare(ImageData,command,strlen(ImageData)) == 0)
628 (void) sscanf(command,ImageData " %lu %lu",&columns,&rows);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageCompressionTranscodingSupport.cpp 381 struct ImageData
399 ImageData& imageData,
405 vector<ImageData>& imageData);
412 void createImageInfos (ImageData& imageData,
416 vector<ImageData>& imageData,
436 vector<ImageData> imageData (m_parameters.imagesCount)
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 533 milliseconds