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

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.cpp 65 if (blendingType == Blend::BLEND_TYPE_FULL ||
66 blendingType == Blend::BLEND_TYPE_PAN)
68 stripType = Blend::STRIP_TYPE_THIN;
107 if (blendingType == Blend::BLEND_TYPE_FULL ||
108 blendingType == Blend::BLEND_TYPE_PAN ||
109 blendingType == Blend::BLEND_TYPE_CYLPAN ||
110 blendingType == Blend::BLEND_TYPE_HORZ) {
111 blender = new Blend();
202 if (blendingType == Blend::BLEND_TYPE_PAN)
209 int ret = Blend::BLEND_RET_ERROR
    [all...]
Blend.h 18 // Blend.h
19 // $Id: Blend.h,v 1.23 2011/06/24 04:22:14 mbansal Exp $
53 class Blend {
71 Blend();
72 ~Blend();
Mosaic.h 28 #include "Blend.h"
42 int blendingType = Blend::BLEND_TYPE_CYLPAN;
43 int stripType = Blend::STRIP_TYPE_THIN;
213 Blend *blender;
Blend.cpp 18 // Blend.cpp
19 // $Id: Blend.cpp,v 1.22 2011/06/24 04:22:14 mbansal Exp $
24 #include "Blend.h"
30 #define LOG_TAG "BLEND"
32 Blend::Blend()
37 Blend::~Blend()
44 int Blend::initialize(int blendingType, int stripType, int frame_width, int frame_height)
80 void Blend::AlignToMiddleFrame(MosaicFrame **frames, int frames_size
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.cpp 61 if (blendingType == Blend::BLEND_TYPE_FULL ||
62 blendingType == Blend::BLEND_TYPE_PAN)
64 stripType = Blend::STRIP_TYPE_THIN;
102 if (blendingType == Blend::BLEND_TYPE_FULL ||
103 blendingType == Blend::BLEND_TYPE_PAN ||
104 blendingType == Blend::BLEND_TYPE_CYLPAN ||
105 blendingType == Blend::BLEND_TYPE_HORZ) {
106 blender = new Blend();
189 if (blendingType == Blend::BLEND_TYPE_PAN)
196 int ret = Blend::BLEND_RET_ERROR
    [all...]
Blend.h 18 // Blend.h
19 // $Id: Blend.h,v 1.23 2011/06/24 04:22:14 mbansal Exp $
53 class Blend {
71 Blend();
72 ~Blend();
Mosaic.h 28 #include "Blend.h"
42 int blendingType = Blend::BLEND_TYPE_CYLPAN;
43 int stripType = Blend::STRIP_TYPE_THIN;
207 Blend *blender;
Blend.cpp 18 // Blend.cpp
19 // $Id: Blend.cpp,v 1.22 2011/06/24 04:22:14 mbansal Exp $
24 #include "Blend.h"
30 #define LOG_TAG "BLEND"
32 Blend::Blend()
37 Blend::~Blend()
44 int Blend::initialize(int blendingType, int stripType, int frame_width, int frame_height)
80 void Blend::AlignToMiddleFrame(MosaicFrame **frames, int frames_size
    [all...]
  /packages/apps/Camera/perftests/panorama/
benchmark.cpp 28 const int blendingType = Blend::BLEND_TYPE_HORZ;
29 const int stripType = Blend::STRIP_TYPE_WIDE;
  /packages/apps/Camera/jni/
Android.mk 19 feature_mos/src/mosaic/Blend.cpp \
feature_mos_jni.cpp 28 #include "mosaic/Blend.h"
62 //int blendingType = Blend::BLEND_TYPE_FULL;
63 //int blendingType = Blend::BLEND_TYPE_CYLPAN;
64 int blendingType = Blend::BLEND_TYPE_HORZ;
65 int stripType = Blend::STRIP_TYPE_THIN;
  /packages/apps/LegacyCamera/jni/
Android.mk 19 feature_mos/src/mosaic/Blend.cpp \
feature_mos_jni.cpp 28 #include "mosaic/Blend.h"
62 //int blendingType = Blend::BLEND_TYPE_FULL;
63 //int blendingType = Blend::BLEND_TYPE_CYLPAN;
64 int blendingType = Blend::BLEND_TYPE_HORZ;
65 int stripType = Blend::STRIP_TYPE_THIN;
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h 256 U032 Blend;

Completed in 138 milliseconds