Home
last modified time | relevance | path

Searched refs:my_hv_store (Results 1 – 23 of 23) sorted by relevance

/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/src/
H A Daac.c33 my_hv_store( info, "file_size", newSVuv(file_size) ); in get_aacinfo()
93 my_hv_store( info, "audio_offset", newSVuv(audio_offset) ); in get_aacinfo()
94 my_hv_store( info, "audio_size", newSVuv(file_size - audio_offset) ); in get_aacinfo()
219 my_hv_store( info, "dlna_profile", newSVpv("AAC_ADTS_192", 0) ); in aac_parse_adts()
225 my_hv_store( info, "dlna_profile", newSVpv("AAC_ADTS_320", 0) ); in aac_parse_adts()
231 my_hv_store( info, "dlna_profile", newSVpv("AAC_ADTS", 0) ); in aac_parse_adts()
247 my_hv_store( info, "bitrate", newSVuv(bitrate * 1000) ); in aac_parse_adts()
248 my_hv_store( info, "song_length_ms", newSVuv(length * 1000) ); in aac_parse_adts()
249 my_hv_store( info, "samplerate", newSVuv(samplerate) ); in aac_parse_adts()
250 my_hv_store( info, "profile", newSVpv( aac_profiles[profile], 0 ) ); in aac_parse_adts()
[all …]
H A Dwav.c51 my_hv_store( info, "file_size", newSVuv(file_size) ); in get_wav_metadata()
68 my_hv_store( info, "file_size", newSVuv(file_size) ); in get_wav_metadata()
126 my_hv_store( info, "audio_offset", newSVuv(offset) ); in _parse_wav()
127 my_hv_store( info, "audio_size", newSVuv(chunk_size) ); in _parse_wav()
234 my_hv_store( info, "format", newSVuv(format) ); in _parse_wav_fmt()
237 my_hv_store( info, "channels", newSVuv(channels) ); in _parse_wav_fmt()
240 my_hv_store( info, "samplerate", newSVuv(samplerate) ); in _parse_wav_fmt()
245 my_hv_store( info, "bits_per_sample", newSVuv(bps) ); in _parse_wav_fmt()
357 my_hv_store( info, "peak", newRV_noinc( (SV *)peaklist ) ); in _parse_wav_peak()
472 my_hv_store( info, "channels", newSVuv(channels) ); in _parse_aiff_comm()
[all …]
H A Dogg.c66 my_hv_store( info, "file_size", newSVuv(file_size) ); in _ogg_parse()
241 my_hv_store( info, "channels", newSViv(channels) ); in _ogg_parse()
245 my_hv_store( info, "samplerate", newSViv(samplerate) ); in _ogg_parse()
275 my_hv_store( info, "audio_size", newSVuv(audio_size) ); in _ogg_parse()
277 my_hv_store( info, "serial_number", newSVuv(serialno) ); in _ogg_parse()
337 my_hv_store( info, "song_length_ms", newSVuv(length) ); in _ogg_parse()
372 my_hv_store( tags, "VENDOR", vendor ); in _parse_vorbis_comments()
448 my_hv_store( picture, "color_index", newSVuv(0) ); in _parse_vorbis_comments()
449 my_hv_store( picture, "depth", newSVuv(0) ); in _parse_vorbis_comments()
451 my_hv_store( picture, "height", newSVuv(0) ); in _parse_vorbis_comments()
[all …]
H A Dwavpack.c51 my_hv_store( info, "file_size", newSVuv(wvp->file_size) ); in _wavpack_parse()
94 my_hv_store( info, "audio_offset", newSVuv(wvp->audio_offset) ); in _wavpack_parse()
166 my_hv_store( wvp->info, "samplerate", newSVuv(44100) ); in _wavpack_parse_block()
286 my_hv_store( wvp->info, "samplerate", newSVuv(samplerate) ); in _wavpack_parse_sample_rate()
304 my_hv_store( wvp->info, "channels", newSVuv(channels) ); in _wavpack_parse_channel_info()
323 my_hv_store( wvp->info, "samplerate", newSVuv(samplerate) ); in _wavpack_parse_dsd_block()
324 my_hv_store( wvp->info, "bits_per_sample", newSVuv(1) ); in _wavpack_parse_dsd_block()
500 my_hv_store( wvp->info, "encoder_version", newSVuv(wphdr.version) ); in _wavpack_parse_old()
502 my_hv_store( wvp->info, "channels", newSVuv(wavhdr.NumChannels) ); in _wavpack_parse_old()
503 my_hv_store( wvp->info, "samplerate", newSVuv(wavhdr.SampleRate) ); in _wavpack_parse_old()
[all …]
H A Dmp4.c429 my_hv_store( info, "seek_offset", newSVuv(file_offset) ); in mp4_find_frame_return_info()
430 my_hv_store( info, "seek_header", mp4->seekhdr ); in mp4_find_frame_return_info()
458 my_hv_store( info, "seek_offset", newSViv(-1) ); in mp4_find_frame_return_info()
494 my_hv_store( info, "file_size", newSVuv(file_size) ); in _mp4_parse()
956 my_hv_store( mp4->info, "audio_size", newSVuv(size) ); in _mp4_read_box()
1072 my_hv_store( trackinfo, "id", newSVuv(id) ); in _mp4_parse_tkhd()
1085 my_hv_store( trackinfo, "id", newSVuv(id) ); in _mp4_parse_tkhd()
1103 my_hv_store( trackinfo, "width", newSVnv(width) ); in _mp4_parse_tkhd()
1109 my_hv_store( trackinfo, "height", newSVnv(height) ); in _mp4_parse_tkhd()
1200 my_hv_store( trackinfo, "handler_name", handler_name ); in _mp4_parse_hdlr()
[all …]
H A Ddsf.c42 my_hv_store( info, "file_size", newSVuv(file_size) ); in get_dsf_metadata()
96 my_hv_store( info, "audio_offset", newSVuv( 28 + 52 + 12 ) ); in get_dsf_metadata()
97 my_hv_store( info, "audio_size", newSVuv(sample_bytes) ); in get_dsf_metadata()
98 my_hv_store( info, "samplerate", newSVuv(sampling_frequency) ); in get_dsf_metadata()
99 my_hv_store( info, "song_length_ms", newSVuv(song_length_ms) ); in get_dsf_metadata()
100 my_hv_store( info, "channels", newSVuv(channel_num) ); in get_dsf_metadata()
101 my_hv_store( info, "bits_per_sample", newSVuv(1) ); in get_dsf_metadata()
102 my_hv_store( info, "block_size_per_channel", newSVuv(block_size_per_channel) ); in get_dsf_metadata()
103 my_hv_store( info, "bitrate", newSVuv( _bitrate(file_size - (28 + 52 + 12), song_length_ms) ) ); in get_dsf_metadata()
H A Dmp3.c602 my_hv_store( info, "file_size", newSVuv(mp3->file_size) ); in _mp3_parse()
801 my_hv_store( info, "song_length_ms", newSVuv(song_length_ms) ); in _mp3_parse()
802 my_hv_store( info, "layer", newSVuv(frame.layerID) ); in _mp3_parse()
805 my_hv_store( info, "padding", newSVuv(frame.padding) ); in _mp3_parse()
806 my_hv_store( info, "audio_size", newSVuv(mp3->audio_size) ); in _mp3_parse()
807 my_hv_store( info, "audio_offset", newSVuv(mp3->audio_offset) ); in _mp3_parse()
808 my_hv_store( info, "bitrate", newSVuv( mp3->bitrate * 1000 ) ); in _mp3_parse()
809 my_hv_store( info, "samplerate", newSVuv( frame.samplerate ) ); in _mp3_parse()
892 my_hv_store( info, "vbr", newSViv(1) ); in _mp3_parse()
897 my_hv_store( info, "dlna_profile", newSVpvn( "MP3X", 4 ) ); in _mp3_parse()
[all …]
H A Dopus.c68 my_hv_store( info, "file_size", newSVuv(file_size) ); in _opus_parse()
229 my_hv_store( info, "version", newSViv( opushdr[0] ) ); in _opus_parse()
232 my_hv_store( info, "channels", newSViv(channels) ); in _opus_parse()
233 my_hv_store( info, "stereo", newSViv( channels == 2 ? 1 : 0 ) ); in _opus_parse()
236 my_hv_store( info, "preskip", newSViv(preskip) ); in _opus_parse()
238 my_hv_store( info, "samplerate", newSViv(48000) ); in _opus_parse()
242 my_hv_store( info, "input_samplerate", newSViv(input_samplerate) ); in _opus_parse()
260 my_hv_store( info, "audio_offset", newSViv(audio_offset) ); in _opus_parse()
263 my_hv_store( info, "audio_size", newSVuv(audio_size) ); in _opus_parse()
265 my_hv_store( info, "serial_number", newSVuv(serialno) ); in _opus_parse()
[all …]
H A Dmac.c149 my_hv_store(info, "samplerate", newSViv(si->sample_rate)); in get_macfileinfo()
150 my_hv_store(info, "channels", newSViv(si->channels)); in get_macfileinfo()
151 my_hv_store(info, "song_length_ms", newSVuv(total_ms)); in get_macfileinfo()
152my_hv_store(info, "bitrate", newSVuv( _bitrate(si->file_size - si->audio_start_offset, total_ms) )… in get_macfileinfo()
154 my_hv_store(info, "file_size", newSVnv(si->file_size)); in get_macfileinfo()
155 my_hv_store(info, "audio_offset", newSVuv(si->audio_start_offset)); in get_macfileinfo()
156 my_hv_store(info, "audio_size", newSVuv(si->file_size - si->audio_start_offset)); in get_macfileinfo()
157 my_hv_store(info, "compression", newSVpv(si->compression, 0)); in get_macfileinfo()
158 my_hv_store(info, "version", newSVpvf( "%0.2f", si->version * 1.0 / 1000 ) ); in get_macfileinfo()
H A Dmpc.c336 my_hv_store(info, "stream_version", newSVuv(si->stream_version)); in get_mpcfileinfo()
337 my_hv_store(info, "samplerate", newSViv(si->sample_freq)); in get_mpcfileinfo()
338 my_hv_store(info, "channels", newSViv(si->channels)); in get_mpcfileinfo()
339 my_hv_store(info, "song_length_ms", newSVuv(total_seconds * 1000)); in get_mpcfileinfo()
340my_hv_store(info, "bitrate", newSVuv(8 * (double)(si->total_file_length - si->tag_offset) / total_… in get_mpcfileinfo()
342 my_hv_store(info, "audio_offset", newSVuv(si->tag_offset)); in get_mpcfileinfo()
343 my_hv_store(info, "audio_size", newSVuv(si->total_file_length - si->tag_offset)); in get_mpcfileinfo()
344 my_hv_store(info, "file_size", newSVuv(si->total_file_length)); in get_mpcfileinfo()
345 my_hv_store(info, "encoder", newSVpv(si->encoder, 0)); in get_mpcfileinfo()
348 my_hv_store(info, "profile", newSVpv(si->profile_name, 0)); in get_mpcfileinfo()
[all …]
H A Dcommon.c147 my_hv_store(tags, key, newRV_noinc((SV*)ref));
155 my_hv_store(tags, key, value);
294 my_hv_store( picture, "picture_type", newSVuv( buffer_get_int(buf) ) );
304 my_hv_store( picture, "mime_type", newSVpvn( buffer_ptr(buf), mime_length ) );
317 my_hv_store( picture, "description", desc );
320 my_hv_store( picture, "width", newSVuv( buffer_get_int(buf) ) );
321 my_hv_store( picture, "height", newSVuv( buffer_get_int(buf) ) );
322 my_hv_store( picture, "depth", newSVuv( buffer_get_int(buf) ) );
323 my_hv_store( picture, "color_index", newSVuv( buffer_get_int(buf) ) );
329 my_hv_store( picture, "image_data", newSVuv(*pic_length) );
[all …]
H A Did3.c117 my_hv_store( id3->tags, ID3_FRAME_TITLE, tmp ); in _id3_parse_v1()
130 my_hv_store( id3->tags, ID3_FRAME_ARTIST, tmp ); in _id3_parse_v1()
144 my_hv_store( id3->tags, ID3_FRAME_ALBUM, tmp ); in _id3_parse_v1()
158 my_hv_store( id3->tags, ID3_FRAME_YEAR, tmp ); in _id3_parse_v1()
324 my_hv_store( id3->info, "id3_version", version ); in _id3_parse_v2()
903 my_hv_store( id3->tags, id, av_shift(genres) ); in _id3_parse_v2_frame_data()
927 my_hv_store( id3->tags, id, value ); in _id3_parse_v2_frame_data()
954 my_hv_store( id3->tags, id, av_shift(array) ); in _id3_parse_v2_frame_data()
962 my_hv_store( id3->tags, id, value ); in _id3_parse_v2_frame_data()
1569 my_hv_store( lyric, "text", value ); in _id3_parse_sylt()
[all …]
H A Dasf.c386 my_hv_store( in _parse_file_properties()
425 my_hv_store( asf->info, "preroll", newSViv(preroll) ); in _parse_file_properties()
427 my_hv_store( asf->info, "seekable", newSViv(seekable) ); in _parse_file_properties()
995 my_hv_store( codec_info, "name", name ); in _parse_codec_list()
999 my_hv_store( asf->info, "lossless", newSVuv(1) ); in _parse_codec_list()
1007 my_hv_store( codec_info, "description", desc ); in _parse_codec_list()
1379 my_hv_store( asf->info, "drm_data", value ); in _parse_extended_content_encryption()
1427 my_hv_store( command, "command", value ); in _parse_script_command()
1430 my_hv_store( command, "time", newSVuv(pres_time) ); in _parse_script_command()
1467 my_hv_store( picture, "mime_type", mime ); in _parse_picture()
[all …]
H A Ddsdiff.c168 my_hv_store( info, "file_size", newSVuv(file_size) ); in get_dsdiff_metadata()
228 my_hv_store( info, "audio_offset", newSVuv(dsdiff.audio_offset) ); in get_dsdiff_metadata()
229 my_hv_store( info, "audio_size", newSVuv(dsdiff.sample_count / 8 * dsdiff.channel_num) ); in get_dsdiff_metadata()
230 my_hv_store( info, "samplerate", newSVuv(dsdiff.sampling_frequency) ); in get_dsdiff_metadata()
231 my_hv_store( info, "song_length_ms", newSVuv(song_length_ms) ); in get_dsdiff_metadata()
232 my_hv_store( info, "channels", newSVuv(dsdiff.channel_num) ); in get_dsdiff_metadata()
233 my_hv_store( info, "bits_per_sample", newSVuv(1) ); in get_dsdiff_metadata()
234my_hv_store( info, "bitrate", newSVuv( _bitrate(file_size - dsdiff.audio_offset, song_length_ms) )… in get_dsdiff_metadata()
237 my_hv_store( info, "tag_diar_artist", newSVpv(dsdiff.tag_diar_artist, 0) ); in get_dsdiff_metadata()
242 my_hv_store( info, "tag_diti_title", newSVpv(dsdiff.tag_diti_title, 0) ); in get_dsdiff_metadata()
H A Dflac.c240 my_hv_store( info, "song_length_ms", newSVuv(song_length_ms) ); in _flac_parse()
254 my_hv_store( info, "file_size", newSVuv(flac->file_size) ); in _flac_parse()
255 my_hv_store( info, "audio_offset", newSVuv(flac->audio_offset) ); in _flac_parse()
703 my_hv_store( flac->info, "samplerate", newSVuv(flac->samplerate) ); in _flac_parse_streaminfo()
704 my_hv_store( flac->info, "channels", newSVuv(flac->channels) ); in _flac_parse_streaminfo()
706 my_hv_store( flac->info, "total_samples", newSVnv(flac->total_samples) ); in _flac_parse_streaminfo()
715 my_hv_store(flac->info, "audio_md5", md5); in _flac_parse_streaminfo()
719 my_hv_store( flac->info, "song_length_ms", newSVuv(song_length_ms) ); in _flac_parse_streaminfo()
743 my_hv_store( flac->tags, "APPLICATION", newRV_noinc( (SV *)app ) ); in _flac_parse_application()
883 my_hv_store( flac->tags, "CUESHEET_BLOCK", newRV_noinc( (SV *)cue ) ); in _flac_parse_cuesheet()
[all …]
H A Dape.c169 my_hv_store( tag->info, "ape_version", newSVpvf( "APEv%d", tag->version ) ); in _ape_get_tag_info()
247 my_hv_store(tag->info, "audio_size", newSVuv(audio_size - tag->size - lyrics_size)); in _ape_get_tag_info()
329 my_hv_store( tag->tags, "COVER ART (FRONT)_offset", newSVuv(tag->offset + val_length + 1) ); in _ape_parse_field()
414 my_hv_store(tag->tags, upcase(SvPVX(key)), value); in _ape_parse_field()
/dports/audio/p5-Audio-FLAC-Header/Audio-FLAC-Header-2.4/
H A DHeader.xs44 #define my_hv_store(a,b,c) (void)hv_store(a,b,strlen(b),c,0) macro
94 my_hv_store(info, "MD5CHECKSUM", md5); in _read_metadata()
97 my_hv_store(self, "info", newRV_noinc((SV*) info)); in _read_metadata()
146 my_hv_store(self, "application", newRV_noinc((SV*) app)); in _read_metadata()
204 my_hv_store(self, "tags", newRV_noinc((SV*) tags)); in _read_metadata()
205 my_hv_store(self, "rawTags", newRV_noinc((SV*) rawTagArray)); in _read_metadata()
287 my_hv_store(self, "cuesheet", newRV_noinc((SV*) cueArray)); in _read_metadata()
452 my_hv_store(self, "tags", newRV_noinc((SV*) newHV()));
537 my_hv_store(self, "startAudioData", newSVnv(len));
544 my_hv_store(self, "fileSize", newSViv(st.st_size));
[all …]
/dports/security/matrixssl/Crypt-MatrixSSL3-3.3.0.1/
H A DMatrixSSL3.xs91 my_hv_store(subject, "country", in appCertValidator()
94 my_hv_store(subject, "state", in appCertValidator()
97 my_hv_store(subject, "locality", in appCertValidator()
103 my_hv_store(subject, "orgUnit", in appCertValidator()
106 my_hv_store(subject, "commonName", in appCertValidator()
111 my_hv_store(issuer, "country", in appCertValidator()
114 my_hv_store(issuer, "state", in appCertValidator()
117 my_hv_store(issuer, "locality", in appCertValidator()
123 my_hv_store(issuer, "orgUnit", in appCertValidator()
126 my_hv_store(issuer, "commonName", in appCertValidator()
[all …]
/dports/devel/p5-Thrift-XS/Thrift-XS-1.04/src/
H A Dcommon.h31 #define my_hv_store(a,b,c) hv_store(a,b,strlen(b),c,0) macro
40 my_hv_store(exception, "message", newSVpv(message, 0)); \
41 my_hv_store(exception, "code", newSViv(0)); \
48 my_hv_store(exception, "message", message); \
49 my_hv_store(exception, "code", newSViv(0)); \
/dports/www/p5-CGI-SpeedyCGI/CGI-SpeedyCGI-2.22/src/
H A Dspeedy_perl.c85 #define my_hv_store(hash, key, klen, val) \ macro
501 my_hv_store(cwd_hash, key, key_len, sv); in cwd_new()
646 my_hv_store(PERLVAL_ENV, buf, i, sv); in onerun()
886 my_hv_store(PERLVAL_OPTS, o->name, o->name_len, sv); in speedy_xs_init()
/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/include/
H A Dcommon.h57 #define my_hv_store(a,b,c) hv_store(a,b,strlen(b),c,0) macro
/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/
H A DScan.xs177 my_hv_store(info, "audio_md5", newSVpvn(hexdigest, 32));
256 my_hv_store(info, "jenkins_hash", newSVuv( _generate_hash(SvPVX(path)) ));
/dports/graphics/p5-Image-Scale/Image-Scale-0.12/include/
H A Dcommon.h39 #define my_hv_store(a,b,c) hv_store(a,b,strlen(b),c,0) macro