Home
last modified time | relevance | path

Searched defs:width (Results 1901 - 1925 of 3240) sorted by relevance

1...<<71727374757677787980>>...130

/third_party/ffmpeg/libswscale/x86/
H A Drgb2rgb_template.c1085 yuvPlanartoyuy2(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride, int vertLumPerChroma) yuvPlanartoyuy2() argument
1142 yv12toyuy2(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yv12toyuy2() argument
1150 yuvPlanartouyvy(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride, int vertLumPerChroma) yuvPlanartouyvy() argument
1207 yv12touyvy(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yv12touyvy() argument
1218 yuv422ptouyvy(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yuv422ptouyvy() argument
1228 yuv422ptoyuy2(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yuv422ptoyuy2() argument
1239 yuy2toyv12(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride) yuy2toyv12() argument
1441 uyvytoyv12(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyv12() argument
1547 rgb24toyv12(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride, int32_t *rgb2yuv) rgb24toyv12() argument
1746 interleaveBytes(const uint8_t *src1, const uint8_t *src2, uint8_t *dest, int width, int height, int src1Stride, int src2Stride, int dstStride) interleaveBytes() argument
1827 deinterleaveBytes(const uint8_t *src, uint8_t *dst1, uint8_t *dst2, int width, int height, int srcStride, int dst1Stride, int dst2Stride) deinterleaveBytes() argument
1848 vu9_to_vu12(const uint8_t *src1, const uint8_t *src2, uint8_t *dst1, uint8_t *dst2, int width, int height, int srcStride1, int srcStride2, int dstStride1, int dstStride2) vu9_to_vu12() argument
1940 yvu9_to_yuy2(const uint8_t *src1, const uint8_t *src2, const uint8_t *src3, uint8_t *dst, int width, int height, int srcStride1, int srcStride2, int srcStride3, int dstStride) yvu9_to_yuy2() argument
2304 yuyvtoyuv420(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) yuyvtoyuv420() argument
2329 yuyvtoyuv422(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) yuyvtoyuv422() argument
2352 uyvytoyuv420(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyuv420() argument
2378 uyvytoyuv422(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyuv422() argument
[all...]
/third_party/ffmpeg/tools/
H A Dismindex.c75 int width, height; member
/third_party/glfw/examples/
H A Dboing.c95 int width, height; variable
/third_party/glfw/src/
H A Dcocoa_platform.h151 int width, height; member
H A Dnull_window.c33 static void applySizeLimits(_GLFWwindow* window, int* width, int* height) in applySizeLimits() argument
189 _glfwSetWindowMonitorNull(_GLFWwindow* window, _GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate) _glfwSetWindowMonitorNull() argument
245 _glfwGetWindowSizeNull(_GLFWwindow* window, int* width, int* height) _glfwGetWindowSizeNull() argument
253 _glfwSetWindowSizeNull(_GLFWwindow* window, int width, int height) _glfwSetWindowSizeNull() argument
272 int width = window->null.width; _glfwSetWindowSizeLimitsNull() local
280 int width = window->null.width; _glfwSetWindowAspectRatioNull() local
286 _glfwGetFramebufferSizeNull(_GLFWwindow* window, int* width, int* height) _glfwGetFramebufferSizeNull() argument
[all...]
H A Dwindow.c86 void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) in _glfwInputWindowSize() argument
121 void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) in _glfwInputFramebufferSize() argument
180 GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, in glfwCreateWindow() argument
610 glfwGetWindowSize(GLFWwindow* handle, int* width, int* height) glfwGetWindowSize() argument
625 glfwSetWindowSize(GLFWwindow* handle, int width, int height) glfwSetWindowSize() argument
716 glfwGetFramebufferSize(GLFWwindow* handle, int* width, int* height) glfwGetFramebufferSize() argument
999 glfwSetWindowMonitor(GLFWwindow* wh, GLFWmonitor* mh, int xpos, int ypos, int width, int height, int refreshRate) glfwSetWindowMonitor() argument
[all...]
/third_party/ffmpeg/libpostproc/
H A Dpostprocess.c539 static inline void postProcess(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, in postProcess() argument
827 static void reallocBuffers(PPContext *c, int width, int height, int stride, int qpStride){ in reallocBuffers() argument
860 av_cold pp_context *pp_get_context(int width, int height, int cpuCaps){ in pp_get_context() argument
916 pp_postprocess(const uint8_t * src[3], const int srcStride[3], uint8_t * dst[3], const int dstStride[3], int width, int height, const int8_t *QP_store, int QPStride, pp_mode *vm, void *vc, int pict_type) pp_postprocess() argument
[all...]
/third_party/ffmpeg/libswscale/
H A Drgb2rgb_template.c375 yuvPlanartoyuy2_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride, int vertLumPerChroma) yuvPlanartoyuy2_c() argument
429 yv12toyuy2_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yv12toyuy2_c() argument
439 yuvPlanartouyvy_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride, int vertLumPerChroma) yuvPlanartouyvy_c() argument
493 yv12touyvy_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yv12touyvy_c() argument
506 yuv422ptouyvy_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yuv422ptouyvy_c() argument
518 yuv422ptoyuy2_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) yuv422ptoyuy2_c() argument
531 yuy2toyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride) yuy2toyv12_c() argument
612 uyvytoyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyv12_c() argument
649 ff_rgb24toyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride, int32_t *rgb2yuv) ff_rgb24toyv12_c() argument
710 interleaveBytes_c(const uint8_t *src1, const uint8_t *src2, uint8_t *dest, int width, int height, int src1Stride, int src2Stride, int dstStride) interleaveBytes_c() argument
728 deinterleaveBytes_c(const uint8_t *src, uint8_t *dst1, uint8_t *dst2, int width, int height, int srcStride, int dst1Stride, int dst2Stride) deinterleaveBytes_c() argument
746 vu9_to_vu12_c(const uint8_t *src1, const uint8_t *src2, uint8_t *dst1, uint8_t *dst2, int width, int height, int srcStride1, int srcStride2, int dstStride1, int dstStride2) vu9_to_vu12_c() argument
770 yvu9_to_yuy2_c(const uint8_t *src1, const uint8_t *src2, const uint8_t *src3, uint8_t *dst, int width, int height, int srcStride1, int srcStride2, int srcStride3, int dstStride) yvu9_to_yuy2_c() argument
871 yuyvtoyuv420_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) yuyvtoyuv420_c() argument
891 yuyvtoyuv422_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) yuyvtoyuv422_c() argument
909 uyvytoyuv420_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyuv420_c() argument
929 uyvytoyuv422_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyuv422_c() argument
[all...]
/third_party/backends/backend/
H A Ddmc.c1136 int width, height; in sane_get_parameters() local
H A Dcanon-sane.c1030 int width, length, xres, yres; in sane_get_parameters() local
[all...]
H A Dkodak.c1835 int width = (s->u_br_x - s->u_tl_x) * s->u_res/1200; in set_window() local
[all...]
H A Dkvs1025_opt.c1418 int width = x_br - x_tl; in kv_set_window_data() local
H A Dstv680.c1194 stv680_add_text (SANE_Byte * image, int width, int height, char *txt) in stv680_add_text() argument
H A Dtamarack.c1273 double width, height, dpi; in sane_get_parameters() local
H A Dtamarack.h191 unsigned char width[4]; member
H A Dmustek_usb.c1388 SANE_Word dpi, x, y, width, height; in sane_start() local
[all...]
H A Du12.c1555 int width, height; in sane_start() local
H A Dhs2p.c2575 int width, length, xres, yres; in sane_get_parameters() local
2639 long ulx, uly, width, length, number, bytes; set_window_data() local
[all...]
H A Dkvs40xx_opt.c158 int width; member
H A Dp5_device.c632 build_correction(P5_Device * dev, unsigned int dpi, unsigned int mode, unsigned int start, unsigned int width) build_correction() argument
720 start_scan(P5_Device * dev, int mode, unsigned int dpi, unsigned int startx, unsigned int width) start_scan() argument
1135 unsigned int i, start, end, count, width; is_black_line() local
1184 unsigned int i, start, end, count, width; is_white_line() local
1243 write_rgb_data(char *name, unsigned char *image, SANE_Int width, SANE_Int height) write_rgb_data() argument
[all...]
H A Dkvs1025_low.c542 CMD_read_pic_elements(PKV_DEV dev, int page, int side, int *width, int *height) CMD_read_pic_elements() argument
H A Dkodakaio.h161 SANE_Int width, height; /* in optres units? */ member
/third_party/alsa-lib/src/pcm/
H A Dpcm_lfloat.c62 int width, endian; in snd_pcm_lfloat_get_s32_index() local
H A Dpcm_linear.c80 int sign, width, pwidth, endian; in snd_pcm_linear_get_index() local
114 int sign, width, pwidth, endian; snd_pcm_linear_put_index() local
[all...]
/third_party/alsa-utils/alsamixer/
H A Dmixer_display.c64 static void display_string_in_field(int y, int x, const char *s, int width, enum align align) in display_string_in_field() argument
339 int width = get_mbs_width(s); in center_string() local
394 static void display_string_centered_in_control(int y, int col, const char *s, int width) in display_string_centered_in_control() argument
[all...]

Completed in 34 milliseconds

1...<<71727374757677787980>>...130