/external/qemu/distrib/sdl-1.2.15/src/video/caca/ |
SDL_cacavideo.c | 223 current->pitch = 2 * ((width + 15) & ~15); 227 Caca_bitmap = caca_create_bitmap( 16, width, height, current->pitch, 0xf800, 0x07e0, 0x001f, 0x0000 );
|
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
SDL_dgavideo.c | 247 printf("Mode: %s (%dx%d) at %d bpp (%f refresh, %d pitch) num: %d\n", 515 current->pitch = memory_pitch; 523 screen_len = current->h*current->pitch; 550 surfaces_len = (mode->mode.imageHeight*current->pitch - screen_len); 701 Some blitters require the pitch between two hardware surfaces 704 if ( surface->pitch > SDL_VideoSurface->pitch ) { 708 surface->pitch = SDL_VideoSurface->pitch; 709 size = surface->h * surface->pitch; [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
SDL_QuartzWindow.m | 42 Uint32 rowPixels = surface->pitch / 4;
|
/external/qemu/distrib/sdl-1.2.15/test/ |
graywin.c | 78 buffer += screen->pitch; 91 buffer += screen->pitch;
|
testoverlay.c | 100 p=((Uint8 *) s->pixels)+s->pitch*y; 140 p=((Uint8 *) s->pixels)+s->pitch*y; 172 p=((Uint8 *) s->pixels)+s->pitch*y; 205 p=((Uint8 *) s->pixels)+s->pitch*y; 241 p=((Uint8 *) s->pixels)+s->pitch*y; 547 printf(" plane %d: pitch=%d\n", i, overlay->pitches[i]);
|
testalpha.c | 41 buffer += screen->pitch; 54 buffer += screen->pitch; 95 skip = light->pitch-(light->w*light->format->BytesPerPixel);
|
/external/skia/legacy/src/ports/ |
SkFontHost_ascender.cpp | 168 src += rec.y0 * rec.pitch + rec.x0; 172 src += rec.pitch;
|
/external/skia/src/ports/ |
SkFontHost_ascender.cpp | 168 src += rec.y0 * rec.pitch + rec.x0; 172 src += rec.pitch;
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
vad1.cpp | 705 Inputs : pitch: flags for pitch detection 778 /* if fullband pitch or tone have been detected for a while, initialize stat_count */ 779 if (((Word16)(st->pitch & 0x6000) == 0x6000) || [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
findhalfpel.cpp | 79 Int lx = video->currVop->pitch; 194 Int lx = video->currVop->pitch;
|
motion_comp.cpp | 107 Int height, pitch, pitch_uv, height_uv; local 118 pitch = currVop->pitch; 120 pitch_uv = pitch >> 1; 143 pitch, round1); 168 pitch, round1); [all...] |
/external/libvpx/generic/ |
vpx_rtcd.h | 59 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride); 224 void vp8_short_fdct4x4_c(short *input, short *output, int pitch); 227 void vp8_short_fdct8x4_c(short *input, short *output, int pitch); 230 void vp8_short_walsh4x4_c(short *input, short *output, int pitch); 263 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch);
|
/external/libvpx/mips/ |
vpx_rtcd.h | 59 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride); 224 void vp8_short_fdct4x4_c(short *input, short *output, int pitch); 227 void vp8_short_fdct8x4_c(short *input, short *output, int pitch); 230 void vp8_short_walsh4x4_c(short *input, short *output, int pitch); 263 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch);
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
filter_dspr2.c | 123 int pitch 236 dst_ptr += pitch; 306 dst_ptr += pitch; 319 int pitch 485 dst_ptr += pitch; 605 dst_ptr += pitch; 619 int pitch [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/ |
SDL_gapivideo.c | 735 video->pitch = SDL_CalculatePitch(video); 756 gapi->buffer = SDL_malloc(video->h * video->pitch); 764 SDL_memset(gapi->buffer, 255, video->h * video->pitch); 802 printf("x pitch: %d\n", gapi->gxProperties.cbxPitch); 803 printf("y pitch: %d\n", gapi->gxProperties.cbyPitch); 909 line2 = srcPointer + SDL_VideoSurface->pitch / 2; 967 line2 = srcPointer + SDL_VideoSurface->pitch / 2; 1028 line2 = srcPointer + SDL_VideoSurface->pitch / 2; 1092 srcPointer = ((unsigned char*) SDL_VideoSurface->pixels) + rects[i].y * SDL_VideoSurface->pitch + rects[i].x * 2; 1109 srcPointer += SDL_VideoSurface->pitch * linesProcessed; // pitch in byte [all...] |
/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...] |
/external/quake/quake/src/QW/server/ |
pr_cmds.c | 369 float yaw, pitch; local 377 pitch = 90; 379 pitch = 270; 388 pitch = (int) (atan2(value1[2], forward) * 180 / M_PI); 389 if (pitch < 0) 390 pitch += 360; 393 G_FLOAT(OFS_RETURN+0) = pitch;
|
/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...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_RLEaccel.c | 825 dstbuf += dst->pitch; \ 860 + y * dst->pitch + x * src->format->BytesPerPixel; 924 dstbuf += dst->pitch; \ 1088 dstbuf += dst->pitch; \ [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
avcenc_lib.h | 55 \param "picPitch" "Pitch of the current frame." 297 \param "picPitch" "Pitch of the reconstructed frame." 302 bool IntraDecision(int *min_cost, uint8 *cur, int pitch, bool ave); 309 \param "picPitch" "Pitch of the reconstructed frame." 529 void HTFMPrepareCurMB_AVC(AVCEncObject *encvid, HTFM_Stat *htfm_stat, uint8 *cur, int pitch); 536 \param "pitch" "Stride size of the input frame (luma)." 539 void AVCPrepareCurMB(AVCEncObject *encvid, uint8 *cur, int pitch); 628 \param "lx" "Pitch of the ref frame." 755 \param "orgPitch" "Pointer to the original picture pitch." [all...] |
/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
SoundPoolTest.java | 153 // interate through pitch table 185 // modify the pitch 327 // initialize pitch table 328 float pitch = 0.5f; local 331 mScale[i] = pitch; 332 pitch *= SEMITONE;
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
ImageUtils.cpp | 372 yuv->Y.width = yuv->Y.pitch = width; 375 yuv->U.width = yuv->U.pitch = yuv->V.width = yuv->V.pitch = widthUV;
|
/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/ |
ImageUtils.cpp | 372 yuv->Y.width = yuv->Y.pitch = width; 375 yuv->U.width = yuv->U.pitch = yuv->V.width = yuv->V.pitch = widthUV;
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
ImageUtils.cpp | 372 yuv->Y.width = yuv->Y.pitch = width; 375 yuv->U.width = yuv->U.pitch = yuv->V.width = yuv->V.pitch = widthUV;
|
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
SDL_dx5video.c | [all...] |