/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Pyramid.h | 24 typedef unsigned short int real; typedef 35 real width, height; // Width and height of input images 36 real numChannels; // Number of channels in input images 37 real border; // border size 38 real pitch; // Pitch. Used for moving through image efficiently. 40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0); 41 static PyramidShort *allocateImage(real width, real height, real border); 45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
|
D | Pyramid.cpp | 27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels, in allocatePyramidPacked() 28 real width, real height, real border) in allocatePyramidPacked() 30 real border2 = (real) (border << 1); in allocatePyramidPacked() 45 curr->pitch = (real) (width + border2); in allocatePyramidPacked() 62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) in allocateImage() 64 real border2 = (real) (border << 1); in allocateImage() 75 img->pitch = (real) (width + border2); in allocateImage() 96 unsigned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *li… in calcStorage()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | faq.md | 41 9. Does RapidJSON really work in real applications? 43 …Yes. It is deployed in both client and server real applications. A community member reported that …
|
D | tutorial.md | 174 JSON provide a single numerical type called Number. Number can be integer or real numbers. RFC 4627…
|
D | Doxyfile.in | 1835 # will generate one additional man file for each entity documented in the real 1836 # man page(s). These additional files only source the real man page, but without
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_emoji.combined.gz |
|
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | sl_wordlist.combined.gz | 1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ... |
D | lt_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 1170 # documented in the real man page(s). These additional files 1171 # only source the real man page, but without them the man command
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 1170 # documented in the real man page(s). These additional files 1171 # only source the real man page, but without them the man command
|
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 42046 …com.android.support.car.lenspicker/.LensPickerProxyActivity t25}}}: first real window is shown, no… 42763 …7e2b u0 com.google.android.car.dialer/.TelecomProxyActivity t26}}}: first real window is shown, no… 88131 …mCurDisplay=Display id 0: DisplayInfo{"Built-in Screen", uniqueId "local:0", app 1366 x 672, real … 88247 …mBaseDisplayInfo=DisplayInfo{"Built-in Screen", uniqueId "local:0", app 1366 x 768, real 1366 x 76… 88248 …mOverrideDisplayInfo=DisplayInfo{"Built-in Screen", uniqueId "local:0", app 1366 x 672, real 1366 …
|