Searched defs:pitch (Results 126 - 150 of 297) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.c477 "attaching buffer %s, %d, at %d, cpp %d, pitch %d\n",
479 buffers[i].cpp, buffers[i].pitch);
482 rb->pitch = buffers[i].pitch;
493 uint32_t tiling_flags = 0, pitch = 0; local
509 ret = radeon_bo_get_tiling(bo, &tiling_flags, &pitch);
H A Dradeon_screen.h116 int pitch; /* in pixels */ member in struct:__DRIimageRec
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_blit.c100 unsigned pitch)
167 OUT_BATCH_REGVAL(RADEON_PP_TEX_PITCH_0, pitch * _mesa_get_format_bytes(mesa_format) - 32);
179 unsigned pitch,
183 uint32_t dst_pitch = pitch;
393 fprintf(stderr, "src: size [%d x %d], pitch %d, offset %zd "
399 fprintf(stderr, "dst: pitch %d offset %zd, offset[%d x %d], format %s, bo %p\n",
94 emit_tx_setup(struct r100_context *r100, gl_format mesa_format, struct radeon_bo *bo, intptr_t offset, unsigned width, unsigned height, unsigned pitch) argument
175 emit_cb_setup(struct r100_context *r100, struct radeon_bo *bo, intptr_t offset, gl_format mesa_format, unsigned pitch, unsigned width, unsigned height) argument
H A Dradeon_common_context.c477 "attaching buffer %s, %d, at %d, cpp %d, pitch %d\n",
479 buffers[i].cpp, buffers[i].pitch);
482 rb->pitch = buffers[i].pitch;
493 uint32_t tiling_flags = 0, pitch = 0; local
509 ret = radeon_bo_get_tiling(bo, &tiling_flags, &pitch);
H A Dradeon_screen.h116 int pitch; /* in pixels */ member in struct:__DRIimageRec
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfxft_ftbitmap.c49 FT_Int pitch = source->pitch; local
63 if ( pitch < 0 )
64 pitch = -pitch;
65 size = (FT_ULong)( pitch * source->rows );
69 FT_Int target_pitch = target->pitch;
106 int pitch; local
115 pitch = bitmap->pitch;
223 FT_Int i, x, y, pitch; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftsmooth.c108 FT_Pos width, height, pitch; local
193 pitch = width;
197 pitch = FT_PAD_CEIL( width, 4 );
219 pitch = FT_PAD_CEIL( width, 4 );
235 /* Required check is (pitch * height < FT_ULONG_MAX), */
236 /* but we care realistic cases only. Always pitch <= width. */
251 bitmap->pitch = pitch;
257 if ( FT_ALLOC( bitmap->buffer, (FT_ULong)pitch * height ) )
326 for ( hh = height_org; hh > 0; hh--, line += pitch )
[all...]
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_dib.cpp61 int pitch = (width * pbmi->bmiHeader.biBitCount + 31) / 32 * 4; local
72 FXSYS_memcpy32(pBitmap->GetBuffer(), pData, pitch * height);
74 FX_LPBYTE temp_buf = FX_Alloc(FX_BYTE, pitch);
83 FXSYS_memcpy32(temp_buf, pBitmap->GetBuffer() + top * pitch, pitch);
84 FXSYS_memcpy32(pBitmap->GetBuffer() + top * pitch, pBitmap->GetBuffer() + bottom * pitch, pitch);
85 FXSYS_memcpy32(pBitmap->GetBuffer() + bottom * pitch, temp_buf, pitch);
261 int pitch = pDIBitmap->GetPitch(); local
[all...]
/external/qemu/android/
H A Dframebuffer.c82 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/
H A DSDL_pixels.c293 Uint16 pitch; local
296 pitch = surface->w*surface->format->BytesPerPixel;
299 pitch = (pitch+7)/8;
302 pitch = (pitch+1)/2;
307 pitch = (pitch + 3) & ~3; /* 4-byte aligning */
308 return(pitch);
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarigl.c688 dstpitch = surface->pitch;
711 dstpitch = surface->pitch >>1;
743 dstpitch = surface->pitch >>1;
776 dstpitch = surface->pitch;
807 dstpitch = surface->pitch >>2;
841 dstpitch = surface->pitch >>2;
875 dstpitch = surface->pitch >>2;
909 dstpitch = surface->pitch >>2;
943 dstpitch = surface->pitch >>1;
977 dstpitch = surface->pitch >>
1011 int x,y, pitch; local
1030 int x,y, pitch; local
1050 int x,y, pitch; local
1069 int x,y, pitch; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcvideo.c193 int disp_mode,pixel_mode,pitch; local
205 case 15: pixel_mode = PM_RGB555; pitch = width*2;
211 case 16: pixel_mode = PM_RGB565; pitch = width*2;
218 case 32: pixel_mode = PM_RGB888; pitch = width*4;
241 current->pitch = pitch;
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
H A DSDL_svgavideo.c400 current->pitch = modeinfo->linewidth;
402 current->pixels = SDL_malloc(current->h * current->pitch);
499 int pitch = this->screen->pitch; local
509 vp = y * pitch + x * bpp;
526 vp = (vp + pitch) & 0xffff;
527 src += pitch;
532 src += pitch;
533 vp += pitch;
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios.h59 int pitch; /* Destination line width for C2P */ member in struct:SDL_PrivateVideoData
103 #define XBIOS_pitch (this->hidden->pitch)
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_fmengine.c139 * Transform pitch cents to linear phase increment
279 EAS_I16 pitch,
302 phaseInc = (EAS_U32) FM_PhaseInc(pitch);
597 pFrame->pitch[2],
637 pFrame->pitch[3],
677 pFrame->pitch[0],
711 pFrame->pitch[1],
272 FM_Operator( S_FM_ENG_OPER *p, EAS_I32 numSamplesToAdd, EAS_PCM *pBuffer, EAS_PCM *pModBuffer, EAS_BOOL mix, EAS_U16 gainTarget, EAS_I16 pitch, EAS_U8 feedback, EAS_I16 *pLastOutput) argument
H A Deas_fmsynth.c511 * - 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[ope
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_fmengine.c139 * Transform pitch cents to linear phase increment
279 EAS_I16 pitch,
302 phaseInc = (EAS_U32) FM_PhaseInc(pitch);
597 pFrame->pitch[2],
637 pFrame->pitch[3],
677 pFrame->pitch[0],
711 pFrame->pitch[1],
272 FM_Operator( S_FM_ENG_OPER *p, EAS_I32 numSamplesToAdd, EAS_PCM *pBuffer, EAS_PCM *pModBuffer, EAS_BOOL mix, EAS_U16 gainTarget, EAS_I16 pitch, EAS_U8 feedback, EAS_I16 *pLastOutput) argument
H A Deas_fmsynth.c511 * - 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[ope
[all...]
/external/svox/pico/compat/src/com/android/tts/compat/
H A DSynthProxy.java127 * Sets the pitch of the synthesized voice.
129 public final int setPitch(int pitch) { argument
130 return native_setProperty(mJniData, "pitch", String.valueOf(pitch));
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_loopfilter_filters.c105 void vp9_lpf_horizontal_4_c(uint8_t *s, int p /* pitch */,
130 void vp9_lpf_vertical_4_c(uint8_t *s, int pitch, const uint8_t *blimit, argument
143 s += pitch;
147 void vp9_lpf_vertical_4_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, argument
151 vp9_lpf_vertical_4_c(s, pitch, blimit0, limit0, thresh0, 1);
152 vp9_lpf_vertical_4_c(s + 8 * pitch, pitch, blimit1, limit1,
205 void vp9_lpf_vertical_8_c(uint8_t *s, int pitch, const uint8_t *blimit, argument
218 s += pitch;
222 void vp9_lpf_vertical_8_dual_c(uint8_t *s, int pitch, cons argument
[all...]
H A Dvp9_postproc.c92 int pitch = src_pixels_per_line; local
106 if (abs(v - p_src[col + i * pitch]) > flimit)
109 kernel += kernel5[2 + i] * p_src[col + i * pitch];
150 src_ptr += pitch;
151 dst_ptr += pitch;
162 void vp9_mbpost_proc_across_ip_c(uint8_t *src, int pitch, argument
196 s += pitch;
200 void vp9_mbpost_proc_down_c(uint8_t *dst, int pitch, argument
213 sumsq += s[i * pitch] * s[i * pitch];
362 vp9_plane_add_noise_c(uint8_t *start, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int width, unsigned int height, int pitch) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_zscan.c354 unsigned x, y, i, pitch; local
393 pitch = buf_transfer->stride / sizeof(float);
407 f[i * VL_BLOCK_WIDTH + y * pitch + x] = addr;
545 unsigned x, y, i, pitch; local
572 pitch = buf_transfer->stride;
581 data[i * VL_BLOCK_WIDTH + y * pitch + x] = matrix[x + y * VL_BLOCK_WIDTH];
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_blit.c150 /* Blit pitch must be dword-aligned. Otherwise, the hardware appears to drop
272 int pitch, cpp; local
293 pitch = region->pitch;
298 region->bo, (pitch * cpp),
319 pitch /= 4;
322 BR13 |= (pitch * cpp);
488 GLuint pitch, height; local
491 /* The pitch given to the GPU must be DWORD aligned, and
492 * we want width to match pitch
537 int pitch, cpp; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_blit.c150 /* Blit pitch must be dword-aligned. Otherwise, the hardware appears to drop
272 int pitch, cpp; local
293 pitch = region->pitch;
298 region->bo, (pitch * cpp),
319 pitch /= 4;
322 BR13 |= (pitch * cpp);
488 GLuint pitch, height; local
491 /* The pitch given to the GPU must be DWORD aligned, and
492 * we want width to match pitch
537 int pitch, cpp; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_blit.c150 /* Blit pitch must be dword-aligned. Otherwise, the hardware appears to drop
272 int pitch, cpp; local
293 pitch = region->pitch;
298 region->bo, (pitch * cpp),
319 pitch /= 4;
322 BR13 |= (pitch * cpp);
488 GLuint pitch, height; local
491 /* The pitch given to the GPU must be DWORD aligned, and
492 * we want width to match pitch
537 int pitch, cpp; local
[all...]

Completed in 251 milliseconds

1234567891011>>