Searched refs:cin (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddsicinav.c91 CinVideoContext *cin = avctx->priv_data; local
94 cin->avctx = avctx;
97 cin->frame.data[0] = NULL;
99 cin->bitmap_size = avctx->width * avctx->height;
101 cin->bitmap_table[i] = av_mallocz(cin->bitmap_size);
102 if (!cin->bitmap_table[i])
200 CinVideoContext *cin = avctx->priv_data; local
203 cin->frame.buffer_hints = FF_BUFFER_HINTS_VALID | FF_BUFFER_HINTS_PRESERVE | FF_BUFFER_HINTS_REUSABLE;
204 if (avctx->reget_buffer(avctx, &cin
289 CinVideoContext *cin = avctx->priv_data; local
303 CinAudioContext *cin = avctx->priv_data; local
317 CinAudioContext *cin = avctx->priv_data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Ddsicin.c73 static int cin_read_file_header(CinDemuxContext *cin, ByteIOContext *pb) { argument
74 CinFileHeader *hdr = &cin->file_header;
96 CinDemuxContext *cin = s->priv_data; local
97 CinFileHeader *hdr = &cin->file_header;
101 rc = cin_read_file_header(cin, pb);
105 cin->video_stream_pts = 0;
106 cin->audio_stream_pts = 0;
107 cin->audio_buffer_size = 0;
115 cin->video_stream_index = st->index;
128 cin
141 cin_read_frame_header(CinDemuxContext *cin, ByteIOContext *pb) argument
161 CinDemuxContext *cin = s->priv_data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DLockExample.cpp18 using std::cin;
144 cin.getline(opbuf, sizeof(opbuf));
145 if (cin.eof())
151 cin.getline(objbuf, sizeof(objbuf));
152 if (cin.eof())
161 cin.getline(lockbuf, sizeof(lockbuf));
162 if (cin.eof())
200 cin.getline(objbuf, sizeof(objbuf));
201 if (cin.eof())
H A DAccessExample.cpp30 using std::cin;
124 cin.getline(buf, sizeof(buf));
125 if (cin.eof())
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmore.c65 FILE *cin; local
77 cin = fopen(CURRENT_TTY, "r");
78 if (!cin)
82 cin_fileno = fileno(cin);
107 get_terminal_width_height(fileno(cin), &terminal_width, &terminal_height);
131 input = getc(cin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Dopenbsd_hw.c185 char *cin=NULL;
193 cin=OPENSSL_malloc(cinl);
194 memcpy(cin,in,inl);
195 cryp.src=cin;
219 if(cin)
220 OPENSSL_free(cin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dopenbsd_hw.c185 char *cin=NULL;
193 cin=OPENSSL_malloc(cinl);
194 memcpy(cin,in,inl);
195 cryp.src=cin;
219 if(cin)
220 OPENSSL_free(cin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestKeyRange.cpp109 cin.getline(buf, sizeof(buf));
110 if (cin.eof())
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A DdigiFep1.h16 u16 cin; member in struct:global_data
H A Depca.c791 if (tail == head && readw(&ch->mailbox->cin) == ctail && readb(&bc->tbusy) == 0)
1830 head = readw(&ch->mailbox->cin);
1859 writew(head, &ch->mailbox->cin);
1868 head = readw(&ch->mailbox->cin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepQuoteExample.cpp40 using std::cin;
310 while (prompt(), getline(cin, input)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/
H A Dusbmidi.c382 u8 cin = buffer[i] & 0x0f; local
386 length = snd_usbmidi_cin_length[cin];
387 if (cin == 0xf && buffer[i + 1] >= 0xf8)
389 else if (cin >= 0x8 && cin <= 0xe)
392 else if (cin == 0x4 &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Disocdata.c372 * cin input byte
379 static inline int hdlc_bitstuff_byte(struct isowbuf_t *iwb, unsigned char cin, argument
390 stuff = stufftab[256 * ones + cin];

Completed in 264 milliseconds