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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dthp.c60 ThpDemuxContext *thp = s->priv_data; local
67 thp->version = avio_rb32(pb);
72 thp->fps = av_d2q(av_int2float(avio_rb32(pb)), INT_MAX);
73 thp->framecnt = avio_rb32(pb);
74 thp->first_framesz = avio_rb32(pb);
77 thp->compoff = avio_rb32(pb);
79 thp->first_frame = avio_rb32(pb);
80 thp->last_frame = avio_rb32(pb);
82 thp->next_framesz = thp
144 ThpDemuxContext *thp = s->priv_data; local
[all...]
H A Doggparsetheora.c44 struct theora_params *thp = os->private; local
51 if(!thp){
52 thp = av_mallocz(sizeof(*thp));
53 os->private = thp;
64 thp->version = get_bits_long(&gb, 24);
65 if (thp->version < 0x030100)
68 "Too old or unsupported Theora (%x)\n", thp->version);
76 if (thp->version >= 0x030400)
79 if (thp
132 struct theora_params *thp = os->private; local
[all...]
H A Dallformats.c213 REGISTER_DEMUXER (THP, thp);
H A DMakefile289 OBJS-$(CONFIG_THP_DEMUXER) += thp.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dthp.c64 ThpDemuxContext *thp = s->priv_data; local
72 thp->version = avio_rb32(pb);
77 thp->fps = av_d2q(av_int2float(avio_rb32(pb)), INT_MAX);
78 thp->framecnt = avio_rb32(pb);
79 thp->first_framesz = avio_rb32(pb);
84 thp->compoff = avio_rb32(pb);
86 thp->first_frame = avio_rb32(pb);
87 thp->last_frame = avio_rb32(pb);
89 thp->next_framesz = thp
152 ThpDemuxContext *thp = s->priv_data; local
[all...]
H A Doggparsetheora.c43 TheoraParams *thp = os->private; local
51 if (!thp) {
52 thp = av_mallocz(sizeof(*thp));
53 if (!thp)
55 os->private = thp;
68 thp->version = get_bits_long(&gb, 24);
69 if (thp->version < 0x030100) {
71 "Too old or unsupported Theora (%x)\n", thp->version);
78 if (thp
150 TheoraParams *thp = os->private; local
[all...]
H A Dallformats.c289 REGISTER_DEMUXER (THP, thp);
H A DMakefile407 OBJS-$(CONFIG_THP_DEMUXER) += thp.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dslhc.c489 register struct tcphdr *thp; local
522 thp = &cs->cs_tcp;
525 thp->check = *(__sum16 *)cp;
528 thp->psh = (changes & TCP_PUSH_BIT) ? 1 : 0;
535 hdrlen = ip->ihl * 4 + thp->doff * 4;
542 thp->ack_seq = htonl( ntohl(thp->ack_seq) + i);
543 thp->seq = htonl( ntohl(thp->seq) + i);
548 thp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dadpcm.mak37 FATE_ADPCM += fate-adpcm-thp
38 fate-adpcm-thp: CMD = framecrc -idct simple -i $(SAMPLES)/thp/pikmin2-opening1-partial.thp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dadpcm.mak82 FATE_ADPCM-$(call DEMDEC, THP, ADPCM_THP) += fate-adpcm-thp
83 fate-adpcm-thp: CMD = framecrc -i $(TARGET_SAMPLES)/thp/pikmin2-opening1-partial.thp -vn
H A Dvideo.mak247 FATE_VIDEO-$(call DEMDEC, THP, THP) += fate-thp
248 fate-thp: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/thp/pikmin2-opening1-partial.thp -an
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-octeon.c453 int thp = 0x18, mdiv = 2, ndiv = 0, delta_hz = 1000000; local
464 * two closest thp values.
480 thp = thp_idx;
487 octeon_i2c_write_sw(i2c, SW_TWSI_OP_TWSI_CLK, thp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dmusycc.h80 VINT32 thp[32]; /* Transmit Head Pointer [5-29] */ member in struct:musycc_groupr
H A Dmusycc.c348 /* Set TX thp to the next unprocessed md */
381 ch->up->regram->thp[ch->gchan] = cpu_to_le32 (OS_vtophys (md));
394 pr_info("++ musycc_update_tx_thp[%d]: setting thp = %p, sts %x\n", ch->channum, md, md->status);
462 /* find next unprocessed message, then set TX thp to it */
508 /* 2.6 - find next unprocessed message, then set TX thp to it */
1649 pi->regram->thp[gchan] = 0;
H A Dpmcc4_drv.c1461 pi->regram->thp[gchan] = tmp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dallcodecs.c196 REGISTER_DECODER (THP, thp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dallcodecs.c267 REGISTER_DECODER(THP, thp);

Completed in 308 milliseconds