Home
last modified time | relevance | path

Searched defs:ao (Results 1 – 25 of 2596) sorted by relevance

12345678910>>...104

/dports/multimedia/mpv/mpv-0.34.1/audio/out/
H A Dinternal.h28 struct ao { struct
40 const struct ao_driver *driver; argument
47 struct mp_log *log; // Using e.g. "[ao/coreaudio]" as prefix argument
59 // Used during init: if init fails, redirect to this ao argument
73 void init_buffer_pre(struct ao *ao); argument
H A Dao_wasapi.c86 static bool thread_feed(struct ao *ao) in thread_feed()
152 static void thread_reset(struct ao *ao) in thread_reset()
168 static void thread_resume(struct ao *ao) in thread_resume()
184 struct ao *ao = ptr; in thread_wakeup() local
199 struct ao *ao = lpParameter; in AudioThread() local
247 static void uninit(struct ao *ao) in uninit()
273 static int init(struct ao *ao) in init()
439 struct ao *ao = pp[0]; in run_control() local
454 static void audio_reset(struct ao *ao) in audio_reset()
459 static void audio_resume(struct ao *ao) in audio_resume()
[all …]
/dports/audio/mpg123/mpg123-1.29.3/src/libout123/
H A Dlibout123.c14 static int have_buffer(out123_handle *ao) in have_buffer()
25 #define SENSITIVE_OUTPUT(ao) \ argument
63 static int aoopen(out123_handle *ao) in aoopen()
159 int out123_errcode(out123_handle *ao) in out123_errcode()
211 out123_param2( out123_handle *ao, int code in out123_param2()
281 out123_getparam2( out123_handle *ao, int code in out123_getparam2()
385 int read_parameters(out123_handle *ao in read_parameters()
821 static int test_open(out123_handle *ao) in test_open()
836 static void test_flush(out123_handle *ao) in test_flush()
840 static void test_drain(out123_handle *ao) in test_drain()
[all …]
/dports/audio/mpg123/mpg123-1.29.3/src/libout123/modules/
H A Dhp.c15 static int set_rate(out123_handle *ao) in set_rate()
24 static int set_channels(out123_handle *ao) in set_channels()
30 static int set_format(out123_handle *ao) in set_format()
58 static int get_formats(out123_handle *ao) in get_formats()
63 static int reset_parameters(out123_handle *ao) in reset_parameters()
75 static int open_hp(out123_handle *ao) in open_hp()
144 static int write_hp(out123_handle *ao,unsigned char *buf,int len) in write_hp()
149 static int close_hp(out123_handle *ao) in close_hp()
155 static void flush_hp(out123_handle *ao) in flush_hp()
161 static int init_hp(out123_handle* ao) in init_hp()
H A Dsun.c34 static void set_format_helper(out123_handle *ao, audio_info_t *ainfo) in set_format_helper()
70 static int reset_parameters_sun(out123_handle *ao) in reset_parameters_sun()
85 static int rate_best_match(out123_handle *ao) in rate_best_match()
103 static int set_rate(out123_handle *ao) in set_rate()
117 static int set_channels(out123_handle *ao) in set_channels()
129 static int set_format(out123_handle *ao) in set_format()
141 static int open_sun(out123_handle *ao) in open_sun()
203 static int get_formats_sun(out123_handle *ao) in get_formats_sun()
239 static int close_sun(out123_handle *ao) in close_sun()
245 static void flush_sun(out123_handle *ao) in flush_sun()
[all …]
H A Dmint.c23 static int rate_best_match(out123_handle *ao) in rate_best_match()
38 static int set_rate(out123_handle *ao) in set_rate()
59 static int set_channels(out123_handle *ao) in set_channels()
68 static int set_format(out123_handle *ao) in set_format()
94 static int reset_parameters(out123_handle *ao) in reset_parameters()
106 static int open_mint(out123_handle *ao) in open_mint()
133 static int get_formats_mint(out123_handle *ao) in get_formats_mint()
153 static int write_mint(out123_handle *ao,unsigned char *buf,int len) in write_mint()
158 static int close_mint(out123_handle *ao) in close_mint()
164 static void flush_mint(out123_handle *ao) in flush_mint()
[all …]
H A Ddummy.c11 static int open_dummy(out123_handle *ao) in open_dummy()
23 static int get_formats_dummy(out123_handle *ao) in get_formats_dummy()
29 static int write_dummy(out123_handle *ao,unsigned char *buf,int len) in write_dummy()
35 static void flush_dummy(out123_handle *ao) in flush_dummy()
40 static int close_dummy(out123_handle *ao) in close_dummy()
46 static void deinit_dummy(out123_handle *ao) in deinit_dummy()
51 static int enumerate_dummy( out123_handle *ao, int (*store_device)(void *devlist in enumerate_dummy()
62 static int init_dummy(out123_handle* ao) in init_dummy()
H A Desd.c30 static int open_esound(out123_handle *ao) in open_esound()
99 static int get_formats_esound (out123_handle *ao) in get_formats_esound()
110 static int write_esound(out123_handle *ao,unsigned char *buf,int len) in write_esound()
115 static int close_esound(out123_handle *ao) in close_esound()
122 static void flush_esound (out123_handle *ao) in flush_esound()
128 static void flush_esound (out123_handle *ao) in flush_esound()
134 static void flush_esound (out123_handle *ao) in flush_esound()
141 static int init_esound(out123_handle* ao) in init_esound()
H A Darts.c20 static int open_arts(out123_handle *ao) in open_arts()
44 static int get_formats_arts(out123_handle *ao) in get_formats_arts()
50 static int write_arts(out123_handle *ao,unsigned char *buf,int len) in write_arts()
56 static int close_arts(out123_handle *ao) in close_arts()
65 static void flush_arts(out123_handle *ao) in flush_arts()
70 static void deinit_arts(out123_handle* ao) in deinit_arts()
80 static int init_arts(out123_handle* ao) in init_arts()
H A Dsgi.c15 static int set_rate(out123_handle *ao, ALconfig config) in set_rate()
42 static int set_channels(out123_handle *ao, ALconfig config) in set_channels()
60 static int set_format(out123_handle *ao, ALconfig config) in set_format()
89 static int open_sgi(out123_handle *ao) in open_sgi()
203 static int get_formats_sgi(out123_handle *ao) in get_formats_sgi()
209 static int write_sgi(out123_handle *ao, unsigned char *buf, int len) in write_sgi()
229 static int close_sgi(out123_handle *ao) in close_sgi()
246 static void flush_sgi(out123_handle *ao) in flush_sgi()
253 static int init_sgi(out123_handle* ao) in init_sgi()
H A Doss.c50 static int rate_best_match_oss(out123_handle *ao) in rate_best_match_oss()
63 static int set_rate_oss(out123_handle *ao) in set_rate_oss()
75 static int set_channels_oss(out123_handle *ao) in set_channels_oss()
88 static int set_format_oss(out123_handle *ao) in set_format_oss()
125 static int reset_parameters_oss(out123_handle *ao) in reset_parameters_oss()
153 static int open_oss(out123_handle *ao) in open_oss()
215 static int get_formats_oss(out123_handle *ao) in get_formats_oss()
273 static int write_oss(out123_handle *ao,unsigned char *buf,int len) in write_oss()
278 static int close_oss(out123_handle *ao) in close_oss()
284 static void flush_oss(out123_handle *ao) in flush_oss()
[all …]
H A Daix.c35 static int rate_best_match(out123_handle *ao) in rate_best_match()
58 static int reset_parameters(out123_handle *ao) in reset_parameters()
168 static int open_aix(out123_handle *ao) in open_aix()
213 static int get_formats_aix(out123_handle *ao) in get_formats_aix()
235 static int write_aix(out123_handle *ao,unsigned char *buf,int len) in write_aix()
240 static int close_aix(out123_handle *ao) in close_aix()
277 static void flush_aix(out123_handle *ao) in flush_aix()
281 static int init_aix(out123_handle* ao) in init_aix()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libout123/modules/
H A Dhp.c15 static int set_rate(out123_handle *ao) in set_rate()
24 static int set_channels(out123_handle *ao) in set_channels()
30 static int set_format(out123_handle *ao) in set_format()
56 static int get_formats(out123_handle *ao) in get_formats()
61 static int reset_parameters(out123_handle *ao) in reset_parameters()
73 static int open_hp(out123_handle *ao) in open_hp()
139 static int write_hp(out123_handle *ao,unsigned char *buf,int len) in write_hp()
144 static int close_hp(out123_handle *ao) in close_hp()
150 static void flush_hp(out123_handle *ao) in flush_hp()
156 static int init_hp(out123_handle* ao) in init_hp()
H A Dsun.c34 static void set_format_helper(out123_handle *ao, audio_info_t *ainfo) in set_format_helper()
70 static int reset_parameters_sun(out123_handle *ao) in reset_parameters_sun()
85 static int rate_best_match(out123_handle *ao) in rate_best_match()
103 static int set_rate(out123_handle *ao) in set_rate()
117 static int set_channels(out123_handle *ao) in set_channels()
129 static int set_format(out123_handle *ao) in set_format()
141 static int open_sun(out123_handle *ao) in open_sun()
203 static int get_formats_sun(out123_handle *ao) in get_formats_sun()
239 static int close_sun(out123_handle *ao) in close_sun()
245 static void flush_sun(out123_handle *ao) in flush_sun()
[all …]
H A Dmint.c23 static int rate_best_match(out123_handle *ao) in rate_best_match()
38 static int set_rate(out123_handle *ao) in set_rate()
58 static int set_channels(out123_handle *ao) in set_channels()
67 static int set_format(out123_handle *ao) in set_format()
93 static int reset_parameters(out123_handle *ao) in reset_parameters()
105 static int open_mint(out123_handle *ao) in open_mint()
131 static int get_formats_mint(out123_handle *ao) in get_formats_mint()
151 static int write_mint(out123_handle *ao,unsigned char *buf,int len) in write_mint()
156 static int close_mint(out123_handle *ao) in close_mint()
162 static void flush_mint(out123_handle *ao) in flush_mint()
[all …]
H A Desd.c30 static int open_esound(out123_handle *ao) in open_esound()
99 static int get_formats_esound (out123_handle *ao) in get_formats_esound()
110 static int write_esound(out123_handle *ao,unsigned char *buf,int len) in write_esound()
115 static int close_esound(out123_handle *ao) in close_esound()
122 static void flush_esound (out123_handle *ao) in flush_esound()
128 static void flush_esound (out123_handle *ao) in flush_esound()
134 static void flush_esound (out123_handle *ao) in flush_esound()
141 static int init_esound(out123_handle* ao) in init_esound()
H A Ddummy.c23 static int get_formats_dummy(out123_handle *ao)
46 static int deinit_dummy(out123_handle *ao) in get_formats_arts()
53 static int init_dummy(out123_handle* ao)
56 debug("init_dummy()"); in close_arts()
57
58 /* Set callbacks */
67 return 0; in flush_arts()
68 }
69
70 in deinit_arts()
[all …]
H A Doss.c50 static int rate_best_match_oss(out123_handle *ao) in rate_best_match_oss()
63 static int set_rate_oss(out123_handle *ao) in set_rate_oss()
75 static int set_channels_oss(out123_handle *ao) in set_channels_oss()
88 static int set_format_oss(out123_handle *ao) in set_format_oss()
125 static int reset_parameters_oss(out123_handle *ao) in reset_parameters_oss()
153 static int open_oss(out123_handle *ao) in open_oss()
215 static int get_formats_oss(out123_handle *ao) in get_formats_oss()
273 static int write_oss(out123_handle *ao,unsigned char *buf,int len) in write_oss()
278 static int close_oss(out123_handle *ao) in close_oss()
284 static void flush_oss(out123_handle *ao) in flush_oss()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Fingerprints/
H A Dcatch_tests.cpp163 AdditionalOutput ao; variable
175 AdditionalOutput ao; variable
196 AdditionalOutput ao; variable
205 AdditionalOutput ao; variable
222 AdditionalOutput ao; variable
234 AdditionalOutput ao; variable
256 AdditionalOutput ao; variable
265 AdditionalOutput ao; variable
301 AdditionalOutput ao; variable
308 AdditionalOutput ao; variable
[all …]
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/model/
H A DIFileManager.java40 String getPath(ILocalAudioObject ao); in getPath()
46 String getSystemPath(ILocalAudioObject ao); in getSystemPath()
52 File getFile(ILocalAudioObject ao); in getFile()
58 boolean fileExists(ILocalAudioObject ao); in fileExists()
64 long getFileSize(ILocalAudioObject ao); in getFileSize()
70 String getFileName(ILocalAudioObject ao); in getFileName()
76 String getFolderPath(ILocalAudioObject ao); in getFolderPath()
82 File getFolder(ILocalAudioObject ao); in getFolder()
131 long getModificationTime(ILocalAudioObject ao); in getModificationTime()
146 void removeCachedAudioObject(ILocalAudioObject ao); in removeCachedAudioObject()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/vec/is/ao/interface/
H A Dao.c38 PetscErrorCode AOView(AO ao,PetscViewer viewer) in AOView()
67 PetscErrorCode AOViewFromOptions(AO ao,PetscObject obj,const char name[]) in AOViewFromOptions()
89 PetscErrorCode AODestroy(AO *ao) in AODestroy()
141 PetscErrorCode AOPetscToApplicationIS(AO ao,IS is) in AOPetscToApplicationIS()
186 PetscErrorCode AOApplicationToPetscIS(AO ao,IS is) in AOApplicationToPetscIS()
231 PetscErrorCode AOPetscToApplication(AO ao,PetscInt n,PetscInt ia[]) in AOPetscToApplication()
268 PetscErrorCode AOApplicationToPetsc(AO ao,PetscInt n,PetscInt ia[]) in AOApplicationToPetsc()
304 PetscErrorCode AOPetscToApplicationPermuteInt(AO ao, PetscInt block, PetscInt array[]) in AOPetscToApplicationPermuteInt()
435 PetscErrorCode AOSetFromOptions(AO ao) in AOSetFromOptions()
476 PetscErrorCode AOSetIS(AO ao,IS isapp,IS ispetsc) in AOSetIS()
[all …]
/dports/audio/musicpd/mpd-0.23.6/src/output/
H A DMultipleOutputs.cxx149 for (const auto &ao : outputs) in EnableDisable() local
158 for (const auto &ao : outputs) in WaitAll() local
165 for (const auto &ao : outputs) in AllowPlay() local
177 for (const auto &ao : outputs) in Update() local
187 for (const auto &ao : outputs) in SetReplayGainMode() local
204 for (const auto &ao : outputs) in Play() local
315 for (const auto &ao : outputs) in Pause() local
324 for (const auto &ao : outputs) in Drain() local
335 for (const auto &ao : outputs) in Cancel() local
358 for (const auto &ao : outputs) in Close() local
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/filemanager/tests/
H A Dtest.php35 if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i))) != $o) variable
53 if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i))) != $o) variable
71 if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i))) != $o) variable
89 if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i, 'mask' => $relatives))) != $o) variable
110 if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i, 'mask' => $relatives))) != $o) variable
130 if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i, 'mask' => $relatives))) != $o) variable
150 if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i, 'mask' => $relatives))) != $o) variable
170 …if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i, 'mask' => $relatives, 'fake' =>Fal… variable
189 …if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i, 'mask' => $relatives, 'fake' => Fa… variable
209 …if (($ao = $phpgw->vfs->getabsolutepath (array ('string' => $i, 'mask' => $relatives, 'fake' => Fa… variable
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/MC/Mips/
H A Dmicromips-fpu-instructions.s15 # CHECK-EL: div.d $f4, $f6, $f8 # encoding: [0x06,0x55,0xf0,0x21]
40 # CHECK-EL: round.w.d $f6, $f8 # encoding: [0xc8,0x54,0x3b,0x7b]
57 # CHECK-EL-NEXT: # <MCInst #{{[0-9]+}} CVT_D32_W_MM
83 # CHECK-EL-NEXT: # <MCInst #{{[0-9]+}} MOVT_D32_MM
192 # CHECK-EB-NEXT: # <MCInst #{{[0-9]+}} ROUND_W_MM
198 # CHECK-EB-NEXT: # <MCInst #{{[0-9]+}} TRUNC_W_MM
218 # CHECK-EB-NEXT: # <MCInst #{{[0-9]+}} MTC1_MM
235 # CHECK-EB: movf.s $f4, $f6, $fcc0 # encoding: [0x54,0x86,0x00,0x20]
242 # CHECK-EB-NEXT: # <MCInst #{{[0-9]+}} MADD_D32_MM
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/MC/Mips/micromips/
H A Dvalid-fp64.s11 cvt.d.s $f0, $f2 # CHECK: cvt.d.s $f0, $f2 # encoding: [0x54,0x02,0x13,0x7b]
23 div.d $f0, $f2, $f4 # CHECK: div.d $f0, $f2, $f4 # encoding: [0x54,0x82,0x01,0xf0]
29 mthc1 $4, $f0 # CHECK: mthc1 $4, $f0 # encoding: [0x54,0x80,0x38,0x3b]
35 sqrt.d $f0, $f12 # CHECK: sqrt.d $f0, $f12 # encoding: [0x54,0x0c,0x4a,0x3b]
40 # CHECK-NEXT: # <MCInst #{{[0-9]+}} FSUB_D64_MM

12345678910>>...104