Home
last modified time | relevance | path

Searched defs:bytes_per_line (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/WSI/
DXlibSurfaceKHR.cpp72 int bytes_per_line = image->getImage()->rowPitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, 0); in attachImage() local
/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferX11.cpp91 int bytes_per_line = width * 4; in FrameBufferX11() local
/third_party/ffmpeg/libavcodec/
Dpcx.c79 unsigned int w, h, bits_per_pixel, bytes_per_line, nplanes, stride, y, x, in pcx_decode_frame() local
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Ddecoder.h332 int bytes_per_line; member
Dio-sim.c366 unsigned int width, unsigned int height, unsigned int bytes_per_line) in clear_image()
/third_party/mesa3d/src/glx/
Ddrisw_glx.c172 bytes_per_line(unsigned pitch_bits, unsigned mul) in bytes_per_line() function