OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_w
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.js
106
var
new_w
= canvas.width;
112
new_w
*= ratio;
114
canvas.width =
new_w
;
116
context.drawImage(image, 0, 0, src_w, src_h, 0, 0,
new_w
, new_h);
/hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c
265
unsigned int *
new_w
;
local
271
new_w
= h;
276
new_w
= w;
298
*
new_w
= ALIGN(*
new_w
, 16);
305
*
new_w
= ALIGN(*
new_w
, 8);
324
*
new_w
= ALIGN(*
new_w
, 4);
/hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.h
222
int m_calibratePosition(int w, int
new_w
, int x);
ExynosCameraHWInterface.cpp
[
all
...]
/hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c
247
unsigned int *
new_w
;
local
252
new_w
= w;
277
*
new_w
= m_exynos_gsc_multiple_of_n(*
new_w
, 2);
287
*
new_w
= m_exynos_gsc_multiple_of_n(*
new_w
, 2);
[
all
...]
Completed in 1393 milliseconds