Home
last modified time | relevance | path

Searched defs:mh (Results 1 – 20 of 20) sorted by relevance

/reactos/sdk/lib/3rdparty/libmpg123/
H A Dlibmpg123.c535 int attribute_align_arg mpg123_open_feed(mpg123_handle *mh) in mpg123_open_feed()
573 int decode_update(mpg123_handle *mh) in decode_update()
662 static int get_next_frame(mpg123_handle *mh) in get_next_frame()
1061 long attribute_align_arg mpg123_clip(mpg123_handle *mh) in mpg123_clip()
1074 #define track_need_init(mh) ((mh)->num < 0) argument
1076 static int init_track(mpg123_handle *mh) in init_track()
1164 off_t attribute_align_arg mpg123_tell(mpg123_handle *mh) in mpg123_tell()
1211 static int do_the_seek(mpg123_handle *mh) in do_the_seek()
1461 int attribute_align_arg mpg123_scan(mpg123_handle *mh) in mpg123_scan()
1540 int attribute_align_arg mpg123_id3_raw( mpg123_handle *mh in mpg123_id3_raw()
[all …]
H A Dlfs_wrap.c126 static struct wrap_data* wrap_get(mpg123_handle *mh) in wrap_get()
206 long attribute_align_arg mpg123_framepos(mpg123_handle *mh) in mpg123_framepos()
223 long attribute_align_arg mpg123_tell(mpg123_handle *mh) in mpg123_tell()
240 long attribute_align_arg mpg123_tellframe(mpg123_handle *mh) in mpg123_tellframe()
257 long attribute_align_arg mpg123_tell_stream(mpg123_handle *mh) in mpg123_tell_stream()
330 long attribute_align_arg mpg123_timeframe(mpg123_handle *mh, double sec) in mpg123_timeframe()
472 long attribute_align_arg mpg123_framelength(mpg123_handle *mh) in mpg123_framelength()
489 long attribute_align_arg mpg123_length(mpg123_handle *mh) in mpg123_length()
507 int attribute_align_arg mpg123_set_filesize(mpg123_handle *mh, long size) in mpg123_set_filesize()
659 int attribute_align_arg mpg123_open(mpg123_handle *mh, const char *path) in mpg123_open()
[all …]
H A Dframe.c172 int attribute_align_arg mpg123_reset_eq(mpg123_handle *mh) in mpg123_reset_eq()
219 int attribute_align_arg mpg123_replace_buffer(mpg123_handle *mh, void *data, size_t size) in mpg123_replace_buffer()
626 int attribute_align_arg mpg123_framedata(mpg123_handle *mh, unsigned long *header, unsigned char **… in mpg123_framedata()
638 int attribute_align_arg mpg123_set_moreinfo( mpg123_handle *mh in mpg123_set_moreinfo()
974 int attribute_align_arg mpg123_volume_change(mpg123_handle *mh, double change) in mpg123_volume_change()
980 int attribute_align_arg mpg123_volume(mpg123_handle *mh, double vol) in mpg123_volume()
1045 int attribute_align_arg mpg123_getvolume(mpg123_handle *mh, double *base, double *really, double *r… in mpg123_getvolume()
1054 off_t attribute_align_arg mpg123_framepos(mpg123_handle *mh) in mpg123_framepos()
H A Did3.c184 #define free_comment(mh) free_id3_text(&((mh)->id3v2.comment_list), &((mh)->id3v2.comments)) argument
185 #define free_text(mh) free_id3_text(&((mh)->id3v2.text), &((mh)->id3v2.texts)) argument
186 #define free_extra(mh) free_id3_text(&((mh)->id3v2.extra), &((mh)->id3v2.extras)) argument
187 #define free_picture(mh) free_id3_picture(&((mh)->id3v2.picture), &((mh)->id3v2.pictures)) argument
209 #define add_comment(mh, l, d) add_id3_text(&((mh)->id3v2.comment_list), &((mh)->id3v2.comments), NU… argument
210 #define add_text(mh, id) add_id3_text(&((mh)->id3v2.text), &((mh)->id3v2.texts), … argument
211 #define add_uslt(mh, l, d) add_id3_text(&((mh)->id3v2.text), &((mh)->id3v2.texts), … argument
212 #define add_extra(mh, d) add_id3_text(&((mh)->id3v2.extra), &((mh)->id3v2.extras), NU… argument
213 #define add_picture(mh, t, d) add_id3_picture(&((mh)->id3v2.picture), &((mh)->id3v2.pictures), t, d) argument
H A Dformat.c417 int attribute_align_arg mpg123_format_none(mpg123_handle *mh) in mpg123_format_none()
438 int attribute_align_arg mpg123_format_all(mpg123_handle *mh) in mpg123_format_all()
464 int attribute_align_arg mpg123_format2(mpg123_handle *mh, long rate, int channels, int encodings) in mpg123_format2()
475 int attribute_align_arg mpg123_format(mpg123_handle *mh, long rate, int channels, int encodings) in mpg123_format()
531 int attribute_align_arg mpg123_format_support(mpg123_handle *mh, long rate, int encoding) in mpg123_format_support()
H A Dreaders.c903 static int bad_init(mpg123_handle *mh) bugger_off in bad_init()
905 static ssize_t bad_fullread(mpg123_handle *mh, unsigned char *data, ssize_t count) bugger_off in bad_fullread()
1123 void open_bad(mpg123_handle *mh) in open_bad()
H A Doptimize.c1163 const char* attribute_align_arg mpg123_current_decoder(mpg123_handle *mh) in mpg123_current_decoder()
H A Dparse.c973 int attribute_align_arg mpg123_spf(mpg123_handle *mh) in mpg123_spf()
/reactos/sdk/include/reactos/libs/libmpg123/
H A Dgapless.h14 static off_t sample_adjust(mpg123_handle *mh, off_t x) in sample_adjust()
38 static off_t sample_unadjust(mpg123_handle *mh, off_t x) in sample_unadjust()
109 #define SAMPLE_ADJUST(mh,x) sample_adjust(mh,x) argument
110 #define SAMPLE_UNADJUST(mh,x) sample_unadjust(mh,x) argument
111 #define FRAME_BUFFERCHECK(mh) frame_buffercheck(mh) argument
115 #define SAMPLE_ADJUST(mh,x) (x) argument
116 #define SAMPLE_UNADJUST(mh,x) (x) argument
117 #define FRAME_BUFFERCHECK(mh) argument
/reactos/win32ss/gdi/gdi32/wine/
H A Dmetafile.c107 HMETAFILE MF_Create_HMETAFILE(METAHEADER *mh) in MF_Create_HMETAFILE()
141 METAHEADER *mh = free_gdi_handle( hmf ); in DeleteMetaFile() local
154 METAHEADER *mh; in MF_ReadMetaFile() local
196 METAHEADER *mh; in GetMetaFileA() local
219 METAHEADER *mh; in GetMetaFileW() local
243 static METAHEADER *MF_LoadDiskBasedMetaFile(METAHEADER *mh) in MF_LoadDiskBasedMetaFile()
291 METAHEADER *ret, *mh = GDI_GetObjPtr( hmf, OBJ_METAFILE ); in get_metafile_bits() local
325 METAHEADER *mh = get_metafile_bits( hSrcMetaFile ); in CopyMetaFileW() local
382 METAHEADER *mh = get_metafile_bits( hmf ); in PlayMetaFile() local
466 METAHEADER *mh = get_metafile_bits( hmf ); in EnumMetaFile() local
[all …]
H A Dmetadc.c48 METAHEADER *mh; /* Pointer to metafile header */ member
70 METAHEADER *mh; in metadc_write_record() local
H A Denhmetafile.c2803 METAHEADER *mh = (METAHEADER *)buf; in extract_emf_from_comment() local
/reactos/win32ss/gdi/gdi32/wine/mfdrv/
H A Dmetafiledrv.h36 METAHEADER *mh; /* Pointer to metafile header */ member
H A Dinit.c478 METAHEADER *mh; in MFDRV_WriteRecord() local
/reactos/dll/win32/winmm/midimap/
H A Dmidimap.c327 MIDIHDR mh; in modLongData() local
/reactos/dll/win32/winemp3.acm/
H A Dmpegl3.c132 mpg123_handle *mh; member
/reactos/modules/rostests/winetests/gdi32/
H A Dmetafile.c2157 METAHEADER *mh; in test_SetMetaFileBits() local
3378 METAHEADER *mh = NULL; in getwinmetafilebits() local
/reactos/win32ss/gdi/gdi32/include/
H A Dgdi32p.h101 METAHEADER mh; member
/reactos/dll/3rdparty/libtiff/
H A Dtif_ojpeg.c1030 uint8 mh; in OJPEGSubsamplingCorrect() local
/reactos/dll/win32/gdiplus/
H A Dimage.c4120 METAHEADER mh; in load_wmf() local