/third_party/ffmpeg/libavformat/ |
H A D | rawvideodec.c | 33 int width, height; /**< Integers describing video size, set by a private option. */ member
|
H A D | smush.c | 52 uint32_t width = 0, height = 0, got_audio = 0, read = 0; in smush_read_header() local
|
H A D | yuv4mpegdec.c | 40 int width = -1, height = -1, raten = 0, in yuv4_read_header() local
|
H A D | bethsoftvid.c | 45 int width; /**< video width */ member
|
H A D | avs.c | 36 int width; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_freezedetect.c | 36 ptrdiff_t width[4]; member
|
H A D | vf_sharpen_npp.c | 71 static int nppsharpen_config(AVFilterContext* ctx, int width, int height) in nppsharpen_config() argument
|
/third_party/curl/src/ |
H A D | tool_cb_dbg.c | 256 unsigned int width = 0x10; in dump() local
|
/third_party/curl/tests/http/clients/ |
H A D | ws-data.c | 50 unsigned int width = 0x10; in dump() local
|
/third_party/elfutils/libdw/ |
H A D | dwarf_ranges.c | 44 __libdw_read_begin_end_pair_inc(Dwarf_CU *cu, int sec_index, const unsigned char **addrp, const unsigned char *addrend, int width, Dwarf_Addr *beginp, Dwarf_Addr *endp, Dwarf_Addr *basep) __libdw_read_begin_end_pair_inc() argument [all...] |
/third_party/ffmpeg/libswscale/ |
H A D | bayer_template.c | 193 static void BAYER_RENAME(rgb24_copy)(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int width) in rgb24_copy() argument 203 static void BAYER_RENAME(rgb24_interpolate)(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int width) in rgb24_interpolate() argument 222 static void BAYER_RENAME(rgb48_copy)(const uint8_t *src, int src_stride, uint8_t *ddst, int dst_stride, int width) in rgb48_copy() argument 235 static void BAYER_RENAME(rgb48_interpolate)(const uint8_t *src, int src_stride, uint8_t *ddst, int dst_stride, int width) in rgb48_interpolate() argument 256 yv12_copy(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv) yv12_copy() argument 271 yv12_interpolate(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv) yv12_interpolate() argument [all...] |
/third_party/glfw/examples/ |
H A D | gears.c | 52 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, in gear() argument 248 reshape( GLFWwindow* window, int width, int height ) reshape() argument 308 int width, height; main() local [all...] |
H A D | sharing.c | 174 int xpos, ypos, left, right, width; in main() local 212 int width, height; in main() local
|
H A D | triangle-opengl.c | 143 int width, height; in main() local
|
H A D | triangle-opengles.c | 144 int width, height; in main() local
|
/third_party/glfw/src/ |
H A D | osmesa_context.c | 38 int width, height; in makeContextCurrentOSMesa() local 294 glfwGetOSMesaColorBuffer(GLFWwindow* handle, int* width, int* height, int* format, void** buffer) glfwGetOSMesaColorBuffer() argument 332 glfwGetOSMesaDepthBuffer(GLFWwindow* handle, int* width, int* height, int* bytesPerValue, void** buffer) glfwGetOSMesaDepthBuffer() argument [all...] |
/third_party/glfw/tests/ |
H A D | gamma.c | 144 int width, height; in main() local
|
H A D | iconify.c | 124 static void window_size_callback(GLFWwindow* window, int width, int height) in window_size_callback() argument 129 static void framebuffer_size_callback(GLFWwindow* window, int width, int height) in framebuffer_size_callback() argument 167 int width, height; in create_window() local [all...] |
H A D | tearing.c | 133 static int x, y, width, height; in key_callback() local 216 int width, height; in main() local
|
H A D | reopen.c | 120 int width, height; in main() local 201 int width, height; in main() local
|
H A D | msaa.c | 182 int width, height; in main() local
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | sw_scale.c | 155 int i, j, fsi, hpi, width, dstWi; in check_hscale() local [all...] |
/third_party/glslang/SPIRV/ |
H A D | SpvPostProcess.cpp | 68 int width = 0; in postProcessType() local [all...] |
/third_party/backends/backend/genesys/ |
H A D | image.cpp | 35 Image::Image(std::size_t width, std::size_t height, PixelFormat format) : in Image() argument 79 void Image::resize(std::size_t width, std::size_t height, PixelFormat format) in resize() argument
|
/third_party/backends/backend/escl/ |
H A D | escl_jpeg.c | 156 get_JPEG_data(capabilities_t *scanner, int *width, int *height, int *bps) in get_JPEG_data() argument 272 get_JPEG_data(capabilities_t __sane_unused__ *scanner, int __sane_unused__ *width, int __sane_unused__ *height, int __sane_unused__ *bps) get_JPEG_data() argument
|