Home
last modified time | relevance | path

Searched refs:my_hv_fetch (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/p5-Image-Scale/Image-Scale-0.12/
H A DScale.xs49 image *im = (image *)SvPVX(SvRV(*(my_hv_fetch(self, "_image")))); in width()
60 image *im = (image *)SvPVX(SvRV(*(my_hv_fetch(self, "_image")))); in height()
71 image *im = (image *)SvPVX(SvRV(*(my_hv_fetch(self, "_image")))); in resized_width()
82 image *im = (image *)SvPVX(SvRV(*(my_hv_fetch(self, "_image")))); in resized_height()
93 image *im = (image *)SvPVX(SvRV(*(my_hv_fetch(self, "_image")))); in resize()
108 im->target_width = SvIV(*(my_hv_fetch(opts, "width"))); in resize()
111 im->target_height = SvIV(*(my_hv_fetch(opts, "height"))); in resize()
118 im->keep_aspect = SvIV(*(my_hv_fetch(opts, "keep_aspect"))); in resize()
121 if (SvIV(*(my_hv_fetch(opts, "ignore_exif"))) != 0) in resize()
132 im->resize_type = SvIV(*(my_hv_fetch(opts, "type"))); in resize()
[all …]
/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/src/
H A Dogg.c419 SV **entry = my_hv_fetch(tags, "ALLPICTURES"); in _parse_vorbis_comments()
472 SV **entry = my_hv_fetch(tags, "ALLPICTURES"); in _parse_vorbis_comments()
518 song_length_ms = SvIV( *(my_hv_fetch( info, "song_length_ms" )) ); in ogg_find_frame()
523 samplerate = SvIV( *(my_hv_fetch( info, "samplerate" )) ); in ogg_find_frame()
555 off_t audio_offset = SvIV( *(my_hv_fetch( info, "audio_offset" )) ); in _ogg_binary_search_sample()
556 off_t file_size = SvIV( *(my_hv_fetch( info, "file_size" )) ); in _ogg_binary_search_sample()
557 uint32_t serialno = SvIV( *(my_hv_fetch( info, "serial_number" )) ); in _ogg_binary_search_sample()
H A Dwav.c130 if ( !my_hv_fetch( info, "song_length_ms" ) ) { in _parse_wav()
131 bitrate = my_hv_fetch( info, "bitrate" ); in _parse_wav()
194 SV **samplerate = my_hv_fetch( info, "samplerate" ); in _parse_wav()
340 SV **entry = my_hv_fetch( info, "channels" ); in _parse_wav_peak()
H A Dmp4.c39 frame_offset = SvIV( *(my_hv_fetch(info, "seek_offset") ) ); in mp4_find_frame()
95 samplerate = SvIV( *( my_hv_fetch( info, "samplerate" ) ) ); in mp4_find_frame_return_info()
357 chunk_offset = SvIV( *( my_hv_fetch(info, "audio_offset") ) ); in mp4_find_frame_return_info()
511 SV **entry = my_hv_fetch(info, "song_length_ms"); in _mp4_parse()
513 SV **audio_offset = my_hv_fetch(info, "audio_offset"); in _mp4_parse()
1047 AV *tracks = (AV *)SvRV( *(my_hv_fetch(mp4->info, "tracks")) ); in _mp4_parse_tkhd()
1054 uint32_t timescale = SvIV( *(my_hv_fetch(mp4->info, "mv_timescale")) ); in _mp4_parse_tkhd()
1307 avg_bitrate += SvIV(*(my_hv_fetch(mp4->info, "avg_bitrate"))); in _mp4_parse_esds()
1823 SV **entry = my_hv_fetch( mp4->tags, (char *)ckey ); in _mp4_parse_ilst_data()
1916 SV **entry = my_hv_fetch(mp4->info, "tracks"); in _mp4_get_current_trackinfo()
[all …]
H A Dopus.c361 song_length_ms = SvIV( *(my_hv_fetch( info, "song_length_ms" )) ); in opus_find_frame()
366 samplerate = SvIV( *(my_hv_fetch( info, "samplerate" )) ); in opus_find_frame()
H A Dasf.c943 SV **entry = my_hv_fetch( asf->info, "mutex_list" ); in _parse_advanced_mutual_exclusion()
1172 SV **entry = my_hv_fetch( info, "streams" ); in _store_stream_info()
1189 sn = my_hv_fetch( streaminfo, "stream_number" ); in _store_stream_info()
1221 SV **entry = my_hv_fetch( tags, SvPVX(key) ); in _store_tag()
1521 min_packet_size = SvIV( *(my_hv_fetch(info, "min_packet_size")) ); in asf_find_frame()
1522 max_packet_size = SvIV( *(my_hv_fetch(info, "max_packet_size")) ); in asf_find_frame()
1531 song_length_ms = SvIV( *(my_hv_fetch( info, "song_length_ms" )) ); in asf_find_frame()
H A Dflac.c214 song_length_ms = SvIV( *( my_hv_fetch(info, "song_length_ms") ) ); in _flac_parse()
732 SV **entry = my_hv_fetch(flac->tags, "APPLICATION"); in _flac_parse_application()
913 SV **entry = my_hv_fetch(flac->tags, "ALLPICTURES"); in _flac_parse_picture()
H A Dcommon.c138 SV **entry = my_hv_fetch(tags, key);
H A Dape.c243 int audio_size = SvIV(*(my_hv_fetch(tag->info, "audio_size"))); in _ape_get_tag_info()
H A Dwavpack.c263 SV **samplerate = my_hv_fetch( wvp->info, "samplerate" ); in _wavpack_parse_block()
H A Did3.c317 SV **entry = my_hv_fetch(id3->info, "id3_version"); in _id3_parse_v2()
1252 SV **entry = my_hv_fetch( id3->tags, id ); in _id3_set_array_tag()
H A Dmp3.c130 int audio_size = SvIV(*(my_hv_fetch(info, "audio_size"))); in _has_ape()
/dports/graphics/p5-Image-Scale/Image-Scale-0.12/src/
H A Dimage.c47 SV *path = *(my_hv_fetch(self, "file")); in image_gif_read_buf()
49 im->fh = IoIFP(sv_2io(*(my_hv_fetch(self, "_fh")))); in image_gif_read_buf()
56 im->sv_data = *(my_hv_fetch(self, "data")); in image_gif_read_buf()
105 im->image_offset = SvIV(*(my_hv_fetch(self, "offset"))); in image_gif_read_buf()
111 im->image_length = SvIV(*(my_hv_fetch(self, "length"))); in image_gif_read_buf()
/dports/audio/p5-Audio-FLAC-Header/Audio-FLAC-Header-2.4/
H A DHeader.xs46 #define my_hv_fetch(a,b) hv_fetch(a,b,strlen(b),0) macro
318 allpicturesContainer = (AV *) SvRV(*my_hv_fetch(self, "allpictures")); in _read_metadata()
540 totalSeconds = (float)SvIV(*(my_hv_fetch(self, "trackTotalLengthSeconds")));
572 HV *tags = (HV *) SvRV(*(my_hv_fetch(self, "tags")));
574 char *path = (char *) SvPV_nolen(*(my_hv_fetch(self, "filename")));
/dports/devel/p5-Thrift-XS/Thrift-XS-1.04/src/
H A Dcommon.h33 #define my_hv_fetch(a,b) hv_fetch(a,b,strlen(b),0) macro
/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/include/
H A Dcommon.h59 #define my_hv_fetch(a,b) hv_fetch(a,b,strlen(b),0) macro
/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/
H A DScan.xs137 audio_offset = SvIV(*(my_hv_fetch(info, "audio_offset")));
138 audio_size = SvIV(*(my_hv_fetch(info, "audio_size")));
/dports/graphics/p5-Image-Scale/Image-Scale-0.12/include/
H A Dcommon.h41 #define my_hv_fetch(a,b) hv_fetch(a,b,strlen(b),0) macro