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

  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.h 107 static ImageType allocateImage(int width, int height, int numChannels, short int border = 0);
154 static YUVinfo *allocateImage(unsigned short width, unsigned short height);
MosaicTypes.h 84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
Pyramid.h 41 static PyramidShort *allocateImage(real width, real height, real border);
Pyramid.cpp 62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border)
183 PyramidShort *scr = allocateImage(pyr[1].width, pyr[0].height, pyr->border);
250 PyramidShort *scr = allocateImage(pyr[1].width, pyr[0].height, pyr->border);
ImageUtils.cpp 121 ImageType out = ImageUtils::allocateImage(width, height, 1);
302 ret = allocateImage(width, height, IMAGE_TYPE_NUM_CHANNELS);
333 ImageType ImageUtils::allocateImage(int width, int height, int numChannels, short int border)
355 YUVinfo *YUVinfo::allocateImage(unsigned short width, unsigned short height)
AlignFeatures.cpp 90 imageGray = ImageUtils::allocateImage(width, height, 1);
Mosaic.cpp 123 imageYVU = ImageUtils::allocateImage(this->width, this->height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
Blend.cpp 251 YUVinfo *imgMos = YUVinfo::allocateImage(Mwidth, Mheight);
    [all...]
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 287 tImage[LR][i] = ImageUtils::allocateImage(tWidth[LR], tHeight[LR],
289 tImage[HR][i] = ImageUtils::allocateImage(tWidth[HR], tHeight[HR],
580 resultBGR = ImageUtils::allocateImage(mosaicWidth, mosaicHeight,
mosaic_renderer_jni.cpp 373 gPreviewImage[LR] = ImageUtils::allocateImage(gPreviewImageWidth[LR],
376 gPreviewImage[HR] = ImageUtils::allocateImage(gPreviewImageWidth[HR],
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.cpp 79 de::MovePtr<Allocation> allocateImage (const InstanceInterface& vki,
320 m_imageAllocs[imgNdx] = SharedAllocPtr(new UniqueAlloc(allocateImage(vki, vk, physDevice, vkDevice, **m_images[imgNdx], MemoryRequirement::Any, memAlloc, m_allocationKind)));
425 m_colorImageAllocs[imgNdx] = SharedAllocPtr(new UniqueAlloc(allocateImage(vki, vk, physDevice, vkDevice, **m_colorImages[imgNdx], MemoryRequirement::Any, memAlloc, m_allocationKind)));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp 183 de::MovePtr<Allocation> allocateImage (const InstanceInterface& vki,
    [all...]
vktApiImageClearingTests.cpp 102 de::MovePtr<Allocation> allocateImage (const InstanceInterface& vki,
668 de::MovePtr<Allocation> imageMemory (allocateImage(m_vki, m_vkd, m_context.getPhysicalDevice(), m_device, image, MemoryRequirement::Any, m_allocator, m_params.allocationKind));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 129 de::MovePtr<Allocation> allocateImage (const InstanceInterface& vki,
    [all...]

Completed in 867 milliseconds