Home
last modified time | relevance | path

Searched refs:tx_mode (Results 1 – 25 of 827) sorted by relevance

12345678910>>...34

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/filters/
H A Dvp9_compressed_header_parser.cc67 int tx_mode; in ReadTxMode() local
69 tx_mode = Vp9CompressedHeader::ONLY_4X4; in ReadTxMode()
71 tx_mode = reader_.ReadLiteral(2); in ReadTxMode()
72 if (tx_mode == Vp9CompressedHeader::ALLOW_32X32) in ReadTxMode()
73 tx_mode += reader_.ReadLiteral(1); in ReadTxMode()
75 fhdr->compressed_header.tx_mode = in ReadTxMode()
76 static_cast<Vp9CompressedHeader::Vp9TxMode>(tx_mode); in ReadTxMode()
130 tx_mode_to_biggest_tx_size[fhdr->compressed_header.tx_mode]; in ReadCoefProbs()
265 if (fhdr->compressed_header.tx_mode == Vp9CompressedHeader::TX_MODE_SELECT) in Parse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/filters/
H A Dvp9_compressed_header_parser.cc67 int tx_mode; in ReadTxMode() local
69 tx_mode = Vp9CompressedHeader::ONLY_4X4; in ReadTxMode()
71 tx_mode = reader_.ReadLiteral(2); in ReadTxMode()
72 if (tx_mode == Vp9CompressedHeader::ALLOW_32X32) in ReadTxMode()
73 tx_mode += reader_.ReadLiteral(1); in ReadTxMode()
75 fhdr->compressed_header.tx_mode = in ReadTxMode()
76 static_cast<Vp9CompressedHeader::Vp9TxMode>(tx_mode); in ReadTxMode()
130 tx_mode_to_biggest_tx_size[fhdr->compressed_header.tx_mode]; in ReadCoefProbs()
265 if (fhdr->compressed_header.tx_mode == Vp9CompressedHeader::TX_MODE_SELECT) in Parse()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_mtl.c178 int tx_mode) in sxgbe_set_tx_mtl_mode() argument
184 if (tx_mode == SXGBE_MTL_SFMODE) { in sxgbe_set_tx_mtl_mode()
188 if (tx_mode <= 64) in sxgbe_set_tx_mtl_mode()
190 else if (tx_mode <= 96) in sxgbe_set_tx_mtl_mode()
192 else if (tx_mode <= 128) in sxgbe_set_tx_mtl_mode()
194 else if (tx_mode <= 192) in sxgbe_set_tx_mtl_mode()
196 else if (tx_mode <= 256) in sxgbe_set_tx_mtl_mode()
198 else if (tx_mode <= 384) in sxgbe_set_tx_mtl_mode()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_mtl.c178 int tx_mode) in sxgbe_set_tx_mtl_mode() argument
184 if (tx_mode == SXGBE_MTL_SFMODE) { in sxgbe_set_tx_mtl_mode()
188 if (tx_mode <= 64) in sxgbe_set_tx_mtl_mode()
190 else if (tx_mode <= 96) in sxgbe_set_tx_mtl_mode()
192 else if (tx_mode <= 128) in sxgbe_set_tx_mtl_mode()
194 else if (tx_mode <= 192) in sxgbe_set_tx_mtl_mode()
196 else if (tx_mode <= 256) in sxgbe_set_tx_mtl_mode()
198 else if (tx_mode <= 384) in sxgbe_set_tx_mtl_mode()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_mtl.c178 int tx_mode) in sxgbe_set_tx_mtl_mode() argument
184 if (tx_mode == SXGBE_MTL_SFMODE) { in sxgbe_set_tx_mtl_mode()
188 if (tx_mode <= 64) in sxgbe_set_tx_mtl_mode()
190 else if (tx_mode <= 96) in sxgbe_set_tx_mtl_mode()
192 else if (tx_mode <= 128) in sxgbe_set_tx_mtl_mode()
194 else if (tx_mode <= 192) in sxgbe_set_tx_mtl_mode()
196 else if (tx_mode <= 256) in sxgbe_set_tx_mtl_mode()
198 else if (tx_mode <= 384) in sxgbe_set_tx_mtl_mode()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/pensando/ionic/
H A Dionic_phc.c73 int tx_mode = 0; in ionic_lif_hwstamp_set_ts_config() local
100 tx_mode = ionic_hwstamp_tx_mode(config->tx_type); in ionic_lif_hwstamp_set_ts_config()
101 if (tx_mode < 0) { in ionic_lif_hwstamp_set_ts_config()
102 err = tx_mode; in ionic_lif_hwstamp_set_ts_config()
106 mask = cpu_to_le64(BIT_ULL(tx_mode)); in ionic_lif_hwstamp_set_ts_config()
125 if (tx_mode) { in ionic_lif_hwstamp_set_ts_config()
137 if (tx_mode != lif->phc->ts_config_tx_mode) { in ionic_lif_hwstamp_set_ts_config()
138 err = ionic_lif_set_hwstamp_txmode(lif, tx_mode); in ionic_lif_hwstamp_set_ts_config()
157 lif->phc->ts_config_tx_mode = tx_mode; in ionic_lif_hwstamp_set_ts_config()
172 if (tx_mode != lif->phc->ts_config_tx_mode) { in ionic_lif_hwstamp_set_ts_config()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/pensando/ionic/
H A Dionic_phc.c73 int tx_mode = 0; in ionic_lif_hwstamp_set_ts_config() local
100 tx_mode = ionic_hwstamp_tx_mode(config->tx_type); in ionic_lif_hwstamp_set_ts_config()
101 if (tx_mode < 0) { in ionic_lif_hwstamp_set_ts_config()
102 err = tx_mode; in ionic_lif_hwstamp_set_ts_config()
106 mask = cpu_to_le64(BIT_ULL(tx_mode)); in ionic_lif_hwstamp_set_ts_config()
125 if (tx_mode) { in ionic_lif_hwstamp_set_ts_config()
137 if (tx_mode != lif->phc->ts_config_tx_mode) { in ionic_lif_hwstamp_set_ts_config()
138 err = ionic_lif_set_hwstamp_txmode(lif, tx_mode); in ionic_lif_hwstamp_set_ts_config()
157 lif->phc->ts_config_tx_mode = tx_mode; in ionic_lif_hwstamp_set_ts_config()
172 if (tx_mode != lif->phc->ts_config_tx_mode) { in ionic_lif_hwstamp_set_ts_config()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/pensando/ionic/
H A Dionic_phc.c73 int tx_mode = 0; in ionic_lif_hwstamp_set_ts_config() local
100 tx_mode = ionic_hwstamp_tx_mode(config->tx_type); in ionic_lif_hwstamp_set_ts_config()
101 if (tx_mode < 0) { in ionic_lif_hwstamp_set_ts_config()
102 err = tx_mode; in ionic_lif_hwstamp_set_ts_config()
106 mask = cpu_to_le64(BIT_ULL(tx_mode)); in ionic_lif_hwstamp_set_ts_config()
125 if (tx_mode) { in ionic_lif_hwstamp_set_ts_config()
137 if (tx_mode != lif->phc->ts_config_tx_mode) { in ionic_lif_hwstamp_set_ts_config()
138 err = ionic_lif_set_hwstamp_txmode(lif, tx_mode); in ionic_lif_hwstamp_set_ts_config()
157 lif->phc->ts_config_tx_mode = tx_mode; in ionic_lif_hwstamp_set_ts_config()
172 if (tx_mode != lif->phc->ts_config_tx_mode) { in ionic_lif_hwstamp_set_ts_config()
[all …]
/dports/comms/hackrf-devel/hackrf-ee44d2d62e2dd24648599172f90fc8fc2e3b3cc3/firmware/common/
H A Dsgpio.c276 bool tx_mode = (SGPIO_GPIO_OUTREG & (1 << 11)) > 0; in update_q_invert() local
279 if( !sgpio_invert & !tx_mode) { in update_q_invert()
281 } else if( !sgpio_invert & tx_mode) { in update_q_invert()
283 } else if( sgpio_invert & !tx_mode) { in update_q_invert()
285 } else if( sgpio_invert & tx_mode) { in update_q_invert()
/dports/comms/hamlib/hamlib-4.3.1/rigs/kenwood/
H A Dk3.c1480 switch (tx_mode) in k3_set_split_mode()
1559 if (tx_mode == RIG_MODE_PKTLSB || tx_mode == RIG_MODE_PKTUSB in k3_set_split_mode()
1560 || tx_mode == RIG_MODE_RTTY || tx_mode == RIG_MODE_RTTYR) in k3_set_split_mode()
1655 if (!tx_mode || !tx_width) in k3_get_split_mode()
1692 *tx_mode = temp_m; in k3_get_split_mode()
1722 *tx_mode = temp_m; in k3_get_split_mode()
1728 *tx_mode = temp_m; in k3_get_split_mode()
1981 int tx_mode; in k3_get_level() local
1991 if (!tx_mode) in k3_get_level()
2009 int tx_mode; in k3_get_level() local
[all …]
H A Dic10.c693 case MD_CW : chan->tx_mode = RIG_MODE_CW; break; in ic10_get_channel()
695 case MD_USB : chan->tx_mode = RIG_MODE_USB; break; in ic10_get_channel()
697 case MD_LSB : chan->tx_mode = RIG_MODE_LSB; break; in ic10_get_channel()
699 case MD_FM : chan->tx_mode = RIG_MODE_FM; break; in ic10_get_channel()
701 case MD_AM : chan->tx_mode = RIG_MODE_AM; break; in ic10_get_channel()
703 case MD_FSK : chan->tx_mode = RIG_MODE_RTTY; break; in ic10_get_channel()
705 case MD_NONE: chan->tx_mode = RIG_MODE_NONE; break; in ic10_get_channel()
713 chan->tx_width = rig_passband_normal(rig, chan->tx_mode); in ic10_get_channel()
786 switch (chan->tx_mode) in ic10_set_channel()
804 __func__, rig_strrmode(chan->tx_mode)); in ic10_set_channel()
H A Dts850.c53 .tx_mode=1,\
521 char mode, tx_mode, tones; in ts850_set_channel() local
530 tx_mode = mode_to_char(chan->tx_mode); in ts850_set_channel()
535 tx_mode = '\0'; in ts850_set_channel()
566 num, tx_freq, tx_mode, tones, tone); in ts850_set_channel()
H A Dts2000.c106 .tx_mode=1, \
582 chan->tx_mode = kenwood2rmode(buf[17] - '0', caps->mode_table); in ts2000_get_channel()
590 chan->tx_mode = RIG_MODE_NONE; in ts2000_get_channel()
615 char mode, tx_mode = 0; in ts2000_set_channel() local
643 tx_mode = rmode2kenwood(chan->tx_mode, caps->mode_table); in ts2000_set_channel()
645 if (tx_mode < 0) in ts2000_set_channel()
648 __func__, rig_strrmode(chan->tx_mode)); in ts2000_set_channel()
794 '0' + tx_mode, /* 5 - mode */ in ts2000_set_channel()
H A Dpihpsdr.c82 .tx_mode=1, \
555 chan->tx_mode = kenwood2rmode(buf[17] - '0', caps->mode_table); in pihspdr_get_channel()
563 chan->tx_mode = RIG_MODE_NONE; in pihspdr_get_channel()
589 char mode, tx_mode = 0; in pihspdr_set_channel() local
610 tx_mode = rmode2kenwood(chan->tx_mode, caps->mode_table); in pihspdr_set_channel()
612 if (tx_mode < 0) in pihspdr_set_channel()
615 __func__, rig_strrmode(chan->tx_mode)); in pihspdr_set_channel()
767 '0' + tx_mode, /* 5 - mode */ in pihspdr_set_channel()
/dports/net/mad_fcl/mad_fcl_v1.7_src/flutelib/
H A Dsender.c76 int tx_mode, unsigned short eslen, unsigned int max_sblen, in send_fdt_instance() argument
93 if(tx_mode != TX_THREAD) { in send_fdt_instance()
131 retval = alc_send(s_id, tx_mode, buf, nbytes, FDT_TOI, transfer_len, eslen, max_sblen, sbn, in send_fdt_instance()
151 if(tx_mode != TX_THREAD) { in send_fdt_instance()
185 int send_file(char *tx_file, int s_id, int tx_mode, unsigned short es_len, unsigned int max_sb_len, argument
270 if(tx_mode != TX_THREAD) {
326 if(tx_mode != TX_THREAD) {
360 retval = send_fdt_instance(fdt_inst_buf, fdt_inst_len, s_id, tx_mode, s->def_eslen,
389 if(tx_mode != TX_THREAD) {
1321 int fdtbasedsend(flute_sender_t *sender, int tx_mode, arguments_t *a) { argument
[all …]
/dports/comms/hamlib/hamlib-4.3.1/rigs/yaesu/
H A Dft891.c383 int ft891_get_split_mode(RIG *rig, vfo_t vfo, rmode_t *tx_mode, in ft891_get_split_mode() argument
405 *tx_mode = priv->ret_data[22]; in ft891_get_split_mode()
430 int ft891_set_split_mode(RIG *rig, vfo_t vfo, rmode_t tx_mode, in ft891_set_split_mode() argument
449 rig_strrmode(tx_mode)); in ft891_set_split_mode()
462 if (RIG_OK != (err = newcat_set_mode(rig, RIG_VFO_A, tx_mode, tx_width))) in ft891_set_split_mode()
H A Dft1000d.c2984 chan->tx_mode = RIG_MODE_LSB; in ft1000d_get_channel()
2988 chan->tx_mode = RIG_MODE_USB; in ft1000d_get_channel()
2992 chan->tx_mode = RIG_MODE_CW; in ft1000d_get_channel()
2996 chan->tx_mode = RIG_MODE_AM; in ft1000d_get_channel()
3000 chan->tx_mode = RIG_MODE_FM; in ft1000d_get_channel()
3010 chan->tx_mode = RIG_MODE_RTTY; in ft1000d_get_channel()
3123 chan->tx_mode = chan->mode; in ft1000d_get_channel()
3141 if (chan->tx_mode & RIG_MODE_FM) in ft1000d_get_channel()
3700 rig_strrmode(tx_mode)); in ft1000d_set_split_mode()
3706 switch (tx_mode) in ft1000d_set_split_mode()
[all …]
H A Dft891.h135 static int ft891_get_split_mode(RIG *rig, vfo_t vfo, rmode_t *tx_mode, pbwidth_t *tx_width);
136 static int ft891_set_split_mode(RIG *rig, vfo_t vfo, rmode_t tx_mode, pbwidth_t tx_width);
H A Dft991.c352 int ft991_get_split_mode(RIG *rig, vfo_t vfo, rmode_t *tx_mode, in ft991_get_split_mode() argument
361 if (!rig || !tx_mode || !tx_width) in ft991_get_split_mode()
378 *tx_mode = newcat_rmode(rdata->mode); in ft991_get_split_mode()
380 rig_strrmode(*tx_mode)); in ft991_get_split_mode()
438 int ft991_set_split_mode(RIG *rig, vfo_t vfo, rmode_t tx_mode, in ft991_set_split_mode() argument
477 rig_strrmode(tx_mode)); in ft991_set_split_mode()
509 if (RIG_OK != (err = newcat_set_mode(rig, RIG_VFO_A, tx_mode, in ft991_set_split_mode()
H A Dft991.h163 static int ft991_get_split_mode(RIG *rig, vfo_t vfo, rmode_t *tx_mode,
165 static int ft991_set_split_mode(RIG *rig, vfo_t vfo, rmode_t tx_mode,
/dports/comms/hamlib/hamlib-4.3.1/tests/
H A Dmemsave.c191 if (mem_caps->tx_mode && chan.tx_mode != RIG_MODE_NONE) in dump_xml_chan()
195 (unsigned char *) rig_strrmode(chan.tx_mode)); in dump_xml_chan()
/dports/comms/hamlib/hamlib-4.3.1/rigs/icom/
H A Dx108g.c102 .tx_mode = 1, \
119 static int x108g_set_split_mode(RIG *rig, vfo_t vfo, rmode_t tx_mode,
473 static int x108g_set_split_mode(RIG *rig, vfo_t vfo, rmode_t tx_mode, in x108g_set_split_mode() argument
492 if (RIG_OK != (rc = rig->caps->set_mode(rig, RIG_VFO_CURR, tx_mode, in x108g_set_split_mode()
524 if (RIG_OK != (rc = rig->caps->set_mode(rig, RIG_VFO_CURR, tx_mode, in x108g_set_split_mode()
H A Dicom.h72 .tx_mode = 1, \
317 int icom_set_split_mode(RIG *rig, vfo_t vfo, rmode_t tx_mode,
319 int icom_get_split_mode(RIG *rig, vfo_t vfo, rmode_t *tx_mode,
322 rmode_t tx_mode, pbwidth_t tx_width);
324 rmode_t *tx_mode, pbwidth_t *tx_width);
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlibx/io/
H A Dusart.h89 TxMode tx_mode>
106 if (tx_mode != TX_DISABLED) { in Init()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/mips/mach-octeon/
H A Docteon_qlm.c2623 .tx_mode = 0x3,
2642 .tx_mode = 0x3,
2661 .tx_mode = 0x3,
2686 .tx_mode = 0x3,
2705 .tx_mode = 0x3,
2724 .tx_mode = 0x3,
2749 .tx_mode = 0x3,
2768 .tx_mode = 0x3,
2791 .tx_mode = 0x3,
2810 .tx_mode = 0x3,
[all …]

12345678910>>...34