Home
last modified time | relevance | path

Searched refs:resx (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibzvbi-teletextdec.c413 int chop_top, int resx, int resy) in fix_transparency()
453 int resx = page->columns * BITMAP_CHAR_WIDTH; in gen_sub_bitmap() local
470 sub_rect->data[0] = av_mallocz(resx * resy); in gen_sub_bitmap()
471 sub_rect->linesize[0] = resx; in gen_sub_bitmap()
480 fix_transparency(ctx, sub_rect, page, chop_top, resx, resy); in gen_sub_bitmap()
483 sub_rect->w = resx; in gen_sub_bitmap()
412 fix_transparency(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top, int resx, int resy) fix_transparency() argument
H A Djpeg2000dec.c2433 uint32_t resx; in jp2_find_codestream() local
2435 resx = bytestream2_get_be32u(&s->g); in jp2_find_codestream()
2436 if (resx != MKBETAG('r','e','s','c') && resx != MKBETAG('r','e','s','d')) { in jp2_find_codestream()
/third_party/backends/backend/
H A Dcoolscan3.c221 unsigned long resx, resy, res, res_independent, res_preview; member
1021 s->res = s->resx = s->resx_max; in sane_open()
1159 *(SANE_Word *) v = s->resx; in sane_control_option()
1336 s->resx = *(SANE_Word *) v; in sane_control_option()
2799 s->real_resx = s->resx; in cs3_convert_options()
2812 DBG(12, " resx = %d, resy = %d, pitchx = %d, pitchy = %d\n", in cs3_convert_options()
H A Dcoolscan2.c256 unsigned long resx, resy, res, res_independent, res_preview; member
1026 s->res = s->resx = s->resx_max; in sane_open()
1165 *(SANE_Word *) v = s->resx; in sane_control_option()
1324 s->resx = *(SANE_Word *) v; in sane_control_option()
2647 s->real_resx = s->resx; in cs2_convert_options()
H A Dartec_eplus48u.c4109 SANE_Word resx; in sane_get_parameters() local
4139 resx = s->val[OPT_RESOLUTION].w; in sane_get_parameters()
4154 s->request.xdpi = resx; /**< Horizontal resolution */ in sane_get_parameters()
4155 s->request.ydpi = resx; /**< Vertical resolution */ in sane_get_parameters()
4157 if ((resx == 1200) && (s->dev->is_epro == 0)) in sane_get_parameters()
4185 if ((resx == 1200) && (s->dev->is_epro == 0)) in sane_get_parameters()
4196 if ((resx == 1200) && (s->dev->is_epro == 0)) in sane_get_parameters()

Completed in 21 milliseconds