| /third_party/ffmpeg/libavcodec/ |
| H A D | sanm.c | 273 int width, height; member 301 uint32_t width, height; member 438 static void init_sizes(SANMVideoContext *ctx, int width, int height) in init_sizes() argument 558 old_codec1(SANMVideoContext *ctx, int top, int left, int width, int height) old_codec1() argument 624 old_codec37(SANMVideoContext *ctx, int top, int left, int width, int height) old_codec37() argument 860 old_codec47(SANMVideoContext *ctx, int top, int left, int width, int height) old_codec47() argument [all...] |
| H A D | webp.c | 207 int width; /* image width */ member 557 int i, j, ret, x, y, width; in decode_entropy_coded_image() local [all...] |
| H A D | proresenc_anatoliy.c | 476 subimage_with_fill_template(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height, int is_alpha_plane, int is_interlaced, int is_top_field) subimage_with_fill_template() argument 524 subimage_with_fill(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) subimage_with_fill() argument 532 subimage_alpha_with_fill(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) subimage_alpha_with_fill() argument [all...] |
| H A D | tiff.c | 71 int width, height; member 310 dng_blit(TiffContext *s, uint8_t *dst, int dst_stride, const uint8_t *src, int src_stride, int width, int height, int is_single_comp, int is_u16) dng_blit() argument 373 horizontal_fill(TiffContext *s, unsigned int bpp, uint8_t* dst, int usePtr, const uint8_t *src, uint8_t c, int width, int offset) horizontal_fill() argument 441 unpack_gray(TiffContext *s, AVFrame *p, const uint8_t *src, int lnum, int width, int bpp) unpack_gray() argument 504 tiff_unpack_zlib(TiffContext *s, AVFrame *p, uint8_t *dst, int stride, const uint8_t *src, int size, int width, int lines, int strip_start, int is_yuv) tiff_unpack_zlib() argument 571 tiff_unpack_lzma(TiffContext *s, AVFrame *p, uint8_t *dst, int stride, const uint8_t *src, int size, int width, int lines, int strip_start, int is_yuv) tiff_unpack_lzma() argument 614 tiff_unpack_fax(TiffContext *s, uint8_t *dst, int stride, const uint8_t *src, int size, int width, int lines) tiff_unpack_fax() argument 731 int width = ((s->width * s->bpp) + 7) >> 3; tiff_unpack_strip() local [all...] |
| H A D | vc2enc.c | 43 int width, height, interlaced, level; member 91 int width; member 98 int width; member [all...] |
| /third_party/ffmpeg/libavdevice/ |
| H A D | decklink_dec.cpp | 194 static void extract_luma_from_v210(uint16_t *dst, const uint8_t *src, int width) in extract_luma_from_v210() argument 205 static void unpack_v210(uint16_t *dst, const uint8_t *src, int width) in unpack_v210() argument 421 static uint8_t *get_metadata(AVFormatContext *avctx, uint16_t *buf, size_t width, in get_metadata() argument 894 int width = videoFrame->GetWidth(); in VideoInputFrameArrived() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_biquads.c | 135 double width; member 628 static double convert_width2qfactor(double width, in convert_width2qfactor() argument [all...] |
| H A D | avf_showcqt.c | 466 int width = half ? 1920/2 : 1920, height = half ? 16 : 32; in init_axis_color() local 659 int width = 1920/2, height = 16; render_default_font() local 683 int width = 1920, height = 32; init_axis_from_font() local [all...] |
| H A D | vf_fieldmatch.c | 173 const int width = f1->width; in luma_abs_diff() local 205 const int width = get_width (fm, src, plane, INPUT_MAIN); in calc_combed_score() local 275 const int width = AV_CEIL_RSHIFT(src->width, fm->hsub[INPUT_MAIN]); calc_combed_score() local 311 const int width = src->width; calc_combed_score() local 394 build_abs_diff_mask(const uint8_t *prvp, int prv_linesize, const uint8_t *nxtp, int nxt_linesize, uint8_t *tbuffer, int tbuf_linesize, int width, int height) build_abs_diff_mask() argument 415 build_diff_map(FieldMatchContext *fm, const uint8_t *prvp, int prv_linesize, const uint8_t *nxtp, int nxt_linesize, uint8_t *dstp, int dst_linesize, int height, int width, int plane) build_diff_map() argument 506 const int width = get_width (fm, src, plane, INPUT_MAIN); compare_fields() local [all...] |
| H A D | vf_nnedi.c | 439 read_bytes(const uint8_t *src, float *dst, int src_stride, int dst_stride, int width, int height, float scale) read_bytes() argument 458 read_words(const uint8_t *srcp, float *dst, int src_stride, int dst_stride, int width, int height, float scale) read_words() argument 481 write_bytes(const float *src, uint8_t *dst, int src_stride, int dst_stride, int width, int height, int depth, float scale) write_bytes() argument 495 write_words(const float *src, uint8_t *dstp, int src_stride, int dst_stride, int width, int height, int depth, float scale) write_words() argument 550 const int width = s->planewidth[p]; filter_slice() local [all...] |
| H A D | vf_minterpolate.c | 333 const int width = inlink->w; in config_input() local 861 int width = mi_ctx->frames[0].avf->width; in bidirectional_obmc() local 913 int width = avf_out->width; set_frame_data() local 969 int width = mi_ctx->frames[0].avf->width; var_size_bmc() local 1008 int width = mi_ctx->frames[0].avf->width; bilateral_obmc() local 1103 int width = avf_out->width; interpolate() local [all...] |
| H A D | vf_paletteuse.c | 844 int width = cur_src->width; in set_processing_window() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | isom.h | 210 int width; ///< tkhd width member
|
| /third_party/ffmpeg/libavutil/ |
| H A D | hwcontext_opencl.c | 1375 opencl_get_plane_format(enum AVPixelFormat pixfmt, int plane, int width, int height, cl_image_format *image_format, cl_image_desc *image_desc) opencl_get_plane_format() argument [all...] |
| /third_party/glfw/src/ |
| H A D | win32_window.c | 934 int width, height; in windowProc() local 79 chooseImage(int count, const GLFWimage* images, int width, int height) chooseImage() argument 1026 const int width = LOWORD(lParam); windowProc() local 1664 _glfwGetWindowSizeWin32(_GLFWwindow* window, int* width, int* height) _glfwGetWindowSizeWin32() argument 1675 _glfwSetWindowSizeWin32(_GLFWwindow* window, int width, int height) _glfwSetWindowSizeWin32() argument 1741 _glfwGetFramebufferSizeWin32(_GLFWwindow* window, int* width, int* height) _glfwGetFramebufferSizeWin32() argument 1751 int width, height; _glfwGetWindowFrameSizeWin32() local 1841 _glfwSetWindowMonitorWin32(_GLFWwindow* window, _GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate) _glfwSetWindowMonitorWin32() argument 2171 int width, height; _glfwPollEventsWin32() local [all...] |
| H A D | x11_window.c | 270 static void updateNormalHints(_GLFWwindow* window, int width, int height) in updateNormalHints() argument 570 int width = wndconfig->width; in createNativeWindow() local 2193 _glfwGetWindowSizeX11(_GLFWwindow* window, int* width, int* height) _glfwGetWindowSizeX11() argument 2204 _glfwSetWindowSizeX11(_GLFWwindow* window, int width, int height) _glfwSetWindowSizeX11() argument 2226 int width, height; _glfwSetWindowSizeLimitsX11() local 2234 int width, height; _glfwSetWindowAspectRatioX11() local 2240 _glfwGetFramebufferSizeX11(_GLFWwindow* window, int* width, int* height) _glfwGetFramebufferSizeX11() argument 2469 _glfwSetWindowMonitorX11(_GLFWwindow* window, _GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate) _glfwSetWindowMonitorX11() argument 2619 int width, height; _glfwSetWindowResizableX11() local 2802 int width, height; _glfwPollEventsX11() local [all...] |
| /third_party/glfw/tests/ |
| H A D | triangle-vulkan.c | 171 int width, height; member 1489 demo_resize_callback(GLFWwindow* window, int width, int height) demo_resize_callback() argument [all...] |
| /third_party/glslang/SPIRV/ |
| H A D | SpvBuilder.h | 193 Id makeIntType(int width) { return makeIntegerType(width, true); } in makeIntType() argument 194 Id makeUintType(int width) { return makeIntegerType(width, false); } in makeUintType() argument [all...] |
| /third_party/backends/backend/ |
| H A D | dell1600n_net.c | 634 unsigned int width, height, imageSize; in sane_get_parameters() local 1797 int numPixels, iPixel, width, heigh in ProcessPageData() local [all...] |
| H A D | artec.c | 143 double width; /* width in inches */ member 884 static SANE_Int width; in artec_buffer_line_offset() local 3168 double width, height; sane_get_parameters() local [all...] |
| H A D | agfafocus.c | 423 int width; in set_window() local 1622 double width, height, dpi; in sane_get_parameters() local [all...] |
| H A D | canon_lide70-common.c | 74 long width, height; /* at scan resolution */ member 2758 long width = chndl->params.pixels_per_line; in preread() local 2915 long width = chndl->params.pixels_per_line; do_scan() local [all...] |
| H A D | fujitsu.c | 8404 int width = (s->jpeg_x_byte << 8) | in[i]; read_from_JPEGduplex() local 9962 int width = s->page_width + 2 * (s->os_x_basic*1200/s->basic_x_res); get_page_width() local [all...] |
| H A D | epjitsu.c | 1990 int img_heads, img_pages, width; in change_params() local 3623 int width; send_lut() local 4565 binarize_line(struct scanner *s, unsigned char *lineOut, int width) binarize_line() argument [all...] |
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_hw.c | 398 int width = snd_pcm_format_width(format); in hw_params_call() local
|