Home
last modified time | relevance | path

Searched refs:get_program_count (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/ab25/ab25-0.2.5/src/
H A Darib_std_b25.h60 int (* get_program_count)(void *std_b25); member
H A Dtd.c349 n = b25->get_program_count(b25); in test_arib_std_b25()
H A Darib_std_b25.c374 r->get_program_count = get_program_count_arib_std_b25; in create_arib_std_b25()
/dports/devel/pickle/pickle-4.20/src/
H A Dpic.h45 uint32_t (*get_program_count)(void); member
H A Dpic.c333 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 Dpic12.c49 .get_program_count = pic12_get_program_count,
H A Dpic14n.c53 .get_program_count = pic14n_get_program_count,
H A Dpic16n.c53 .get_program_count = pic16n_get_program_count,
H A Dpic32.c51 .get_program_count = pic32_get_program_count,
H A Dpic14.c53 .get_program_count = pic14_get_program_count,
H A Dpic16.c53 .get_program_count = pic16_get_program_count,
H A Dpic24.c55 .get_program_count = pic24_get_program_count,
/dports/audio/carla/Carla-2.4.1/source/frontend/
H A Dcarla_backend_qtweb.py350 def get_program_count(self, pluginId): member in CarlaHostQtWeb
H A Dcarla_backend.py1971 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 Dcarla_skin.py1803 programCount = self.host.get_program_count(self.fPluginId)
2019 progCount = host.get_program_count(pluginId)
H A Dcarla_widgets.py1144 programCount = self.host.get_program_count(self.fPluginId)
1435 for i in range(self.host.get_program_count(self.fPluginId)):