Searched refs:in_frame (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibschroedingerenc.c241 SchroFrame *in_frame; local
245 in_frame = ff_create_schro_frame(avctx, p_schro_params->frame_format);
247 if (in_frame)
250 in_frame->components[0].data,
253 return in_frame;
286 SchroFrame *in_frame = libschroedinger_frame_from_data(avctx, frame); local
288 schro_encoder_push_frame(encoder, in_frame);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibschroedingerenc.c242 SchroFrame *in_frame; local
246 in_frame = ff_create_schro_frame(avccontext, p_schro_params->frame_format);
248 if (in_frame)
251 in_frame->components[0].data,
254 return in_frame;
287 SchroFrame *in_frame = libschroedinger_frame_from_data(avccontext, local
290 schro_encoder_push_frame(encoder, in_frame);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-ac97.c164 struct ac97_frame out_frame[2], in_frame[2]; local
176 memset(&in_frame, 0, 2 * sizeof(struct ac97_frame));
180 (unsigned char *)&in_frame,
182 return in_frame[1].ac97_data;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dwrapper.c305 rx_buff->in_frame = TRUE;
344 rx_buff->in_frame = FALSE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dkingsun-sir.c263 kingsun->rx_buff.in_frame = FALSE;
363 kingsun->rx_buff.in_frame = FALSE;
496 kingsun->rx_buff.in_frame = FALSE;
H A Dstir4200.c414 rx_buff->in_frame = TRUE;
429 rx_buff->in_frame = FALSE;
453 rx_buff->in_frame = FALSE;
682 stir->rx_buff.in_frame = FALSE;
695 if (stir->rx_buff.in_frame)
H A Dks959-sir.c503 kingsun->rx_unwrap_buff.in_frame = FALSE;
615 kingsun->rx_unwrap_buff.in_frame = FALSE;
708 kingsun->rx_unwrap_buff.in_frame = FALSE;
H A Dksdazzle-sir.c398 kingsun->rx_unwrap_buff.in_frame = FALSE;
508 kingsun->rx_unwrap_buff.in_frame = FALSE;
640 kingsun->rx_unwrap_buff.in_frame = FALSE;
H A Dsir_dev.c325 dev->rx_buff.in_frame = FALSE;
763 dev->rx_buff.in_frame = FALSE;
H A Dsa1100_ir.c872 io->in_frame = FALSE;
H A Dsh_irda.c606 self->rx_buff.in_frame = FALSE;
H A Dsh_sir.c385 io->in_frame = FALSE;
H A Dau1k_ir.c191 io->in_frame = FALSE;
H A Dbfin_sir.c678 io->in_frame = FALSE;
H A Dmcs7780.c516 mcs->rx_buff.in_frame = FALSE;
H A Dpxaficp_ir.c811 io->in_frame = FALSE;
H A Dw83977af_ir.c234 self->rx_buff.in_frame = FALSE;
H A Dali-ircc.c370 self->rx_buff.in_frame = FALSE;
H A Dnsc-ircc.c450 self->rx_buff.in_frame = FALSE;
H A Dvia-ircc.c417 self->rx_buff.in_frame = FALSE;
H A Dsmsc-ircc2.c582 self->rx_buff.in_frame = FALSE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirda_device.h177 int in_frame; /* True if receiving frame */ member in struct:__anon18386
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dmmu.c2194 unsigned long *out_frames = discontig_frames, in_frame; local
2209 in_frame = virt_to_mfn(vstart);
2215 success = xen_exchange_memory(1, order, &in_frame, 1UL << order,
2222 xen_remap_exchanged_ptes(vstart, order, NULL, in_frame);

Completed in 232 milliseconds