Home
last modified time | relevance | path

Searched refs:Pitch (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp85 sourceLocked.Pitch, 0, destData, destLocked.Pitch, in GenerateMip()
139 ASSERT(bytes <= static_cast<unsigned int>(sourceLock.Pitch) && in CopyLockableSurfaces()
140 bytes <= static_cast<unsigned int>(destLock.Pitch)); in CopyLockableSurfaces()
144 memcpy((char *)destLock.pBits + destLock.Pitch * i, in CopyLockableSurfaces()
145 (char *)sourceLock.pBits + sourceLock.Pitch * i, bytes); in CopyLockableSurfaces()
201 sourceRect.y * sourceLocked.Pitch; in CopyImage()
204 destOffset.y * destLocked.Pitch; in CopyImage()
207 CopyImageCHROMIUM(sourceData, sourceLocked.Pitch, sourceD3DFormatInfo.pixelBytes, 0, in CopyImage()
208 sourceD3DFormatInfo.info().pixelReadFunction, destData, destLocked.Pitch, in CopyImage()
300 mWidth, mHeight, 1, static_cast<uint8_t *>(lockedRect.pBits), lockedRect.Pitch, 0); in createSurface()
[all …]
DFramebuffer9.cpp193 int inputPitch = lock.Pitch; in readPixelsImpl()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdksystemmemory.c86 mem->surface->Data.Pitch = mem->destination_pitches[0]; in ensure_data()
92 mem->surface->Data.Pitch = mem->destination_pitches[0]; in ensure_data()
98 mem->surface->Data.Pitch = mem->destination_pitches[0]; in ensure_data()
104 mem->surface->Data.Pitch = mem->destination_pitches[0]; in ensure_data()
110 mem->surface->Data.Pitch = mem->destination_pitches[0]; in ensure_data()
118 mem->surface->Data.Pitch = mem->destination_pitches[0]; in ensure_data()
125 mem->surface->Data.Pitch = mem->destination_pitches[0]; in ensure_data()
143 mem->surface->Data.Pitch = mem->destination_pitches[0]; in ensure_data()
150 mem->surface->Data.Pitch = mem->destination_pitches[0]; in ensure_data()
154 mem->surface->Data.Pitch = mem->destination_pitches[0]; in ensure_data()
[all …]
Dgstmsdkallocator_libva.c364 data->Pitch = mem_id->image.pitches[0]; in gst_msdk_frame_lock()
369 data->Pitch = mem_id->image.pitches[0]; in gst_msdk_frame_lock()
375 data->Pitch = mem_id->image.pitches[0]; in gst_msdk_frame_lock()
381 data->Pitch = mem_id->image.pitches[0]; in gst_msdk_frame_lock()
387 data->Pitch = mem_id->image.pitches[0]; in gst_msdk_frame_lock()
395 data->Pitch = mem_id->image.pitches[0]; in gst_msdk_frame_lock()
411 data->Pitch = mem_id->image.pitches[0]; in gst_msdk_frame_lock()
421 data->Pitch = mem_id->image.pitches[0]; in gst_msdk_frame_lock()
427 data->Pitch = mem_id->image.pitches[0]; in gst_msdk_frame_lock()
431 data->Pitch = mem_id->image.pitches[0]; in gst_msdk_frame_lock()
[all …]
/third_party/mesa3d/src/intel/genxml/
Dmeson.build53 '3DSTATE_DEPTH_BUFFER::Surface Pitch',
55 '3DSTATE_STENCIL_BUFFER::Surface Pitch',
57 '3DSTATE_HIER_DEPTH_BUFFER::Surface Pitch',
62 '3DSTATE_CPSIZE_CONTROL_BUFFER::Surface Pitch',
65 'RENDER_SURFACE_STATE::Surface Pitch',
67 'RENDER_SURFACE_STATE::Auxiliary Surface Pitch',
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dgreedyh.c728 gint Pitch = RowStride * 2; in deinterlace_frame_di_greedyh_plane() local
744 L3 = L1 + Pitch; in deinterlace_frame_di_greedyh_plane()
765 L2 += Pitch; in deinterlace_frame_di_greedyh_plane()
766 L2P += Pitch; in deinterlace_frame_di_greedyh_plane()
775 L1 += Pitch; in deinterlace_frame_di_greedyh_plane()
776 L2 += Pitch; in deinterlace_frame_di_greedyh_plane()
777 L3 += Pitch; in deinterlace_frame_di_greedyh_plane()
778 L2P += Pitch; in deinterlace_frame_di_greedyh_plane()
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Ddxgicapture.c672 (offset_y * self->pointer_shape_info.Pitch) + in _draw_pointer()
702 p_src += self->pointer_shape_info.Pitch; in _draw_pointer()
711 (offset_y * self->pointer_shape_info.Pitch); in _draw_pointer()
716 ((offset_y + pointer_height) * self->pointer_shape_info.Pitch); in _draw_pointer()
742 p_src_and += self->pointer_shape_info.Pitch; in _draw_pointer()
743 p_src_xor += self->pointer_shape_info.Pitch; in _draw_pointer()
Dgstdx9screencapsrc.c610 p_src += locked_rect.Pitch; in gst_dx9screencapsrc_create()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c566 stride[0] = lr->Pitch; in d3d_calculate_buffer_size()
567 *size = lr->Pitch * GST_VIDEO_INFO_HEIGHT (info); in d3d_calculate_buffer_size()
572 stride[0] = lr->Pitch; in d3d_calculate_buffer_size()
576 stride[1] = lr->Pitch / 2; in d3d_calculate_buffer_size()
579 stride[2] = lr->Pitch / 2; in d3d_calculate_buffer_size()
584 stride[2] = lr->Pitch / 2; in d3d_calculate_buffer_size()
587 stride[1] = lr->Pitch / 2; in d3d_calculate_buffer_size()
593 stride[0] = lr->Pitch; in d3d_calculate_buffer_size()
595 stride[1] = lr->Pitch; in d3d_calculate_buffer_size()
605 GST_VIDEO_INFO_WIDTH (info), GST_VIDEO_INFO_HEIGHT (info), lr->Pitch); in d3d_calculate_buffer_size()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapture.cpp463 ptr_info_.shape_info.Pitch : PtrWidth * BPP; in DrawMouse()
1397 UINT DesktopPitchInPixels = MappedSurface.Pitch / sizeof(UINT); in ProcessMonoMask()
1409 ((Row + SkipY) * (PtrInfo->shape_info.Pitch))] & Mask; in ProcessMonoMask()
1412 (PtrInfo->shape_info.Pitch))] & Mask; in ProcessMonoMask()
1433 (PtrInfo->shape_info.Pitch / sizeof(UINT)))]; in ProcessMonoMask()
1439 (PtrInfo->shape_info.Pitch / sizeof(UINT)))]) | 0xFF000000; in ProcessMonoMask()
1443 ((Row + SkipY) * (PtrInfo->shape_info.Pitch / sizeof(UINT)))] | 0xFF000000; in ProcessMonoMask()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dtttables.h481 FT_UShort Pitch; member
/third_party/mesa3d/src/gallium/frontends/nine/
Dsurface9.c509 pLockedRect->Pitch = This->desc.Width; in NineSurface9_LockRect()
512 pLockedRect->Pitch = stride; in NineSurface9_LockRect()
543 pLockedRect->Pitch = This->transfer->stride; in NineSurface9_LockRect()
Ddevice9.c858 lock.pBits, lock.Pitch, in NineDevice9_SetCursorProperties()
864 if (lock.Pitch != 128) { in NineDevice9_SetCursorProperties()
867 lock.pBits, lock.Pitch, in NineDevice9_SetCursorProperties()
1936 util_fill_rect(lock.pBits, surf->base.info.format,lock.Pitch, in NineDevice9_ColorFill()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx9.cpp337 …memcpy((unsigned char*)tex_locked_rect.pBits + (size_t)tex_locked_rect.Pitch * y, pixels + (size_t… in ImGui_ImplDX9_CreateFontsTexture()
/third_party/ffmpeg/libavutil/
Dhwcontext_dxva2.c319 dst->linesize[i] = LockedRect.Pitch; in dxva2_map_frame()
Dhwcontext_qsv.c804 surface->Data.Pitch = frame->linesize[0]; in map_frame_to_surface()
/third_party/openh264/codec/console/dec/src/
Dd3d9_utils.cpp443 int iOutStride = sD3DLockedRect.Pitch; in Dump2Surface()
/third_party/ffmpeg/libavcodec/
Dqsv.c660 ptr->Pitch = qsv_mid->locked_frame->linesize[0]; in qsv_frame_lock()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttload.c1378 FT_FRAME_USHORT( Pitch ), in tt_face_load_pclt()
/third_party/ffmpeg/libavfilter/
Dqsvvpp.c283 surface->Data.Pitch = frame->linesize[0]; in map_frame_to_surface()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h1641 INT Pitch; member
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dporting-list-0.11.txt535 -bad soundtouch: pitch: Pitch controller
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_video_capture.txt1241 …VIDEO_BUFFER_PITCH_NV Z+ GetVideoCaptureStreamiv See sec. 4.5 Pitch of 4.…
/third_party/openGLES/extensions/NV/
DNV_video_capture.txt1241 …VIDEO_BUFFER_PITCH_NV Z+ GetVideoCaptureStreamiv See sec. 4.5 Pitch of 4.…
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst3417 - intel/gen125.xml: Increase Auxiliary Surface Pitch

12