HomeSort by relevance Sort by last modified time
    Searched defs:pitch (Results 151 - 175 of 230) sorted by null

1 2 3 4 5 67 8 910

  /external/chromium_org/ui/surface/
accelerated_surface_transformer_win_unittest.cc 54 (y * locked_rect.Pitch);
165 ASSERT_EQ(0, locked_rect.Pitch % sizeof(DWORD));
166 int pitch = locked_rect.Pitch / sizeof(DWORD); local
177 surface[x_lo + y_lo*pitch] = color;
178 surface[x_lo + y_hi*pitch] = color;
179 surface[x_hi + y_lo*pitch] = color;
180 surface[x_hi + y_hi*pitch] = color;
198 ASSERT_EQ(0, locked_rect.Pitch % sizeof(DWORD));
199 int pitch = locked_rect.Pitch / sizeof(DWORD) local
264 int pitch = locked_rect.Pitch \/ sizeof(DWORD); local
306 int pitch = locked_expected.Pitch \/ sizeof(DWORD); local
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c 281 map->pitch = ( map->width + 7 ) >> 3;
287 map->pitch = ( map->width + 3 ) >> 2;
293 map->pitch = ( map->width + 1 ) >> 1;
299 map->pitch = map->width;
307 map->pitch = map->width * 4;
313 map->pitch = map->width;
323 size = map->rows * map->pitch;
408 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h; local
418 pitch = bitmap->pitch;
549 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h, nbits; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 153 irb->mt->region->pitch *
298 int name, int pitch, void *loaderPrivate)
311 pitch, name, "image");
413 *value = image->region->pitch * image->region->cpp;
522 int width, height, offset, stride, dri_format, cpp, index, pitch; local
544 pitch = stride / cpp;
545 if (offset + height * cpp * pitch > parent->region->bo->size) {
560 image->region->pitch = pitch;
    [all...]
  /external/qemu/android/
hw-sensors.c 96 float pitch; member in struct:__anon26485
154 * orientation:<azimuth>:<pitch>:<roll>
321 sensor->u.orientation.pitch,
540 qemu_put_float(f, s->u.orientation.pitch);
591 s->u.orientation.pitch = qemu_get_float(f);
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.h 61 Uint16 pitch; /* Line length */ member in struct:SDL_PrivateVideoData
107 #define VDI_pitch (this->hidden->pitch)
  /external/qemu/hw/
goldfish_fb.c 458 int width, height, pitch; local
483 pitch = s->ds->surface->linesize;
493 fbs.dst_pitch = pitch;
518 memset( dst_line, 0, height*pitch );
  /external/speex/libspeex/
nb_celp.c 186 st->pitch = (int*)speex_alloc((st->nbSubframes)*sizeof(int));
234 speex_free (st->pitch);
337 /* Whole frame analysis (open-loop estimation of pitch and excitation gain) */
352 /*Open-loop pitch*/
373 /*Try to remove pitch multiples*/
583 /*If we use low bit-rate pitch mode, transmit open-loop pitch*/
592 /* This just damps the pitch a bit, because it tends to be too aggressive when forced */
652 int pitch; local
766 /* Low bit-rate pitch handling *
1087 int pitch; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 146 int pitch; member in struct:tagAVCFrameIO
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 64 static void EdgeLoop_Luma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch);
65 static void EdgeLoop_Luma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch);
66 static void EdgeLoop_Chroma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch);
67 static void EdgeLoop_Chroma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch);
78 int pitch = video->currPic->pitch, pitch_c, width; local
84 pitch_c = pitch >> 1;
98 SrcY += ((pitch << 4) - width);
119 int pitch = currPic->pitch; local
296 int pitch = video->currPic->pitch; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 122 Int pitch; /* stride for Y */ member in struct:tagvideoEncFrameIO
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 153 // interate through pitch table
185 // modify the pitch
339 // initialize pitch table
340 float pitch = 0.5f; local
343 mScale[i] = pitch;
344 pitch *= SEMITONE;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_kgsl.h 159 unsigned int pitch; member in struct:kgsl_gmem_desc
167 unsigned int pitch; member in struct:kgsl_buffer_desc
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_kgsl.h 159 unsigned int pitch; member in struct:kgsl_gmem_desc
167 unsigned int pitch; member in struct:kgsl_buffer_desc
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h 264 /* pitch :: The pitch's absolute value is the number of bytes */
266 /* However, the pitch is positive when the bitmap has */
268 /* flow. In all cases, the pitch is an offset to add */
276 /* For the B/W rasterizer, `pitch' is always an even */
279 /* To change the pitch of a bitmap (say, to make it a */
314 int pitch; member in struct:FT_Bitmap_
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.c 1112 EGLint format, name, pitch, err; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 443 * @pitch: Array of pitches, the two last are only used for YUV12 formats.
464 uint32_t pitch[3]; member in struct:drm_vmw_control_stream_arg
  /external/freetype/include/freetype/
ftimage.h 273 /* pitch :: The pitch's absolute value is the number of bytes */
275 /* However, the pitch is positive when the bitmap has */
277 /* flow. In all cases, the pitch is an offset to add */
285 /* For the B/W rasterizer, `pitch' is always an even */
288 /* To change the pitch of a bitmap (say, to make it a */
323 int pitch; member in struct:FT_Bitmap_
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 1112 EGLint format, name, pitch, err; local
    [all...]
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 443 * @pitch: Array of pitches, the two last are only used for YUV12 formats.
464 uint32_t pitch[3]; member in struct:drm_vmw_control_stream_arg
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 100 Uint16 pitch; /**< Read-only */ member in struct:SDL_Surface
558 int width, int height, int depth, int pitch,
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 59 /* speaking pitch */
75 const char * PICO_PITCH_OPEN_TAG = "<pitch level='%d'>";
76 const char * PICO_PITCH_CLOSE_TAG = "</pitch>";
94 const char * picoSupportedProperties[] = { "language", "rate", "pitch", "volume" };
115 int picoProp_currPitch = PICO_DEF_PITCH; /* current pitch */
521 * Add <speed>, <pitch> and <volume> tags to the text,
534 if (picoProp_currPitch != PICO_DEF_PITCH) { /* non-default pitch */
1314 int pitch; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 187 bool IntraDecisionABE(int *min_cost, uint8 *cur, int pitch, bool ave)
197 out = cur - pitch;
206 out -= pitch;
207 cur -= pitch;
210 temp = *(out += pitch) - *(cur += pitch);
247 int pitch = currInput->pitch; local
344 offset = pitch * (j << 4) + (start_i << 4);
359 HTFMPrepareCurMB_AVC(encvid, &htfm_stat, cur, pitch);
485 int pitch, width, height; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 191 Int max = 0, max_width = 0, max_height = 0, pitch, offset; local
735 pitch = max_width;
740 pitch = max_width + 32;
741 offset = (pitch << 4) + 16;
744 size = pitch * max_height;
    [all...]
  /hardware/libhardware/include/hardware/
sensors.h 299 * pitch: Rotation around X axis (-180<=pitch<=180), with positive values when
320 * Note: This definition is different from yaw, pitch and roll used in aviation
773 float pitch; member in struct:__anon32963::__anon32964::__anon32966
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XKBlib.h 196 int pitch; /* requested pitch in Hz */ member in struct:_XkbBellNotify

Completed in 887 milliseconds

1 2 3 4 5 67 8 910