/test/xts/acts/graphic/graphicnapidrawingtest/ |
H A D | NativeImageTest.cpp | 54 constexpr uint32_t height = 200; in HWTEST_F() local 78 constexpr uint32_t height = 200; in HWTEST_F() local 102 constexpr uint32_t height = 200; in HWTEST_F() local 105 EXPECT_EQ(OH_Drawing_ImageGetHeight(image), height); in HWTEST_F() local 127 constexpr uint32_t height = 200; in HWTEST_F() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | cfhdencdsp.c | 49 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 D | avpicture.c | 44 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 D | aliaspixdec.c | 35 int width, height, ret, bits_pixel, pixel; in decode_frame() local
|
H A D | v4l2_context.h | 72 int width, height; member
|
H A D | utvideodsp.c | 25 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 D | vp8_parser.c | 53 unsigned int width, height; in parse() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | buffersrc.h | 87 int width, height; member
|
H A D | maskedmerge.h | 29 int width[4], height[4]; member
|
H A D | threshold.h | 35 int width[4], height[4]; member
|
H A D | vmaf_motion.h | 45 int height; member
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mpegvideoencdsp_init.c | 100 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 D | timeout.c | 80 int width, height; in main() local
|
/third_party/glfw/examples/ |
H A D | windows.c | 36 int xpos, ypos, height; in main() local 49 glfwGetMonitorWorkarea(glfwGetPrimaryMonitor(), &xpos, &ypos, NULL, &height); in main() local
|
/third_party/backends/backend/escl/ |
H A D | escl_crop.c | 32 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 D | escl_tiff.c | 55 get_TIFF_data(capabilities_t *scanner, int *width, int *height, int *bps) in get_TIFF_data() argument
|
H A D | escl_png.c | 52 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 D | main.c | 10 int width, height; variable
|
/third_party/libunwind/libunwind/tests/ |
H A D | Gx64-test-dwarf-expressions.c | 20 extern int64_t recover_register(int64_t regnum, int64_t height) in recover_register() argument
|
/third_party/mesa3d/src/glx/ |
H A D | compsize.c | 150 __glImageSize(GLsizei width, GLsizei height, GLsizei depth, in __glImageSize() argument
|
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
H A D | test_context.c | 37 const unsigned int width = 16, height = 16; in main() local [all...] |
H A D | test_surface.c | 37 const unsigned int width = 16, height = 16; in main() local
|
/third_party/musl/src/search/ |
H A D | tsearch.c | 5 static inline int height(struct node *n) { return n ? n->h : 0; } in height() function
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_copytex.c | 54 GLint readFBOSave, readBufSave, width, height; in st_copy_framebuffer_to_texture() local
|
/third_party/mesa3d/src/mesa/main/ |
H A D | drawtex.c | 58 _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...] |