Home
last modified time | relevance | path

Searched defs:ocr (Results 1 – 25 of 763) sorted by relevance

12345678910>>...31

/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Docr.c86 bg_ocr_t * ocr = priv; in create_output_file() local
92 static int load_image_writer(bg_ocr_t * ocr, const char * plugin) in load_image_writer()
176 bg_ocr_t * ocr = data; in bg_ocr_set_parameter() local
195 int bg_ocr_init(bg_ocr_t * ocr, in bg_ocr_init()
228 int bg_ocr_run(bg_ocr_t * ocr, in bg_ocr_run()
274 void bg_ocr_destroy(bg_ocr_t * ocr) in bg_ocr_destroy()
302 static int init_tesseract(bg_ocr_t * ocr, gavl_video_format_t * format) in init_tesseract()
315 static int run_tesseract(bg_ocr_t * ocr, const gavl_video_format_t * format, in run_tesseract()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/misc/unix/
H A Dotherchild.c59 apr_other_child_rec_t *ocr; in apr_proc_other_child_register() local
107 apr_other_child_rec_t *ocr, *nocr; in apr_proc_other_child_alert() local
121 APR_DECLARE(void) apr_proc_other_child_refresh(apr_other_child_rec_t *ocr, in apr_proc_other_child_refresh()
181 apr_other_child_rec_t *ocr, *next_ocr; in apr_proc_other_child_refresh_all() local
210 APR_DECLARE(void) apr_proc_other_child_refresh(apr_other_child_rec_t *ocr, in apr_proc_other_child_refresh()
/dports/devel/apr1/apr-1.7.0/misc/unix/
H A Dotherchild.c59 apr_other_child_rec_t *ocr; in apr_proc_other_child_register() local
107 apr_other_child_rec_t *ocr, *nocr; in apr_proc_other_child_alert() local
121 APR_DECLARE(void) apr_proc_other_child_refresh(apr_other_child_rec_t *ocr, in apr_proc_other_child_refresh()
181 apr_other_child_rec_t *ocr, *next_ocr; in apr_proc_other_child_refresh_all() local
210 APR_DECLARE(void) apr_proc_other_child_refresh(apr_other_child_rec_t *ocr, in apr_proc_other_child_refresh()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Docr-device.c121 fz_ocr_device *ocr = (fz_ocr_device *)dev; in fz_ocr_fill_path() local
131 fz_ocr_device *ocr = (fz_ocr_device *)dev; in fz_ocr_stroke_path() local
141 fz_ocr_device *ocr = (fz_ocr_device *)dev; in fz_ocr_fill_text() local
152 fz_ocr_device *ocr = (fz_ocr_device *)dev; in fz_ocr_stroke_text() local
162 fz_ocr_device *ocr = (fz_ocr_device *)dev; in fz_ocr_fill_shade() local
171 fz_ocr_device *ocr = (fz_ocr_device *)dev; in fz_ocr_fill_image() local
181 fz_ocr_device *ocr = (fz_ocr_device *)dev; in fz_ocr_fill_image_mask() local
190 fz_ocr_device *ocr = (fz_ocr_device *)dev; in fz_ocr_clip_path() local
199 fz_ocr_device *ocr = (fz_ocr_device *)dev; in fz_ocr_clip_stroke_path() local
208 fz_ocr_device *ocr = (fz_ocr_device *)dev; in fz_ocr_clip_text() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/core/
H A Dsd_ops.c117 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_app_op_cond()
161 static int __mmc_send_if_cond(struct mmc_host *host, u32 ocr, u8 pcie_bits, in __mmc_send_if_cond()
196 int mmc_send_if_cond(struct mmc_host *host, u32 ocr) in mmc_send_if_cond()
201 int mmc_send_if_cond_pcie(struct mmc_host *host, u32 ocr) in mmc_send_if_cond_pcie()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/core/
H A Dsd_ops.c117 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_app_op_cond()
161 static int __mmc_send_if_cond(struct mmc_host *host, u32 ocr, u8 pcie_bits, in __mmc_send_if_cond()
196 int mmc_send_if_cond(struct mmc_host *host, u32 ocr) in mmc_send_if_cond()
201 int mmc_send_if_cond_pcie(struct mmc_host *host, u32 ocr) in mmc_send_if_cond_pcie()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/core/
H A Dsd_ops.c117 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_app_op_cond()
161 static int __mmc_send_if_cond(struct mmc_host *host, u32 ocr, u8 pcie_bits, in __mmc_send_if_cond()
196 int mmc_send_if_cond(struct mmc_host *host, u32 ocr) in mmc_send_if_cond()
201 int mmc_send_if_cond_pcie(struct mmc_host *host, u32 ocr) in mmc_send_if_cond_pcie()
/dports/net/libkgapi/libkgapi-21.12.3/src/drive/
H A Dfileabstractdatajob.cpp26 bool ocr = false; member in FileAbstractDataJob::Private
98 bool FileAbstractDataJob::ocr() const in ocr() function in FileAbstractDataJob
103 void FileAbstractDataJob::setOcr(bool ocr) in setOcr()
/dports/games/d2x/d2x-0.2.5/arch/dos/mm_snd/
H A Dmirq.c49 UBYTE ocr=(irqno>7) ? OCR2 : OCR1; /* ocr */ in MIrq_OnOff() local
75 UBYTE ocr=(irqno>7) ? OCR2 : OCR1; /* ocr */ in MIrq_EOI() local
/dports/multimedia/vapoursynth/vapoursynth-R54/doc/plugins/
H A Docr.rst1 .. _ocr: target
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Docean.c202 void BKE_ocean_eval_uv(struct Ocean *oc, struct OceanResult *ocr, float u, float v) in BKE_ocean_eval_uv()
383 void BKE_ocean_eval_ij(struct Ocean *oc, struct OceanResult *ocr, int i, int j) in BKE_ocean_eval_ij()
1224 struct OceanCache *och, struct OceanResult *ocr, int f, float u, float v) in BKE_ocean_cache_eval_uv()
1383 OceanResult ocr; in BKE_ocean_bake() local
1558 struct OceanResult *UNUSED(ocr), in BKE_ocean_eval_uv()
1566 struct OceanResult *UNUSED(ocr), in BKE_ocean_eval_uv_catrom()
1573 struct OceanResult *UNUSED(ocr), in BKE_ocean_eval_xz()
1580 struct OceanResult *UNUSED(ocr), in BKE_ocean_eval_xz_catrom()
1587 struct OceanResult *UNUSED(ocr), in BKE_ocean_eval_ij()
1656 struct OceanResult *UNUSED(ocr), in BKE_ocean_cache_eval_uv()
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ocr/
H A Dstruct_addresses.go1 package ocr package
H A Dstruct_card_areas.go1 package ocr package
H A Dstruct_elements_in_recognize_qr_code.go1 package ocr package
H A Dstruct_elements_in_recognize_takeout_order.go1 package ocr package
H A Dstruct_emails.go1 package ocr package
H A Dstruct_general_text.go1 package ocr package
H A Dstruct_invalid_stamp_areas.go1 package ocr package
H A Dstruct_invoice_codes.go1 package ocr package
H A Dstruct_invoice_fake_codes.go1 package ocr package
H A Dstruct_key_value_infos_in_recognize_quota_invoice.go1 package ocr package
H A Dstruct_key_value_infos_in_recognize_ticket_invoice.go1 package ocr package
H A Dstruct_payer_register_noes.go1 package ocr package
H A Dstruct_band_boxes.go1 package ocr package
H A Dstruct_cell_phone_numbers.go1 package ocr package

12345678910>>...31