HomeSort by relevance Sort by last modified time
    Searched defs:pitch (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /frameworks/wilhelm/src/itf/
IPitch.c 17 /* Pitch implementation */
22 static SLresult IPitch_SetPitch(SLPitchItf self, SLpermille pitch)
28 if (!(thiz->mMinPitch <= pitch && pitch <= thiz->mMaxPitch)) {
32 thiz->mPitch = pitch;
50 SLpermille pitch = thiz->mPitch; local
52 *pPitch = pitch;
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.h 38 real pitch; // Pitch. Used for moving through image efficiently. member in class:PyramidShort
ImageUtils.h 146 unsigned short pitch; member in struct:__anon21400
Pyramid.cpp 25 // cleanup easier than fragmented stuff. In addition, we added a "pitch"
45 curr->pitch = (real) (width + border2);
49 for (int j = height + border2; j--; y++, position += curr->pitch) {
75 img->pitch = (real) (width + border2);
80 for (int j = height + border2; j--; y++, position += img->pitch) {
126 for (h = height; h--; base += pyr->pitch) {
137 for (h = top; h--; base -= pyr->pitch) {
138 memcpy(base - pyr->pitch, base, pyr->pitch * sizeof(short));
142 for (h = bot; h--; base += pyr->pitch) {
240 int pitch = scr->pitch; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.h 38 real pitch; // Pitch. Used for moving through image efficiently. member in class:PyramidShort
ImageUtils.h 146 unsigned short pitch; member in struct:__anon21407
  /external/freetype/src/raster/
ftrend1.c 107 FT_UInt width, height, pitch; local
200 pitch = FT_PAD_CEIL( width, 4 );
206 pitch = ( ( width + 15 ) >> 4 ) << 1;
212 bitmap->pitch = pitch;
214 if ( FT_ALLOC_MULT( bitmap->buffer, pitch, height ) )
  /external/qemu/android/skin/
surface.h 61 int pitch,
69 int pitch; member in struct:__anon11836
  /external/freetype/src/base/
ftlcdfil.c 47 for ( ; height > 0; height--, line += bitmap->pitch )
102 FT_Int pitch = bitmap->pitch; local
118 col += pitch;
125 col += pitch;
141 col[-2 * pitch] = (FT_Byte)pix;
142 col += pitch;
151 col[-2 * pitch] = (FT_Byte)pix;
155 col[-pitch] = (FT_Byte)pix;
172 FT_Int pitch = bitmap->pitch local
    [all...]
  /external/qemu/android/
framebuffer.h 50 int pitch; /* bytes per line */ member in struct:QFrameBuffer
framebuffer.c 82 int pitch, bytes_per_pixel, bits_per_pixel; local
89 pitch = _get_pitch( width, format );
90 if (pitch < 0)
107 qfbuff->pixels = calloc( pitch, height );
108 if (qfbuff->pixels == NULL && (height > 0 && pitch > 0)) {
115 qfbuff->pitch = pitch;
203 qfbuff->pitch = _get_pitch( qfbuff->width, qfbuff->format );
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.c 212 int pitch; local
215 ret = surface->Lock (surface, DSLF_READ | DSLF_WRITE, &data, &pitch);
222 /* Find the pitch and offset values for the overlay */
223 overlay->pitches[0] = (Uint16) pitch;
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbmatrox.c 124 int pitch, w, h; local
133 if ( dst->pitch != SDL_VideoSurface->pitch ) {
156 pitch = dst->pitch/dst->format->BytesPerPixel;
170 stop = start = (srcY * pitch) + srcX;
177 skip = -pitch;
179 skip = pitch;
  /external/qemu-pc-bios/vgabios/
vbetables-gen.c 94 int pages, pitch; local
105 pitch = (pm->width + 7) / 8;
107 pitch = pm->width * ((pm->depth + 7) / 8);
108 pages = vram_size / (pm->height * pitch);
143 printf("/*Bit16u BytesPerScanLine*/ %d,\n", pitch);
157 (pm->height * pitch + 65535) / 65536);
250 printf("/*Bit16u LinBytesPerScanLine*/ %d,\n", pitch);
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmsynth.h 53 EAS_I16 pitch; /* operator pitch in cents */ member in struct:s_operator_tag
eas_fmengine.h 100 EAS_I16 pitch[4]; /* new pitch value */ member in struct:__anon13724
eas_fmsynth.c 511 * - the given channel's static gain and static pitch are updated
531 /* calculate pitch bend */
544 /* save static pitch */
731 EAS_I32 pitch; local
739 /* base pitch in cents */
740 pitch = pVoice->note * 100;
745 /* multiply by LFO output to get final pitch modulation */
768 temp += pitch;
769 pFMVoice->oper[operIndex].pitch = (EAS_I16) temp;
891 vFrame.pitch[oper] = pFMVoice->oper[oper].pitch
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmsynth.h 53 EAS_I16 pitch; /* operator pitch in cents */ member in struct:s_operator_tag
eas_fmengine.h 100 EAS_I16 pitch[4]; /* new pitch value */ member in struct:__anon13774
eas_fmsynth.c 511 * - the given channel's static gain and static pitch are updated
531 /* calculate pitch bend */
544 /* save static pitch */
731 EAS_I32 pitch; local
739 /* base pitch in cents */
740 pitch = pVoice->note * 100;
745 /* multiply by LFO output to get final pitch modulation */
768 temp += pitch;
769 pFMVoice->oper[operIndex].pitch = (EAS_I16) temp;
891 vFrame.pitch[oper] = pFMVoice->oper[oper].pitch
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
vad1.h 115 /* Note that each of the following three variables (vadreg, pitch and tone)
119 Word16 pitch; /* flags for pitch detection */ member in struct:__anon17777
124 Word16 oldlag_count, oldlag; /* variables for pitch detection */
  /external/freetype/src/cache/
ftcsbits.c 48 FT_Int pitch = bitmap->pitch; local
52 if ( pitch < 0 )
53 pitch = -pitch;
55 size = (FT_ULong)( pitch * bitmap->rows );
158 !CHECK_CHAR( bitmap->pitch ) ||
171 sbit->pitch = (FT_Char)bitmap->pitch;
184 *asize = FT_ABS( sbit->pitch ) * sbit->height
285 FT_Int pitch; local
    [all...]
  /external/freetype/src/smooth/
ftsmooth.c 108 FT_Pos width, height, pitch; local
182 pitch = width;
186 pitch = FT_PAD_CEIL( width, 4 );
208 pitch = FT_PAD_CEIL( width, 4 );
224 /* Required check is ( pitch * height < FT_ULONG_MAX ), */
225 /* but we care realistic cases only. Always pitch <= width. */
239 bitmap->pitch = pitch;
244 if ( FT_ALLOC( bitmap->buffer, (FT_ULong)pitch * height ) )
306 for ( hh = height_org; hh > 0; hh--, line += pitch )
    [all...]
  /external/quake/quake/src/WinQuake/
cl_tent.cpp 332 float yaw, pitch; local
349 // calculate pitch and yaw
356 pitch = 90;
358 pitch = 270;
367 pitch = (int) (atan2(dist[2], forward) * 180 / M_PI);
368 if (pitch < 0)
369 pitch += 360;
382 ent->angles[0] = pitch;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
me_utils.cpp 222 Int pitch, width, height; local
227 pitch = refVop->pitch;
239 dst = src - (pitch << 4);
258 M4VENC_MEMCPY(dst + pitch, dst, pitch);
259 dst += pitch;
263 dst += (pitch + 16);
285 src += pitch;
294 M4VENC_MEMCPY(dst, dst - pitch, pitch)
    [all...]

Completed in 483 milliseconds

1 2 3 4 5