Searched refs:time_scale (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Disom.h111 int time_scale; member in struct:MOVStreamContext
132 int time_scale; member in struct:MOVContext
H A Dmatroskadec.c143 double time_scale; member in struct:__anon2188
224 uint64_t time_scale; member in struct:__anon2198
281 { MATROSKA_ID_TIMECODESCALE, EBML_UINT, 0, offsetof(MatroskaDemuxContext,time_scale), {.u=1000000} },
345 { MATROSKA_ID_TRACKTIMECODESCALE, EBML_FLOAT,0, offsetof(MatroskaTrack,time_scale), {.f=1.0} },
1040 int sc = matroska->time_scale * pkt->pts / 10000000;
1041 int ec = matroska->time_scale * end_pts / 10000000;
1236 && index[0].time > 1E14/matroska->time_scale) {
1238 index_scale = matroska->time_scale;
1314 if (!matroska->time_scale)
1315 matroska->time_scale
[all...]
H A Dmov.c754 sc->time_scale = avio_rb32(pb);
779 c->time_scale = avio_rb32(pb); /* time scale */
781 av_dlog(c->fc, "time scale = %i\n", c->time_scale);
1356 if (st->codec->codec_type==AVMEDIA_TYPE_AUDIO && st->codec->sample_rate==0 && sc->time_scale>1)
1357 st->codec->sample_rate= sc->time_scale;
1705 if (sc->time_offset && mov->time_scale > 0) {
1707 sc->time_offset = av_rescale(sc->time_offset, sc->time_scale, mov->time_scale);
1789 st->codec->bit_rate = stream_size*8*sc->time_scale/st->duration;
1947 if (sc->time_scale <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Disom.h120 int time_scale; member in struct:MOVStreamContext
156 int time_scale; member in struct:MOVContext
H A Dmatroskadec.c172 double time_scale; member in struct:__anon3539
262 uint64_t time_scale; member in struct:__anon3550
326 { MATROSKA_ID_TIMECODESCALE, EBML_UINT, 0, offsetof(MatroskaDemuxContext, time_scale), { .u = 1000000 } },
419 { MATROSKA_ID_TRACKTIMECODESCALE, EBML_FLOAT, 0, offsetof(MatroskaTrack, time_scale), { .f = 1.0 } },
1305 int sc = matroska->time_scale * pkt->pts / 10000000;
1306 int ec = matroska->time_scale * end_pts / 10000000;
1509 index[0].time > 1E14 / matroska->time_scale) {
1511 index_scale = matroska->time_scale;
1864 avio_wl32(&b, av_rescale((matroska->duration * matroska->time_scale),
1927 if (track->time_scale < 0.0
[all...]
H A Dmov.c816 if (sc->time_scale) {
836 sc->time_scale = avio_rb32(pb);
861 c->time_scale = avio_rb32(pb); /* time scale */
863 av_dlog(c->fc, "time scale = %i\n", c->time_scale);
868 if (c->time_scale > 0 && !c->trex_data)
869 c->fc->duration = av_rescale(c->duration, AV_TIME_BASE, c->time_scale);
1546 !st->codec->sample_rate && sc->time_scale > 1)
1547 st->codec->sample_rate = sc->time_scale;
2115 if ((sc->empty_duration || sc->start_time) && mov->time_scale > 0) {
2117 sc->empty_duration = av_rescale(sc->empty_duration, sc->time_scale, mo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_ps.c215 sps->time_scale = get_bits_long(&h->gb, 32);
216 if (!sps->num_units_in_tick || !sps->time_scale) {
218 "time_scale/num_units_in_tick invalid or unsupported (%"PRIu32"/%"PRIu32")\n",
219 sps->time_scale, sps->num_units_in_tick);
563 sps->timing_info_present_flag ? sps->time_scale : 0,
H A Dh264.h210 uint32_t time_scale; member in struct:SPS
H A Dh264_slice.c1158 int64_t den = h->sps.time_scale;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_ps.c203 sps->time_scale = get_bits_long(&s->gb, 32);
204 if(!sps->num_units_in_tick || !sps->time_scale){
205 av_log(h->s.avctx, AV_LOG_ERROR, "time_scale/num_units_in_tick invalid or unsupported (%d/%d)\n", sps->time_scale, sps->num_units_in_tick);
462 sps->timing_info_present_flag ? sps->time_scale : 0
H A Dh264.h187 uint32_t time_scale; member in struct:SPS
H A Dh264.c2764 int64_t den= h->sps.time_scale;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpi_internal.h864 u32 time_scale; member in union:hpi_stream_msg::__anon19096
H A Dhpifunc.c995 u32 h_outstream, u32 time_scale)
1004 hm.u.d.u.time_scale = time_scale;
994 hpi_outstream_set_time_scale(const struct hpi_hsubsys *ph_subsys, u32 h_outstream, u32 time_scale) argument

Completed in 117 milliseconds