Searched refs:frame_offset (Results 1 - 25 of 27) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Danalyze.h28 void flac__analyze_frame(const FLAC__Frame *frame, unsigned frame_number, FLAC__uint64 frame_offset, unsigned frame_bytes, analysis_options aopts, FILE *fout);
H A Danalyze.c61 void flac__analyze_frame(const FLAC__Frame *frame, unsigned frame_number, FLAC__uint64 frame_offset, unsigned frame_bytes, analysis_options aopts, FILE *fout) argument
70 fprintf(fout, "frame=%u\toffset=%I64u\tbits=%u\tblocksize=%u\tsample_rate=%u\tchannels=%u\tchannel_assignment=%s\n", frame_number, frame_offset, frame_bytes*8, frame->header.blocksize, frame->header.sample_rate, channels, FLAC__ChannelAssignmentString[frame->header.channel_assignment]);
72 fprintf(fout, "frame=%u\toffset=%llu\tbits=%u\tblocksize=%u\tsample_rate=%u\tchannels=%u\tchannel_assignment=%s\n", frame_number, (unsigned long long)frame_offset, frame_bytes*8, frame->header.blocksize, frame->header.sample_rate, channels, FLAC__ChannelAssignmentString[frame->header.channel_assignment]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-mp3.h38 int frame_offset; member in struct:mp3_frameinfo
H A Dtagutils-mp3.c498 pos = pfi->frame_offset;
707 fi.frame_offset = fp_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-mp3.h37 int frame_offset; member in struct:mp3_frameinfo
H A Dtagutils-mp3.c498 pos = pfi->frame_offset;
707 fi.frame_offset = fp_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-mp3.h38 int frame_offset; member in struct:mp3_frameinfo
H A Dtagutils-mp3.c498 pos = pfi->frame_offset;
707 fi.frame_offset = fp_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Ddv.h37 void dv_offset_reset(DVDemuxContext *c, int64_t frame_offset);
H A Dffm.h52 int frame_offset; member in struct:FFMContext
H A Dffmenc.c42 h = ffm->frame_offset;
50 ffm->frame_offset = 0; /* no key frame */
63 if (header && ffm->frame_offset == 0) {
64 ffm->frame_offset = ffm->packet_ptr - ffm->packet + FFM_HEADER_SIZE;
183 ffm->frame_offset = 0;
H A Dffmdec.c90 int len, fill_size, size1, frame_offset; local
107 frame_offset = get_be16(pb);
110 if (ffm->packet_end < ffm->packet || frame_offset < 0)
114 if (ffm->first_packet || (frame_offset & 0x8000)) {
115 if (!frame_offset) {
125 if ((frame_offset & 0x7fff) < FFM_HEADER_SIZE)
127 ffm->packet_ptr = ffm->packet + (frame_offset & 0x7fff) - FFM_HEADER_SIZE;
343 ffm->frame_offset = 0;
H A Dsierravmd.c38 int64_t frame_offset; member in struct:__anon734
194 vmd->frame_table[total_frames].frame_offset = current_offset;
206 vmd->frame_table[total_frames].frame_offset = current_offset;
239 url_fseek(pb, frame->frame_offset, SEEK_SET);
H A Davidec.c36 int64_t frame_offset; /* current frame (video) or byte (audio) counter member in struct:AVIStream
440 ast->frame_offset= ast->cum_len;
674 int64_t ts= ast->frame_offset;
680 // av_log(s, AV_LOG_DEBUG, "%"PRId64" %d/%d %"PRId64"\n", ts, st->time_base.num, st->time_base.den, ast->frame_offset);
697 best_ast->frame_offset= best_st->index_entries[i].timestamp
756 pkt->dts = ast->frame_offset;
760 //av_log(s, AV_LOG_DEBUG, "dts:%"PRId64" offset:%"PRId64" %d/%d smpl_siz:%d base:%d st:%d size:%d\n", pkt->dts, ast->frame_offset, ast->scale, ast->rate, ast->sample_size, AV_TIME_BASE, avi->stream_index, size);
771 if(index >= 0 && e->timestamp == ast->frame_offset){
779 ast->frame_offset += pkt->size;
781 ast->frame_offset
[all...]
H A Dnsvdec.c160 int frame_offset; /* current frame (video) or byte (audio) counter member in struct:NSVStream
599 pkt->dts = nst->frame_offset;
607 ((NSVStream*)st[NSV_ST_VIDEO]->priv_data)->frame_offset++;
643 pkt->dts = (((NSVStream*)st[NSV_ST_VIDEO]->priv_data)->frame_offset-1);
648 nst->frame_offset++;
H A Ddv.c381 void dv_offset_reset(DVDemuxContext *c, int64_t frame_offset) argument
383 c->frames= frame_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Dusb-urb.c172 int frame_offset = 0; local
191 urb->iso_frame_desc[j].offset = frame_offset;
193 frame_offset += stream->props.u.isoc.framesize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dparser.c91 &&(s-> frame_offset < s->cur_frame_offset[i] || !s->frame_offset)
165 s->frame_offset = s->next_frame_offset;
H A Davcodec.h3111 int64_t frame_offset; /* offset of the current frame */ member in struct:AVCodecParserContext
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dsignal.c364 #define frame_offset (sizeof(struct pt_regs)+sizeof(struct switch_stack)) macro
386 : "a" (sw), "d" (fsize), "d" (frame_offset/4-1),
387 "n" (frame_offset), "a" (fp)
389 #undef frame_offset macro
463 #define frame_offset (sizeof(struct pt_regs)+sizeof(struct switch_stack)) macro
485 : "a" (sw), "d" (fsize), "d" (frame_offset/4-1),
486 "n" (frame_offset), "a" (&uc->uc_extra)
488 #undef frame_offset macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/b2c2/
H A Dflexcop-usb.c375 int frame_offset = 0; local
391 deb_ts("urb no: %d, frame: %d, frame_offset: %d\n",i,j,frame_offset);
392 urb->iso_frame_desc[j].offset = frame_offset;
394 frame_offset += frame_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttusb-budget/
H A Ddvb-ttusb-budget.c827 int frame_offset = 0; local
843 urb->iso_frame_desc[j].offset = frame_offset;
845 frame_offset += ISO_FRAME_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttusb-dec/
H A Dttusb_dec.c811 int frame_offset = 0; local
827 urb->iso_frame_desc[j].offset = frame_offset;
829 frame_offset += ISO_FRAME_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/packet/
H A Daf_packet.c214 unsigned int pg_vec_pos, frame_offset; local
217 frame_offset = position % po->frames_per_block;
219 return (struct tpacket_hdr *)(po->pg_vec[pg_vec_pos] + (frame_offset * po->frame_size));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h3111 int64_t frame_offset; /* offset of the current frame */ member in struct:AVCodecParserContext

Completed in 157 milliseconds

12