Searched defs:pitch (Results 1 – 9 of 9) sorted by relevance
38 real pitch; // Pitch. Used for moving through image efficiently. variable
146 unsigned short pitch; member
234 int pitch = scr->pitch; in BorderReduceOdd() local
92 void updateVoicePitch(int pitch) { in updateVoicePitch()94 pitch); in updateVoicePitch() local
24 "pitch" : -30, number
135 float pitch = node.get("pitch", 0).asFloat(); in initialize() local
30 float pitch = 0; // positive upward (ie: right hand rule about local x axis) member
37 static android::vec3 unitVectorFromPitchAndYaw(float pitch, float yaw) { in unitVectorFromPitchAndYaw()
82 protected int setPitch(float pitch) { in setPitch()