/development/perftests/panorama/feature_mos/src/mosaic/ |
ImageUtils.h | 30 typedef ImageTypeBase *ImageType; 62 static void rgb2yvu(ImageType out, ImageType in, int width, int height); 64 static void rgba2yvu(ImageType out, ImageType in, int width, int height); 76 static void yvu2rgb(ImageType out, ImageType in, int width, int height); 77 static void yvu2bgr(ImageType out, ImageType in, int width, int height); 91 static ImageType rgb2gray(ImageType in, int width, int height) [all...] |
Mosaic.h | 105 int addFrame(ImageType imageYVU); 112 int addFrameRGB(ImageType imageRGB); 127 ImageType getMosaic(int &width, int &height); 169 ImageType imageMosaicYVU; 187 ImageType *owned_frames;
|
AlignFeatures.h | 65 int addFrameRGB(ImageType image); 66 int addFrame(ImageType image); 89 ImageType imageGray;
|
ImageUtils.cpp | 28 void ImageUtils::rgba2yvu(ImageType out, ImageType in, int width, int height) 31 ImageType yimg = out; 32 ImageType vimg = yimg + width*height; 33 ImageType uimg = vimg + width*height; 34 ImageType image = in; 73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) 76 ImageType yimg = out; 77 ImageType vimg = yimg + width*height [all...] |
MosaicTypes.h | 70 ImageType image; 98 inline ImageType getV() 106 inline ImageType getU() 116 ImageType U = image + (width*height); 125 ImageType U = image + (width*height*2);
|
Mosaic.cpp | 94 owned_frames = new ImageType[max_frames]; 116 int Mosaic::addFrameRGB(ImageType imageRGB) 118 ImageType imageYVU; 134 int Mosaic::addFrame(ImageType imageYVU) 224 ImageType Mosaic::getMosaic(int &width, int &height)
|
AlignFeatures.cpp | 98 int Align::addFrameRGB(ImageType imageRGB) 104 int Align::addFrame(ImageType imageGray_) 109 ImageType *m_rows = ImageUtils::imageTypeToRowPointers(imageGray_, width, height);
|
Pyramid.h | 42 static void createPyramid(ImageType image, PyramidShort *pyramid, int last = 3 );
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
ImageUtils.h | 30 typedef ImageTypeBase *ImageType; 62 static void rgb2yvu(ImageType out, ImageType in, int width, int height); 64 static void rgba2yvu(ImageType out, ImageType in, int width, int height); 76 static void yvu2rgb(ImageType out, ImageType in, int width, int height); 77 static void yvu2bgr(ImageType out, ImageType in, int width, int height); 91 static ImageType rgb2gray(ImageType in, int width, int height) [all...] |
AlignFeatures.h | 65 int addFrameRGB(ImageType image); 66 int addFrame(ImageType image); 89 ImageType imageGray;
|
Mosaic.h | 105 int addFrame(ImageType imageYVU); 112 int addFrameRGB(ImageType imageRGB); 127 ImageType getMosaic(int &width, int &height); 169 ImageType imageMosaicYVU;
|
ImageUtils.cpp | 28 void ImageUtils::rgba2yvu(ImageType out, ImageType in, int width, int height) 31 ImageType yimg = out; 32 ImageType vimg = yimg + width*height; 33 ImageType uimg = vimg + width*height; 34 ImageType image = in; 73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) 76 ImageType yimg = out; 77 ImageType vimg = yimg + width*height [all...] |
MosaicTypes.h | 70 ImageType image; 98 inline ImageType getV() 106 inline ImageType getU() 116 ImageType U = image + (width*height); 125 ImageType U = image + (width*height*2);
|
Mosaic.cpp | 119 int Mosaic::addFrameRGB(ImageType imageRGB) 121 ImageType imageYVU; 129 int Mosaic::addFrame(ImageType imageYVU) 221 ImageType Mosaic::getMosaic(int &width, int &height)
|
AlignFeatures.cpp | 98 int Align::addFrameRGB(ImageType imageRGB) 104 int Align::addFrame(ImageType imageGray_) 109 ImageType *m_rows = ImageUtils::imageTypeToRowPointers(imageGray_, width, height);
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageTexture.hpp | 38 Texture (const ImageType type, const tcu::IVec3& layerSize, const int layers); 40 ImageType type (void) const { return m_type; } //!< Texture type 50 const ImageType m_type;
|
vktImageLoadStoreTests.hpp | 40 de::MovePtr<TestCase> createImageQualifierRestrictCase (tcu::TestContext& testCtx, const ImageType imageType, const std::string& name);
|
vktImageTestsUtil.hpp | 39 enum ImageType 53 vk::VkImageType mapImageType (const ImageType imageType); 54 vk::VkImageViewType mapImageViewType (const ImageType imageType); 55 std::string getImageTypeName (const ImageType imageType); 56 std::string getShaderImageType (const tcu::TextureFormat& format, const ImageType imageType); 101 tcu::UVec3 getShaderGridSize (const ImageType imageType, const tcu::UVec3& imageSize); //!< Size used for addresing image in a shade [all...] |
vktImageTestsUtil.cpp | 58 tcu::UVec3 getShaderGridSize (const ImageType imageType, const tcu::UVec3& imageSize) 60 switch (imageType) 88 tcu::UVec3 getLayerSize (const ImageType imageType, const tcu::UVec3& imageSize) 90 switch (imageType) 112 deUint32 getNumLayers (const ImageType imageType, const tcu::UVec3& imageSize) 114 switch (imageType) 138 deUint32 getNumPixels (const ImageType imageType, const tcu::UVec3& imageSize [all...] |
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesTestsUtil.hpp | 40 enum ImageType 54 vk::VkImageType mapImageType (const ImageType imageType); 55 vk::VkImageViewType mapImageViewType (const ImageType imageType); 56 std::string getImageTypeName (const ImageType imageType); 57 std::string getShaderImageType (const tcu::TextureFormat& format, const ImageType imageType); 103 tcu::UVec3 getShaderGridSize (const ImageType imageType, [all...] |
vktSparseResourcesTestsUtil.cpp | 60 tcu::UVec3 getShaderGridSize(const ImageType imageType, const tcu::UVec3& imageSize, const deUint32 mipLevel) 66 switch (imageType) 98 tcu::UVec3 getLayerSize(const ImageType imageType, const tcu::UVec3& imageSize) 100 switch (imageType) 122 deUint32 getNumLayers(const ImageType imageType, const tcu::UVec3& imageSize) 124 switch (imageType) 148 deUint32 getNumPixels(const ImageType imageType, const tcu::UVec3& imageSize [all...] |
/development/perftests/panorama/ |
benchmark.cpp | 31 ImageType yvuFrames[MAX_FRAMES]; 42 ImageType rgbFrame = ImageUtils::readBinaryPPM(filename, width, height); 99 ImageType resultYVU = mosaic.getMosaic(mosaicWidth, mosaicHeight); 101 ImageType imageRGB = ImageUtils::allocateImage(
|
/packages/apps/LegacyCamera/jni/ |
feature_mos_jni.cpp | 48 ImageType tImage[NR][MAX_FRAMES];// = {{ImageUtils::IMAGE_TYPE_NOIMAGE}}; // YVU24 format image 50 ImageType resultYVU = ImageUtils::IMAGE_TYPE_NOIMAGE; 51 ImageType resultBGR = ImageUtils::IMAGE_TYPE_NOIMAGE; 121 void GenerateQuarterResImagePlanar(ImageType im, int input_w, int input_h, 122 ImageType &out) 124 ImageType imp; 125 ImageType outp; 209 void YUV420toYVU24(ImageType yvu24, ImageType yuv420sp, int width, int height) 213 ImageType oyp = yvu24 [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
ImageHeaderParser.java | 3 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.GIF; 4 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.JPEG; 5 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.PNG; 6 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.PNG_A; 7 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.UNKNOWN; 26 public static enum ImageType { 39 ImageType(boolean hasAlpha) { 86 public ImageType getType() throws IOException {
|
/external/webrtc/webrtc/modules/video_coding/ |
qm_select.h | 44 enum ImageType { 140 // Get the imageType (CIF, VGA, HD, etc) for the system width/height. 141 ImageType GetImageType(uint16_t width, uint16_t height); 144 ImageType FindClosestImageType(uint16_t width, uint16_t height); 162 ImageType image_type_;
|