Searched refs:frame (Results 201 - 225 of 556) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-mp3.c269 _decode_mp3_frame(unsigned char *frame, struct mp3_frameinfo *pfi) argument
277 if((frame[0] != 0xFF) || (frame[1] < 224))
283 ver = (frame[1] & 0x18) >> 3;
284 pfi->layer = 4 - ((frame[1] & 0x6) >> 1);
340 bitrate_index = (frame[2] & 0xF0) >> 4;
341 samplerate_index = (frame[2] & 0x0C) >> 2;
359 if((frame[3] & 0xC0 >> 6) == 3)
364 if(frame[2] & 0x02)
384 pfi->crc_protected = frame[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dqtrleenc.c37 AVFrame frame; member in struct:QtrleEncContext
46 * previous frame ones
57 * frame starting from pixel i */
99 avctx->coded_frame = &s->frame;
114 /* This will be the number of pixels equal to the preivous frame one's
118 * frame, starting from the ith one also */
137 if (!s->frame.key_frame && !memcmp(this_line, prev_line, s->pixel_size))
234 /** Encodes frame including header */
242 if (!s->frame.key_frame) {
270 bytestream_put_byte(&buf, 0); // zero skip code = frame finishe
[all...]
H A Ddnxhdenc.c210 ctx->frame.key_frame = 1;
211 ctx->frame.pict_type = FF_I_TYPE;
212 ctx->m.avctx->coded_frame = &ctx->frame;
249 buf[0x22] = 0x88 + (ctx->frame.interlaced_frame<<2);
561 //dprintf(ctx->m.avctx, "lambda %d, up %u, down %u, bits %d, frame %d\n",
617 //dprintf(ctx->m.avctx, "%d, qscale %d, bits %d, frame %d, higher %d, lower %d\n",
694 static void dnxhd_load_picture(DNXHDEncContext *ctx, const AVFrame *frame) argument
699 ctx->frame.data[i] = frame->data[i];
700 ctx->frame
[all...]
H A Dlibmp3lame.c142 unsigned char *frame, int buf_size, void *data)
193 memcpy(frame, s->buffer, len);
199 av_log(avctx, AV_LOG_DEBUG, "%2X ", frame[i]);
141 MP3lame_encode_frame(AVCodecContext *avctx, unsigned char *frame, int buf_size, void *data) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/megaraid/
H A Dmegaraid_sas.c323 struct megasas_header *frame_hdr = &cmd->frame->hdr;
329 * Issue the frame using inbound queue port
392 abort_fr = &cmd->frame->abort;
395 * Prepare and issue the abort frame
534 * Main frame can contain 2 SGEs for 64-bit SGLs and
548 /* Main frame */
576 pthru = (struct megasas_pthru_frame *)cmd->frame;
586 * Prepare the DCDB frame
645 ldio = (struct megasas_io_frame *)cmd->frame;
653 * Prepare the Logical IO frame
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Doptcd.c558 /* Linear block address to minute, second, frame form */
587 + addr->msf.frame - CD_MSF_OFFSET;
591 /* Minute, second, frame address BCD to binary or to linear address,
597 addr->msf.frame = bcd2bin(addr->msf.frame);
680 qp->cdsc_reladdr.msf.frame = d6;
700 qp->cdsc_absaddr.msf.frame = d10;
763 toc[i].cdsc_reladdr.msf.frame,
766 toc[i].cdsc_absaddr.msf.frame);
828 disk_info.first_track.frame
[all...]
H A Dmcdx.c406 stuffp->stop.dt.frame = msf->cdmsf_frame1;
444 entry->cdte_addr.msf.frame =
445 bcd2uint(tp->dt.frame);
475 sub->cdsc_absaddr.msf.frame = bcd2uint(q.dt.frame);
480 sub->cdsc_reladdr.msf.frame = bcd2uint(q.tt.frame);
485 sub->cdsc_absaddr.msf.frame,
488 sub->cdsc_reladdr.msf.frame);
533 stuffp->multi.msf_last.frame);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Duhci-q.c116 td->frame = -1;
157 * We insert Isochronous URBs directly into the frame list at the beginning
164 td->frame = framenum;
179 td->link = uhci->frame[framenum];
181 uhci->frame[framenum] = LINK_TO_TD(td);
190 if (td->frame == -1) {
195 if (uhci->frame_cpu[td->frame] == td) {
197 uhci->frame[td->frame] = td->link;
198 uhci->frame_cpu[td->frame]
1235 int i, frame; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_paula.c160 u_char frame[], ssize_t *frameUsed, ssize_t frameLeft)
165 void *p = &frame[*frameUsed];
171 u_char *left = &frame[*frameUsed>>1];
193 u_char frame[], ssize_t *frameUsed, \
199 u_char *p = &frame[*frameUsed]; \
210 u_char *left = &frame[*frameUsed>>1]; \
244 u_char frame[], ssize_t *frameUsed, \
252 u_char *high = &frame[*frameUsed>>1]; \
265 u_char *lefth = &frame[*frameUsed>>2]; \
529 /* There's already a frame loade
159 ami_ct_s8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Diriap.c375 __u8 *frame; local
406 frame = tx_skb->data;
408 /* Build frame */
409 frame[0] = IAP_LST | GET_VALUE_BY_CLASS;
410 frame[1] = name_len; /* Insert length of name */
411 memcpy(frame+2, name, name_len); /* Insert name */
412 frame[2+name_len] = attr_len; /* Insert length of attr */
413 memcpy(frame+3+name_len, attr, attr_len); /* Insert attr */
562 * value. We add 32 bytes because of the 6 bytes for the frame and
576 /* Build frame */
697 __u8 *frame; local
823 __u8 *frame; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dcuesheet.c34 void grabbag__cuesheet_frame_to_msf(unsigned frame, unsigned *minutes, unsigned *seconds, unsigned *frames) argument
36 *frames = frame % 75;
37 frame /= 75;
38 *seconds = frame % 60;
39 frame /= 60;
40 *minutes = frame;
79 /* accept '[0-9]+:[0-9][0-9]?:[0-9][0-9]?', but max second of 59 and max frame of 74, e.g. 0:0:0, 123:45:67
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Disicom.c1593 } *frame; local
1622 for (frame = (struct stframe *)fw->data;
1623 frame < (struct stframe *)(fw->data + fw->size);
1624 frame = (struct stframe *)((u8 *)(frame + 1) +
1625 frame->count)) {
1631 outw(frame->addr, base); /* lsb of address */
1633 word_count = frame->count / 2 + frame->count % 2;
1645 index + 1, frame
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dfile.c119 struct id3_frame *frame; local
126 while ((frame = id3_tag_findframe(new, 0, i++))) {
127 if (id3_tag_attachframe(tag, frame) == -1)
293 struct id3_frame const *frame; local
299 while (tag && (frame = id3_tag_findframe(tag, "SEEK", 0))) {
302 seek = id3_field_getint(id3_frame_field(frame, 0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dfile.c119 struct id3_frame *frame; local
126 while ((frame = id3_tag_findframe(new, 0, i++))) {
127 if (id3_tag_attachframe(tag, frame) == -1)
293 struct id3_frame const *frame; local
299 while (tag && (frame = id3_tag_findframe(tag, "SEEK", 0))) {
302 seek = id3_field_getint(id3_frame_field(frame, 0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irlan/
H A Dirlan_client.c360 __u8 *frame; local
380 frame = skb->data;
385 if (frame[0]) {
386 print_ret_code(frame[0]);
400 count = frame[1];
404 ptr = frame+2;
501 IRDA_DEBUG(4, "%s(), max frame=%d\n", __FUNCTION__ ,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dtraps.c244 asmlinkage void trap_c(struct frame *fp);
247 static inline void access_error060 (struct frame *fp)
350 /* after an exception in a writeback the stack frame corresponding
351 * to that exception is discarded, set a few bits in the old frame
354 static inline void fix_xframe040(struct frame *fp, unsigned long wba, unsigned short wbs)
362 static inline void do_040writebacks(struct frame *fp)
399 * manipulate exception frame to circumvent protection, then complete
403 asmlinkage void berr_040cleanup(struct frame *fp)
411 static inline void access_error040(struct frame *fp)
490 static inline void bus_error030 (struct frame *f
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Ddecoder.h175 virtual ::FLAC__StreamDecoderWriteStatus write_callback(const ::FLAC__Frame *frame, const FLAC__int32 * const buffer[]) = 0;
194 static ::FLAC__StreamDecoderWriteStatus write_callback_(const ::FLAC__StreamDecoder *decoder, const ::FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/aoe/
H A Daoe.h116 struct frame { struct
154 struct frame *frames;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dskeleton.S74 movel %sp,%sp@- | stack frame pointer argument
148 | Clear dirty bit on dest resister in the frame before branching
165 movel %sp,%sp@- | stack frame pointer argument
191 movel %sp,%sp@- | stack frame pointer argument
217 movel %sp,%sp@- | stack frame pointer argument
239 movel %sp,%sp@- | stack frame pointer argument
261 movel %sp,%sp@- | stack frame pointer argument
289 movel %sp,%sp@- | stack frame pointer argument
310 movel %sp,%sp@- | stack frame pointer argument
332 movel %sp,%sp@- | stack frame pointe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Diskeleton.S61 | can do any clean-up desired. The stack frame is the
62 | Unimplemented Integer Instruction stack frame with
87 | a CHK exception stack frame from the Unimplemented Integer Instrcution
88 | stack frame and branches to this routine.
122 | creates a Divide-by-zero exception stack frame from the Unimplemented
123 | Integer Instruction stack frame and branches to this routine.
127 | then it create a Trace exception stack frame from the "chk" exception
128 | stack frame and branches to the _real_trace() entry point.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/sn9c102/
H A Dsn9c102.h57 struct list_head frame; member in struct:sn9c102_frame_t
110 struct sn9c102_frame_t *frame_current, frame[SN9C102_MAX_FRAMES]; member in struct:sn9c102_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/zc0301/
H A Dzc0301.h74 struct list_head frame; member in struct:zc0301_frame_t
113 struct zc0301_frame_t *frame_current, frame[ZC0301_MAX_FRAMES]; member in struct:zc0301_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Ddivide.S98 .frame $30,STACK,$23
170 .frame $30,STACK,$23
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/hppa/
H A Dmpih-lshift.S37 .callinfo frame=64,no_calls
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/hppa1.1/
H A Dmpih-mul1.S64 .callinfo frame=64,no_calls

Completed in 135 milliseconds

1234567891011>>