HomeSort by relevance Sort by last modified time
    Searched refs:ImageType (Results 1 - 25 of 56) sorted by null

1 2 3

  /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)
  /packages/apps/Camera/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...]
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 97 owned_frames = new ImageType[max_frames];
124 int Mosaic::addFrameRGB(ImageType imageRGB)
126 ImageType imageYVU;
142 int Mosaic::addFrame(ImageType imageYVU)
234 ImageType Mosaic::getMosaic(int &width, int &height)
  /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)
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResourceClient.h 36 static ResourceClientType expectedType() { return ImageType; }
ResourceClient.h 38 ImageType,
  /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/Camera/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...]
  /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 10 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.GIF;
11 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.JPEG;
12 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.PNG;
13 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.PNG_A;
14 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.UNKNOWN;
22 public static enum ImageType {
35 ImageType(boolean hasAlpha) {
73 public ImageType getType() throws IOException {
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
qm_select.h 45 enum ImageType {
157 // Get the imageType (CIF, VGA, HD, etc) for the system width/height.
158 ImageType GetImageType(uint16_t width, uint16_t height);
161 ImageType FindClosestImageType(uint16_t width, uint16_t height);
179 ImageType image_type_;

Completed in 370 milliseconds

1 2 3