Home
last modified time | relevance | path

Searched refs:thp (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dthp.c65 ThpDemuxContext *thp = s->priv_data; in thp_read_header() local
74 thp->version = avio_rb32(pb); in thp_read_header()
79 thp->fps = av_d2q(av_int2float(avio_rb32(pb)), INT_MAX); in thp_read_header()
80 if (thp->fps.den <= 0 || thp->fps.num < 0) in thp_read_header()
82 thp->framecnt = avio_rb32(pb); in thp_read_header()
83 thp->first_framesz = avio_rb32(pb); in thp_read_header()
89 thp->compoff = avio_rb32(pb); in thp_read_header()
91 thp->first_frame = avio_rb32(pb); in thp_read_header()
92 thp in thp_read_header()
165 ThpDemuxContext *thp = s->priv_data; thp_read_packet() local
[all...]
H A Doggparsetheora.c43 TheoraParams *thp = os->private; in theora_header() local
51 if (!thp) { in theora_header()
52 thp = av_mallocz(sizeof(*thp)); in theora_header()
53 if (!thp) in theora_header()
55 os->private = thp; in theora_header()
68 thp->version = get_bits(&gb, 24); in theora_header()
69 if (thp->version < 0x030100) { in theora_header()
71 "Too old or unsupported Theora (%x)\n", thp->version); in theora_header()
78 if (thp in theora_header()
150 TheoraParams *thp = os->private; theora_gptopts() local
[all...]
H A DMakefile564 OBJS-$(CONFIG_THP_DEMUXER) += thp.o
/third_party/ffmpeg/tests/fate/
H A Dadpcm.mak85 FATE_ADPCM-$(call DEMDEC, THP, ADPCM_THP) += fate-adpcm-thp
86 fate-adpcm-thp: CMD = framecrc -i $(TARGET_SAMPLES)/thp/pikmin2-opening1-partial.thp -vn -af aresample
H A Dvideo.mak312 FATE_VIDEO-$(call FRAMECRC, THP, THP) += fate-thp
313 fate-thp: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/thp/pikmin2-opening1-partial.thp -an

Completed in 4 milliseconds