Searched refs:get_program_count (Results 1 – 16 of 16) sorted by relevance
/dports/multimedia/ab25/ab25-0.2.5/src/ |
H A D | arib_std_b25.h | 60 int (* get_program_count)(void *std_b25); member
|
H A D | td.c | 349 n = b25->get_program_count(b25); in test_arib_std_b25()
|
H A D | arib_std_b25.c | 374 r->get_program_count = get_program_count_arib_std_b25; in create_arib_std_b25()
|
/dports/devel/pickle/pickle-4.20/src/ |
H A D | pic.h | 45 uint32_t (*get_program_count)(void); member
|
H A D | pic.c | 333 if (p.pic->get_program_count) in pic_get_program_count() 334 count = p.pic->get_program_count(); in pic_get_program_count()
|
H A D | pic12.c | 49 .get_program_count = pic12_get_program_count,
|
H A D | pic14n.c | 53 .get_program_count = pic14n_get_program_count,
|
H A D | pic16n.c | 53 .get_program_count = pic16n_get_program_count,
|
H A D | pic32.c | 51 .get_program_count = pic32_get_program_count,
|
H A D | pic14.c | 53 .get_program_count = pic14_get_program_count,
|
H A D | pic16.c | 53 .get_program_count = pic16_get_program_count,
|
H A D | pic24.c | 55 .get_program_count = pic24_get_program_count,
|
/dports/audio/carla/Carla-2.4.1/source/frontend/ |
H A D | carla_backend_qtweb.py | 350 def get_program_count(self, pluginId): member in CarlaHostQtWeb
|
H A D | carla_backend.py | 1971 def get_program_count(self, pluginId): member in CarlaHostMeta 2475 def get_program_count(self, pluginId): member in CarlaHostNull 3126 def get_program_count(self, pluginId): member in CarlaHostDLL 3534 def get_program_count(self, pluginId): member in CarlaHostPlugin
|
H A D | carla_skin.py | 1803 programCount = self.host.get_program_count(self.fPluginId) 2019 progCount = host.get_program_count(pluginId)
|
H A D | carla_widgets.py | 1144 programCount = self.host.get_program_count(self.fPluginId) 1435 for i in range(self.host.get_program_count(self.fPluginId)):
|