Home
last modified time | relevance | path

Searched refs:data_field (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dmustek_usb_low.c266 SANE_Byte data_field[2]; in usb_low_start_cmt_table() local
272 data_field[0] = 0x02 | chip->append | chip->test_sram | chip->fix_pattern; in usb_low_start_cmt_table()
273 data_field[1] = 2; in usb_low_start_cmt_table()
286 data_field[1] |= 0x60; in usb_low_start_cmt_table()
288 status = sanei_usb_write_bulk (chip->fd, data_field, &n); in usb_low_start_cmt_table()
304 SANE_Byte data_field[2]; in usb_low_stop_cmt_table() local
322 data_field[0] = 0x01 | chip->append | chip->test_sram | chip->fix_pattern; in usb_low_stop_cmt_table()
323 data_field[1] = 2; in usb_low_stop_cmt_table()
324 data_field[1] |= 0x80; in usb_low_stop_cmt_table()
326 status = sanei_usb_write_bulk (chip->fd, data_field, in usb_low_stop_cmt_table()
2666 SANE_Byte data_field[2]; usb_low_write_reg() local
2703 SANE_Byte data_field[2]; usb_low_read_reg() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dccaption_dec.c242 int data_field; member
858 if (ctx->data_field < 0) in decode()
859 ctx->data_field = cc_type; in decode()
864 if (cc_type != ctx->data_field) in decode()
933 { "data_field", "select data field", OFFSET(data_field), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 1, SD, "data_field" },
934 { "auto", "pick first one that appears", 0, AV_OPT_TYPE_CONST, { .i64 =-1 }, 0, 0, SD, "data_field" },
935 { "first", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = 0 }, 0, 0, SD, "data_field" },
936 { "second", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = 1 }, 0, 0, SD, "data_field" },
[all...]

Completed in 3 milliseconds