Home
last modified time | relevance | path

Searched refs:av_int2double (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsoxdec.c64 sample_rate = av_int2double(avio_rl64(pb)); in sox_read_header()
71 sample_rate = av_int2double(avio_rb64(pb)); in sox_read_header()
Dnuv.c175 aspect = av_int2double(avio_rl64(pb)); in nuv_header()
178 fps = av_int2double(avio_rl64(pb)); in nuv_header()
Drtmppkt.c93 *val = av_int2double(read); in ff_amf_read_number()
525 snprintf(dst, dst_size, "%g", av_int2double(bytestream2_get_be64(gb))); in amf_get_field_value2()
598 av_log(ctx, AV_LOG_DEBUG, " number %g\n", av_int2double(AV_RB64(data))); in amf_tag_contents()
Dflvdec.c459 d = av_int2double(avio_rb64(ioc)); in parse_keyframes_index()
518 num_val = av_int2double(avio_rb64(ioc)); in amf_parse_object()
582 date.milliseconds = av_int2double(avio_rb64(ioc)); in amf_parse_object()
Dcafdec.c73 st->codecpar->sample_rate = av_clipd(av_int2double(avio_rb64(pb)), 0, INT_MAX); in read_desc_chunk()
Dwtvdec.c421 time_t t = (av_int2double(value) - 25569.0) * 86400; in oledate_to_iso8601()
512 snprintf(buf, buf_size, "%f", av_int2double(num)); in get_tag()
Dmatroskadec.c1001 *num = av_int2double(avio_rb64(pb)); in ebml_read_float()
Dmov.c2198 st->codecpar->sample_rate = av_int2double(avio_rb64(pb)); in mov_parse_stsd_audio()
/third_party/ffmpeg/libavutil/
Dintfloat.h60 static av_always_inline double av_int2double(uint64_t i) in av_int2double() function
Dlibm.h72 return av_int2double((vx & UINT64_C(0x7fffffffffffffff)) | (vy & UINT64_C(0x8000000000000000))); in copysign()
373 return av_int2double(0x7ff0000000000000); in hypot()
/third_party/ffmpeg/libavcodec/
Dfitsdec.c84 CASE_N(-64, tdbl, av_int2double(AV_RB64(ptr8))); in fill_data_min_max()
291 CASE_GRAY(-64, dst16, uint16_t, tdbl, av_int2double(AV_RB64(ptr8))); in fits_decode_frame()
/third_party/ffmpeg/tests/
Dtiny_psnr.c130 return av_int2double(AV_RL64(p)); in get_f64l()