Home
last modified time | relevance | path

Searched refs:select_channel (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/iv/
H A Divimage.cpp228 int select_channel) in pixel_transform() argument
373 if (select_channel < color_channels) { in pixel_transform()
375 v = correction_table[srgb_to_linear_lut[src[select_channel]]]; in pixel_transform()
377 v = correction_table[src[select_channel]]; in pixel_transform()
378 } else if (select_channel < total_channels) { in pixel_transform()
379 v = src[select_channel]; in pixel_transform()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/iv/
H A Divimage.cpp228 int select_channel) in pixel_transform() argument
373 if (select_channel < color_channels) { in pixel_transform()
375 v = correction_table[srgb_to_linear_lut[src[select_channel]]]; in pixel_transform()
377 v = correction_table[src[select_channel]]; in pixel_transform()
378 } else if (select_channel < total_channels) { in pixel_transform()
379 v = src[select_channel]; in pixel_transform()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dpatch_change_widget.h66 void select_channel (uint8_t);
H A Dpatch_change_widget.cc114 …ElemNoMnemonic (buf, sigc::bind (sigc::mem_fun (*this, &PatchChangeWidget::select_channel), chn))); in PatchChangeWidget()
165 select_channel (0); in on_show()
177 PatchChangeWidget::select_channel (uint8_t chn) in select_channel() function in PatchChangeWidget
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/scpi-pps/
H A Dprotocol.h171 SR_PRIV int select_channel(const struct sr_dev_inst *sdi, struct sr_channel *ch);
/dports/devel/py-flexmock/flexmock-0.10.10/docs/
H A Duser-guide.rst502 ... def select_channel(self): return None
511 >>> radio.should_receive('select_channel').once().when(lambda: radio.is_on)
519 >>> radio.select_channel()
524 flexmock.StateError: select_channel expected to be called when condition is True
539 >>> radio.select_channel()
/dports/audio/snd/snd-21.2/
H A Dsnd-kbd.c479 select_channel(ncp->sound, ncp->chan); in goto_previous_graph()
533 select_channel(ncp->sound, ncp->chan); in goto_next_graph()
H A Dsnd-nogui.c716 select_channel(ss->sounds[0], 0);
H A Dpopup.rb820 select_channel(chn)
H A Dsnd-data.c878 void select_channel(snd_info *sp, int chan) in select_channel() function
H A Dsnd-file.c1199 select_channel(sp, 0); in finish_opening_sound()
1374 select_channel(chosen_sp, 0); in snd_close_file()
1849 select_channel(nsp, old_selected_channel); in snd_update()
H A Dsnd-snd.c2419 select_channel(sp, 0); in g_select_sound()
2442 select_channel(sp, chan); in g_select_channel()
3715 select_channel(sp, (int)chan); in g_set_selected_channel()
H A Dsnd-1.h927 void select_channel(snd_info *sp, int chan);
H A Dsnd-test.rb8104 select_channel(2)
8133 select_channel(0)
18802 select_channel(0)
23560 select_channel(5)
23562 snd_display("select_channel: %s?", select_channel)
23575 select_channel(3)
24738 select_channel(1)
26702 select_channel(0)
27301 select_channel(0)
H A Dsnd-mix.c210 select_channel(sp, chn); in drag_and_drop_mix_at_x_y()
H A Dsnd-motif.c8868 if (sp) select_channel(sp, 0); in file_text_item_activate_callback()
10167 select_channel(sp, 0); in file_open_ok_callback()
15198 if (sp) select_channel(sp, 0); in view_files_open_selected_files()
20649 if (sp) select_channel(sp, 0); in open_recent_file_callback()
21080 if (sp) select_channel(sp, 0); in menu_drop_watcher()
30193 select_channel(sp, 0); in startup_funcs()
30245 select_channel(ss->sounds[index], 0); in notebook_page_changed_callback()
30246 else select_channel(ss->sounds[index], sp->selected_channel); in notebook_page_changed_callback()
H A Dsnd-chn.c5163 select_channel(sp, cp->chan);
5251 select_channel(sp, cp->chan);
/dports/devel/py-flexmock/flexmock-0.10.10/tests/
H A Dflexmock_test.py1706 def select_channel(self): member in RegularClass.test_state_machine.Radio
1719 assertRaises(StateError, radio.select_channel)
1722 radio.select_channel()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/bcm/
H A Dcipher.c106 static u8 select_channel(void) in select_channel() function
1755 rctx->chan_idx = select_channel(); in skcipher_enqueue()
1942 rctx->chan_idx = select_channel(); in ahash_enqueue()
2747 rctx->chan_idx = select_channel(); in aead_enqueue()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/bcm/
H A Dcipher.c106 static u8 select_channel(void) in select_channel() function
1755 rctx->chan_idx = select_channel(); in skcipher_enqueue()
1942 rctx->chan_idx = select_channel(); in ahash_enqueue()
2747 rctx->chan_idx = select_channel(); in aead_enqueue()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/bcm/
H A Dcipher.c106 static u8 select_channel(void) in select_channel() function
1755 rctx->chan_idx = select_channel(); in skcipher_enqueue()
1942 rctx->chan_idx = select_channel(); in ahash_enqueue()
2747 rctx->chan_idx = select_channel(); in aead_enqueue()