Searched defs:pitch (Results 226 - 250 of 297) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_screen.c153 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;
1170 intelBuffer->base.pitch
296 intel_create_image_from_name(__DRIscreen *screen, int width, int height, int format, int name, int pitch, void *loaderPrivate) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_screen.c153 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;
1170 intelBuffer->base.pitch
296 intel_create_image_from_name(__DRIscreen *screen, int width, int height, int format, int name, int pitch, void *loaderPrivate) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.cc1092 int pitch = bmap.bmWidth * 4; local
1105 dstPtr += pitch;
/external/freetype/include/
H A Dftimage.h273 /* 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_
/external/libvpx/libvpx/vp8/common/
H A Dpostproc.c122 extern void vp8_blit_text(const char *msg, unsigned char *address, const int pitch);
123 extern void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch);
217 void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit) argument
263 s += pitch;
268 void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit) argument
282 s[i*pitch]=s[0];
288 s[i*pitch]=s[(rows-1)*pitch];
292 sumsq += s[i*pitch] * s[i*pitch];
[all...]
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c1112 EGLint format, name, pitch, err; local
1132 pitch = attrs.DRMBufferStrideMESA;
1146 pitch,
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c755 uint32_t pitch)
797 args.pitch = pitch;
747 radeon_bo_set_tiling(struct pb_buffer *_buf, struct radeon_winsys_cs *rcs, enum radeon_bo_layout microtiled, enum radeon_bo_layout macrotiled, unsigned bankw, unsigned bankh, unsigned tile_split, unsigned stencil_tile_split, unsigned mtilea, uint32_t pitch) argument
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h443 * @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/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_screen.c153 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;
1170 intelBuffer->base.pitch
296 intel_create_image_from_name(__DRIscreen *screen, int width, int height, int format, int name, int pitch, void *loaderPrivate) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_screen.c153 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;
1170 intelBuffer->base.pitch
296 intel_create_image_from_name(__DRIscreen *screen, int width, int height, int format, int name, int pitch, void *loaderPrivate) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_screen.c153 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;
1170 intelBuffer->base.pitch
296 intel_create_image_from_name(__DRIscreen *screen, int width, int height, int format, int name, int pitch, void *loaderPrivate) argument
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftimage.h273 /* 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_
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp102 int height = pBitmap->GetHeight(), pitch = pBitmap->GetPitch(), width = pBitmap->GetWidth(); local
113 if (_IsScanLine1bpp(pBuf + line * pitch, width)) {
117 if (_IsScanLine8bpp(pBuf + line * pitch, width)) {
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_fax.cpp667 void _FaxG4Decode(void*, FX_LPCBYTE src_buf, FX_DWORD src_size, int* pbitpos, FX_LPBYTE dest_buf, int width, int height, int pitch) argument
669 if (pitch == 0) {
670 pitch = (width + 7) / 8;
672 FX_LPBYTE ref_buf = FX_Alloc(FX_BYTE, pitch);
676 FXSYS_memset8(ref_buf, 0xff, pitch);
679 FX_LPBYTE line_buf = dest_buf + iRow * pitch;
680 FXSYS_memset8(line_buf, 0xff, pitch);
682 FXSYS_memcpy32(ref_buf, line_buf, pitch);
897 CCodec_FaxEncoder(FX_LPCBYTE src_buf, int width, int height, int pitch);
906 CCodec_FaxEncoder::CCodec_FaxEncoder(FX_LPCBYTE src_buf, int width, int height, int pitch) argument
953 Encode(FX_LPCBYTE src_buf, int width, int height, int pitch, FX_LPBYTE& dest_buf, FX_DWORD& dest_size) argument
[all...]
H A Dfx_codec_jpeg.cpp190 int pitch = pSource->GetPitch(); local
245 for (int i = 0; i < pitch; i ++) {
H A Dfx_codec_jpx_opj.cpp559 FX_BOOL Decode(FX_LPBYTE dest_buf, int pitch, FX_BOOL bTranslateColor, FX_LPBYTE offsets);
672 FX_BOOL CJPX_Decoder::Decode(FX_LPBYTE dest_buf, int pitch, FX_BOOL bTranslateColor, FX_LPBYTE offsets) argument
683 if(pitch < (int)(image->comps[0].w * 8 * image->numcomps + 31) >> 5 << 2) {
686 FXSYS_memset8(dest_buf, 0xff, image->y1 * pitch);
715 pScanline = pChannel + row * pitch;
729 pScanline = pChannel + row * pitch;
790 FX_BOOL CCodec_JpxModule::Decode(void* ctx, FX_LPBYTE dest_data, int pitch, FX_BOOL bTranslateColor, FX_LPBYTE offsets) argument
793 return pDecoder->Decode(dest_data, pitch, bTranslateColor, offsets);
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_transform.cpp281 FX_BYTE _bicubic_interpol(FX_LPCBYTE buf, int pitch, int pos_pixel[], int u_w[], int v_w[], int res_x, int res_y, argument
288 a_result += u_w[j] * (*(FX_BYTE*)(buf + pos_pixel[i + 4] * pitch + pos_pixel[j] * bpp + c_offset));
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftimage.h273 /* 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_
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h100 Uint16 pitch; /**< Read-only */ member in struct:SDL_Surface
558 int width, int height, int depth, int pitch,
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp59 /* 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 */
1305 * Set property. The supported properties are: language, rate, pitch and volume.
1314 int pitch; local
1318 Supported properties include: language (locale), rate, pitch, volum
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_loopfilter.c297 uint8_t *s, int pitch,
328 vp9_lpf_vertical_16_dual(s, pitch, lfi0->mblim, lfi0->lim,
331 vp9_lpf_vertical_16(s, pitch, lfi0->mblim, lfi0->lim,
334 vp9_lpf_vertical_16(s + 8 *pitch, pitch, lfi1->mblim,
341 vp9_lpf_vertical_8_dual(s, pitch, lfi0->mblim, lfi0->lim,
345 vp9_lpf_vertical_8(s, pitch, lfi0->mblim, lfi0->lim, lfi0->hev_thr,
348 vp9_lpf_vertical_8(s + 8 * pitch, pitch, lfi1->mblim, lfi1->lim,
355 vp9_lpf_vertical_4_dual(s, pitch, lfi
296 filter_selectively_vert_row2(PLANE_TYPE plane_type, uint8_t *s, int pitch, unsigned int mask_16x16_l, unsigned int mask_8x8_l, unsigned int mask_4x4_l, unsigned int mask_4x4_int_l, const loop_filter_info_n *lfi_n, const uint8_t *lfl) argument
395 filter_selectively_horiz(uint8_t *s, int pitch, unsigned int mask_16x16, unsigned int mask_8x8, unsigned int mask_4x4, unsigned int mask_4x4_int, const loop_filter_info_n *lfi_n, const uint8_t *lfl) argument
873 filter_selectively_vert(uint8_t *s, int pitch, unsigned int mask_16x16, unsigned int mask_8x8, unsigned int mask_4x4, unsigned int mask_4x4_int, const loop_filter_info_n *lfi_n, const uint8_t *lfl) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_state.c990 uint32_t word4 = 0, yuv_format = 0, pitch = 0; local
1033 pitch = tmp->surface.level[0].nblk_x * util_format_get_blockwidth(state->format);
1076 S_030000_PITCH((pitch / 8) - 1) |
1246 unsigned pitch, slice; local
1266 pitch = (rtex->surface.level[level].nblk_x) / 8 - 1;
1411 surf->cb_color_pitch = S_028C64_PITCH_TILE_MAX(pitch);
1440 unsigned level, pitch, slice, format, array_mode; local
1449 pitch = (rtex->surface.level[level].nblk_x / 8) - 1;
1489 surf->db_depth_size = S_028058_PITCH_TILE_MAX(pitch);
H A Dr600_state.c1016 uint32_t word4 = 0, yuv_format = 0, pitch = 0; local
1060 pitch = tmp->surface.level[offset_level].nblk_x * util_format_get_blockwidth(state->format);
1089 S_038000_PITCH((pitch / 8) - 1) |
1261 unsigned pitch, slice; local
1280 pitch = rtex->surface.level[level].nblk_x / 8 - 1;
1392 surf->cb_color_size = S_028060_PITCH_TILE_MAX(pitch) |
1480 unsigned level, pitch, slice, format, offset, array_mode; local
1484 pitch = rtex->surface.level[level].nblk_x / 8 - 1;
1508 surf->db_depth_size = S_028000_PITCH_TILE_MAX(pitch) | S_028000_SLICE_TILE_MAX(slice);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dsi_state.c1450 unsigned pitch, slice; local
1477 pitch = (rtex->surface.level[level].nblk_x) / 8 - 1;
1587 si_pm4_set_reg(pm4, R_028C64_CB_COLOR0_PITCH + cb * 0x3C, S_028C64_TILE_MAX(pitch));
1617 unsigned level, pitch, slice, format; local
1643 pitch = (rtex->surface.level[level].nblk_x / 8) - 1;
1704 si_pm4_set_reg(pm4, R_028058_DB_DEPTH_SIZE, S_028058_PITCH_TILE_MAX(pitch));
1993 uint32_t pitch = 0; local
2047 pitch = tmp->surface.level[offset_level].nblk_x * util_format_get_blockwidth(state->format);
2113 view->state[4] = (S_008F20_DEPTH(depth - 1) | S_008F20_PITCH(pitch - 1));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.h88 unsigned int pitch; member in struct:radeon_renderbuffer

Completed in 5586 milliseconds

1234567891011>>