Home
last modified time | relevance | path

Searched defs:height (Results 226 - 250 of 5145) sorted by relevance

12345678910>>...206

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dv4l2-mediabus.h27 __u32 height; member
/third_party/ffmpeg/libavcodec/
H A Dcfhdencdsp.c49 horiz_filter(int16_t *input, int16_t *low, int16_t *high, ptrdiff_t in_stride, ptrdiff_t low_stride, ptrdiff_t high_stride, int width, int height) horiz_filter() argument
62 vert_filter(int16_t *input, int16_t *low, int16_t *high, ptrdiff_t in_stride, ptrdiff_t low_stride, ptrdiff_t high_stride, int width, int height) vert_filter() argument
H A Davpicture.c44 int avpicture_layout(const AVPicture* src, enum AVPixelFormat pix_fmt, int width, int height, in avpicture_layout() argument
52 int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height) in avpicture_get_size() argument
37 avpicture_fill(AVPicture *picture, const uint8_t *ptr, enum AVPixelFormat pix_fmt, int width, int height) avpicture_fill() argument
57 avpicture_alloc(AVPicture *picture, enum AVPixelFormat pix_fmt, int width, int height) avpicture_alloc() argument
75 av_picture_copy(AVPicture *dst, const AVPicture *src, enum AVPixelFormat pix_fmt, int width, int height) av_picture_copy() argument
[all...]
H A Daliaspixdec.c35 int width, height, ret, bits_pixel, pixel; in decode_frame() local
H A Dv4l2_context.h72 int width, height; member
H A Dutvideodsp.c25 restore_rgb_planes_c(uint8_t *src_r, uint8_t *src_g, uint8_t *src_b, ptrdiff_t linesize_r, ptrdiff_t linesize_g, ptrdiff_t linesize_b, int width, int height) restore_rgb_planes_c() argument
50 restore_rgb_planes10_c(uint16_t *src_r, uint16_t *src_g, uint16_t *src_b, ptrdiff_t linesize_r, ptrdiff_t linesize_g, ptrdiff_t linesize_b, int width, int height) restore_rgb_planes10_c() argument
H A Dvp8_parser.c53 unsigned int width, height; in parse() local
/third_party/ffmpeg/libavfilter/
H A Dbuffersrc.h87 int width, height; member
H A Dmaskedmerge.h29 int width[4], height[4]; member
H A Dthreshold.h35 int width[4], height[4]; member
H A Dvmaf_motion.h45 int height; member
/third_party/ffmpeg/libavcodec/x86/
H A Dmpegvideoencdsp_init.c100 static void draw_edges_mmx(uint8_t *buf, int wrap, int width, int height, in draw_edges_mmx() argument
/third_party/glfw/tests/
H A Dtimeout.c80 int width, height; in main() local
/third_party/glfw/examples/
H A Dwindows.c36 int xpos, ypos, height; in main() local
49 glfwGetMonitorWorkarea(glfwGetPrimaryMonitor(), &xpos, &ypos, NULL, &height); in main() local
/third_party/backends/backend/escl/
H A Descl_crop.c32 escl_crop_surface(capabilities_t *scanner, unsigned char *surface, int w, int h, int bps, int *width, int *height) escl_crop_surface() argument
H A Descl_tiff.c55 get_TIFF_data(capabilities_t *scanner, int *width, int *height, int *bps) in get_TIFF_data() argument
H A Descl_png.c52 get_PNG_data(capabilities_t *scanner, int *width, int *height, int *bps) in get_PNG_data() argument
188 get_PNG_data(capabilities_t __sane_unused__ *scanner, int __sane_unused__ *width, int __sane_unused__ *height, int __sane_unused__ *bps) get_PNG_data() argument
/third_party/libuv/docs/code/tty-gravity/
H A Dmain.c10 int width, height; variable
/third_party/libunwind/libunwind/tests/
H A DGx64-test-dwarf-expressions.c20 extern int64_t recover_register(int64_t regnum, int64_t height) in recover_register() argument
/third_party/mesa3d/src/glx/
H A Dcompsize.c150 __glImageSize(GLsizei width, GLsizei height, GLsizei depth, in __glImageSize() argument
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H A Dtest_context.c37 const unsigned int width = 16, height = 16; in main() local
[all...]
H A Dtest_surface.c37 const unsigned int width = 16, height = 16; in main() local
/third_party/musl/src/search/
H A Dtsearch.c5 static inline int height(struct node *n) { return n ? n->h : 0; } in height() function
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_copytex.c54 GLint readFBOSave, readBufSave, width, height; in st_copy_framebuffer_to_texture() local
/third_party/mesa3d/src/mesa/main/
H A Ddrawtex.c58 _mesa_DrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in _mesa_DrawTexfOES() argument
74 _mesa_DrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height) in _mesa_DrawTexiOES() argument
92 _mesa_DrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in _mesa_DrawTexsOES() argument
33 draw_texture(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) draw_texture() argument
[all...]

Completed in 8 milliseconds

12345678910>>...206