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

1 2 3

  /packages/apps/Gallery2/jni/filters/
geometry.c 20 static __inline__ void flipVertical(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){
34 static __inline__ void flipHorizontal(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){
51 static __inline__ void flip_fun(int flip, char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){
55 int arr_len = dstWidth * dstHeight * sizeof(char) * 4;
57 flipHorizontal(source, srcWidth, srcHeight, temp, dstWidth, dstHeight);
58 flipVertical(temp, dstWidth, dstHeight, destination, dstWidth, dstHeight);
63 flipHorizontal(source, srcWidth, srcHeight, destination, dstWidth, dstHeight);
67 flipVertical(source, srcWidth, srcHeight, destination, dstWidth, dstHeight);
73 static __inline__ void rotate90(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){
    [all...]
  /hardware/ti/omap4-aah/libI420colorconvert/
ColorConvert.cpp 34 int dstHeight = srcRect.bottom - srcRect.top + 1;
35 size_t dst_y_size = dstWidth * dstHeight;
37 size_t dst_uv_size = dstWidth / 2 * dstHeight / 2;
42 for (int y = 0; y < dstHeight; ++y) {
49 for (int y = 0; y < (dstHeight + 1) / 2; ++y) {
67 int dstWidth, int dstHeight, ARect dstRect,
78 uint8_t* pDst_uv = (uint8_t*)dstBits + dstWidth * dstHeight;
  /hardware/ti/omap4xxx/libI420colorconvert/
ColorConvert.cpp 34 int dstHeight = srcRect.bottom - srcRect.top + 1;
35 size_t dst_y_size = dstWidth * dstHeight;
37 size_t dst_uv_size = dstWidth / 2 * dstHeight / 2;
42 for (int y = 0; y < dstHeight; ++y) {
49 for (int y = 0; y < (dstHeight + 1) / 2; ++y) {
67 int dstWidth, int dstHeight, ARect dstRect,
78 uint8_t* pDst_uv = (uint8_t*)dstBits + dstWidth * dstHeight;
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_ktx.cpp 154 const int dstHeight = sampler.scaledHeight();
157 for (int y = 0; y < dstHeight; ++y) {
183 const int dstHeight = sampler.scaledHeight();
186 for (int y = 0; y < dstHeight; ++y) {
202 const int dstHeight = sampler.scaledHeight();
205 for (int y = 0; y < dstHeight; ++y) {
232 const int dstHeight = sampler.scaledHeight();
235 for (int y = 0; y < dstHeight; ++y) {
SkImageDecoder_pkm.cpp 94 const int dstHeight = sampler.scaledHeight();
97 for (int y = 0; y < dstHeight; ++y) {
SkImageDecoder_libbmp.cpp 153 const int dstHeight = sampler.scaledHeight();
157 for (int y = 0; y < dstHeight; y++) {
SkImageDecoder_astc.cpp 168 const int dstHeight = sampler.scaledHeight();
171 for (int y = 0; y < dstHeight; ++y) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mipmap.h 39 GLint dstWidth, GLint dstHeight, GLint dstDepth,
mipmap.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_gen_mipmap.c 223 uint dstWidth, dstHeight, dstDepth;
227 dstHeight = pt->array_size;
230 dstHeight = u_minify(pt->height0, dstLevel);
249 _mesa_init_teximage_fields(ctx, dstImage, dstWidth, dstHeight,
  /external/deqp/framework/delibs/deimage/
deImage.h 59 deImage* deImage_scale (const deImage* image, int dstWidth, int dstHeight);
deImage.c 117 deImage* deImage_scale (const deImage* srcImage, int dstWidth, int dstHeight)
121 deImage* result = deImage_create(dstWidth, dstHeight, srcImage->format);
124 for (y = 0; y < dstHeight; y++)
129 float yFloat = (float)(y + 0.5f) / (float)dstHeight * (float)srcImage->height - 0.5f;
  /external/mesa3d/src/mesa/main/
mipmap.h 39 GLint dstWidth, GLint dstHeight, GLint dstDepth,
mipmap.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_gen_mipmap.c 223 uint dstWidth, dstHeight, dstDepth;
227 dstHeight = pt->array_size;
230 dstHeight = u_minify(pt->height0, dstLevel);
249 _mesa_init_teximage_fields(ctx, dstImage, dstWidth, dstHeight,
  /external/skia/src/images/
SkImageDecoder_ktx.cpp 126 const int dstHeight = sampler.scaledHeight();
129 for (int y = 0; y < dstHeight; ++y) {
145 const int dstHeight = sampler.scaledHeight();
148 for (int y = 0; y < dstHeight; ++y) {
175 const int dstHeight = sampler.scaledHeight();
178 for (int y = 0; y < dstHeight; ++y) {
SkImageDecoder_libbmp.cpp 153 const int dstHeight = sampler.scaledHeight();
157 for (int y = 0; y < dstHeight; y++) {
SkImageDecoder_pkm.cpp 92 const int dstHeight = sampler.scaledHeight();
95 for (int y = 0; y < dstHeight; ++y) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmap.java 57 public static Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, boolean filter) {
61 shadowBitmap.appendDescription(" scaled to " + dstWidth + " x " + dstHeight);
66 shadowBitmap.setHeight(dstHeight);
  /frameworks/av/include/media/stagefright/
ColorConverter.h 42 size_t dstWidth, size_t dstHeight,
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViESurfaceRenderer.java 54 private void changeDestRect(int dstWidth, int dstHeight) {
56 dstRect.bottom = (int)(dstRect.top + dstBottomScale * dstHeight);
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.h 113 typedef C2DColorConverterBase* createC2DColorConverter_t(size_t srcWidth, size_t srcHeight, size_t dstWidth, size_t dstHeight, ColorConvertFormat srcFormat, ColorConvertFormat dstFormat, int32_t flags, size_t srcStride);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java 173 public Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, boolean filter)
176 m.setScale(dstWidth / (float) src.getWidth(), dstHeight / (float) src.getHeight());
177 Bitmap result = Bitmap.createBitmap(dstWidth, dstHeight, src.getConfig());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 225 public Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, boolean filter) {
227 m.setScale(dstWidth / (float) src.getWidth(), dstHeight / (float) src.getHeight());
228 Bitmap result = Bitmap.createBitmap(dstWidth, dstHeight, src.getConfig());
  /hardware/intel/common/utils/ISV/include/
isv_worker.h 74 uint32_t dstHeight;

Completed in 540 milliseconds

1 2 3