/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Pyramid.cpp | 45 curr->pitch = (real) (width + border2); in allocatePyramidPacked() 49 for (int j = height + border2; j--; y++, position += curr->pitch) { in allocatePyramidPacked() 75 img->pitch = (real) (width + border2); in allocateImage() 80 for (int j = height + border2; j--; y++, position += img->pitch) { in allocateImage() 126 for (h = height; h--; base += pyr->pitch) { in BorderSpread() 137 for (h = top; h--; base -= pyr->pitch) { in BorderSpread() 138 memcpy(base - pyr->pitch, base, pyr->pitch * sizeof(short)); in BorderSpread() 142 for (h = bot; h--; base += pyr->pitch) { in BorderSpread() 143 memcpy(base, base - pyr->pitch, pyr->pitch * sizeof(short)); in BorderSpread() 213 ns = s + scr->pitch; in BorderReduceOdd() [all …]
|
D | Interp.h | 58 in += img->pitch; in ciCalc() 63 in += img->pitch; in ciCalc() 68 in += img->pitch; in ciCalc()
|
D | ImageUtils.cpp | 372 yuv->Y.width = yuv->Y.pitch = width; in allocateImage() 375 yuv->U.width = yuv->U.pitch = yuv->V.width = yuv->V.pitch = widthUV; in allocateImage()
|
D | Pyramid.h | 38 real pitch; // Pitch. Used for moving through image efficiently. variable
|
D | ImageUtils.h | 146 unsigned short pitch; member
|
/packages/services/Car/evs/app/ |
D | ConfigManager.cpp | 135 float pitch = node.get("pitch", 0).asFloat(); in initialize() local 141 pitch = normalizeToPlusMinus180degrees(pitch); in initialize() 142 if (pitch > 90.0f) { in initialize() 144 pitch = 180.0f - pitch; in initialize() 146 if (pitch < -90.0f) { in initialize() 148 pitch = -180.0f + pitch; in initialize() 176 info.pitch = pitch * kDegreesToRadians; in initialize()
|
D | RenderTopView.cpp | 37 static android::vec3 unitVectorFromPitchAndYaw(float pitch, float yaw) { in unitVectorFromPitchAndYaw() argument 39 sincosf(pitch, &sinPitch, &cosPitch); in unitVectorFromPitchAndYaw() 72 android::vec3 vAt = unitVectorFromPitchAndYaw(cam.pitch, cam.yaw); in cameraLookMatrix()
|
D | ConfigManager.h | 30 float pitch = 0; // positive upward (ie: right hand rule about local x axis) member
|
D | config.json.readme | 37 "pitch" : -30, // Optical axis degrees above the horizon
|
/packages/apps/Car/Settings/src/com/android/car/settings/tts/ |
D | TtsPlaybackSettingsManager.java | 93 void updateVoicePitch(int pitch) { in updateVoicePitch() argument 95 pitch); in updateVoicePitch() local 96 mTts.setPitch(pitch / SCALING_FACTOR); in updateVoicePitch() 97 LOG.d("TTS default pitch changed, now " + pitch); in updateVoicePitch()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
D | ShadowTextToSpeech.java | 82 protected int setPitch(float pitch) { in setPitch() argument 83 return sInstance.setPitch(pitch); in setPitch()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | pl_wordlist.combined.gz |
|
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |