Searched refs:buf1 (Results 1 - 25 of 68) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpjpeg.c29 uint8_t buf1[256]; local
31 snprintf(buf1, sizeof(buf1), "--%s\n", BOUNDARY_TAG);
32 put_buffer(s->pb, buf1, strlen(buf1));
39 uint8_t buf1[256]; local
41 snprintf(buf1, sizeof(buf1), "Content-type: image/jpeg\n\n");
42 put_buffer(s->pb, buf1, strlen(buf1));
[all...]
H A Drtp_h264.h28 void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size);
H A Drtp_mpv.c29 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size) argument
55 r1 = buf1;
58 r = ff_find_start_code(r1, buf1 + size, &start_code);
69 if (r - buf1 - 4 <= len) {
74 len = r - buf1 - 4;
79 if ((r1 - buf1 > 4) && (r - r1 < max_packet_size)) {
80 len = r1 - buf1 - 4;
104 memcpy(q, buf1, len);
111 buf1 += len;
H A Drtpenc.h57 void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m);
59 void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size);
61 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size);
H A Drtpenc_h264.c63 void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size) argument
69 r = ff_avc_find_startcode(buf1, buf1 + size);
70 while (r < buf1 + size) {
74 r1 = ff_avc_find_startcode(r, buf1 + size);
75 nal_send(s1, r, r1 - r, (r1 == buf1 + size));
H A Drtpenc.c144 void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m) argument
157 put_buffer(s1->pb, buf1, len);
168 const uint8_t *buf1, int size, int sample_size)
183 memcpy(s->buf_ptr, buf1, len);
185 buf1 += len;
196 const uint8_t *buf1, int size)
228 memcpy(s->buf + 4, buf1, len);
231 buf1 += len;
242 memcpy(s->buf_ptr, buf1, size);
248 const uint8_t *buf1, in
167 rtp_send_samples(AVFormatContext *s1, const uint8_t *buf1, int size, int sample_size) argument
195 rtp_send_mpegaudio(AVFormatContext *s1, const uint8_t *buf1, int size) argument
247 rtp_send_raw(AVFormatContext *s1, const uint8_t *buf1, int size) argument
269 rtp_send_mpegts_raw(AVFormatContext *s1, const uint8_t *buf1, int size) argument
299 uint8_t *buf1= pkt->data; local
[all...]
H A Drtsp.c335 char buf1[64], st_type[64]; local
353 get_word(buf1, sizeof(buf1), &p);
354 if (strcmp(buf1, "IN") != 0)
356 get_word(buf1, sizeof(buf1), &p);
357 if (strcmp(buf1, "IP4") != 0)
359 get_word_sep(buf1, sizeof(buf1), "/", &p);
360 if (inet_aton(buf1,
745 char buf[4096], buf1[1024], *q; local
[all...]
H A Drtpproto.c85 char buf1[1024]; local
93 vsnprintf(buf1, sizeof(buf1), fmt, ap);
94 av_strlcat(buf, buf1, buf_size);
H A Drtp_h264.c362 char buf1[50]; local
363 char *dst = buf1;
369 while (*p && *p != '-' && (buf1 - dst) < sizeof(buf1) - 1) {
376 codec->width = atoi(buf1);
H A Dyuv4mpeg.c97 char buf1[20]; local
115 m = snprintf(buf1, sizeof(buf1), "%s\n", Y4M_FRAME_MAGIC);
116 put_buffer(pb, buf1, strlen(buf1));
H A Drmenc.c340 uint8_t *buf1; local
347 buf1= (uint8_t*) av_malloc( size * sizeof(uint8_t) );
353 buf1[i] = buf[i+1];
354 buf1[i+1] = buf[i];
356 put_buffer(pb, buf1, size);
359 av_free(buf1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dpnm.c56 char buf1[32], tuple_type[32]; local
59 pnm_get(s, buf1, sizeof(buf1));
60 if (!strcmp(buf1, "P4")) {
62 } else if (!strcmp(buf1, "P5")) {
67 } else if (!strcmp(buf1, "P6")) {
69 } else if (!strcmp(buf1, "P7")) {
76 pnm_get(s, buf1, sizeof(buf1));
77 if (!strcmp(buf1, "WIDT
[all...]
H A Dindeo3.c161 #define LV1_CHECK(buf1,rle_v3,lv1,lp2) \
167 buf1 -= 2; \
173 #define RLE_V3_CHECK(buf1,rle_v1,rle_v2,rle_v3) \
175 rle_v2 = *buf1; \
183 buf1--;
186 #define LP2_CHECK(buf1,rle_v3,lp2) \
190 buf1--; \
195 #define RLE_V2_CHECK(buf1,rle_v2, rle_v3,lp2) \
199 buf1 += 2; \
205 const uint8_t *buf1, lon
203 iv_Decode_Chunk(Indeo3DecodeContext *s, uint8_t *cur, uint8_t *ref, int width, int height, const uint8_t *buf1, long cb_offset, const uint8_t *hdr, const uint8_t *buf2, int min_width_160) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_homedir.c42 char buf1[1024], buf2[1024]; local
46 * started. Don't accept truncated results (i.e. rc >= sizeof(buf1)). */
48 rc = GetEnvironmentVariable(variable, buf1, sizeof(buf1));
49 if(rc > 0 && rc < sizeof(buf1)) {
50 env = buf1;
51 variable = buf1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/tunala/
H A Dcb.c63 char buf1[256]; /* Used for the subject name */ local
75 buf1[0] = buf2[0] = '\0';
76 /* Fill buf1 */
77 X509_NAME_oneline(X509_get_subject_name(err_cert), buf1, 256); local
107 fprintf(fp_cb_ssl_verify, "--> subject = %s\n", buf1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dcb.c63 char buf1[256]; /* Used for the subject name */ local
75 buf1[0] = buf2[0] = '\0';
76 /* Fill buf1 */
77 X509_NAME_oneline(X509_get_subject_name(err_cert), buf1, 256); local
107 fprintf(fp_cb_ssl_verify, "--> subject = %s\n", buf1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4idmap.c205 char *buf1, *bp; local
212 buf1 = kmalloc(PAGE_SIZE, GFP_KERNEL);
213 if (buf1 == NULL)
219 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0)
221 memcpy(ent.authname, buf1, sizeof(ent.authname));
224 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0)
226 ent.type = strcmp(buf1, "user") == 0 ?
230 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0)
232 ent.id = simple_strtoul(buf1, &bp, 10);
233 if (bp == buf1)
377 char *buf1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsnprintf.c893 char buf1[1024]; local
953 int l2 = snprintf(buf1, sizeof(buf1), fp_fmt[x], fp_nums[y]);
955 if (strcmp (buf1, buf2)) {
957 fp_fmt[x], buf1, buf2);
971 int l2 = snprintf(buf1, sizeof(buf1), int_fmt[x], int_nums[y]);
973 if (strcmp (buf1, buf2)) {
975 int_fmt[x], buf1, buf2);
989 int l2 = snprintf(buf1, sizeo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/aparser/
H A Dutil.c58 void dump_data(int level, char *buf1, int len) argument
60 uchar const *buf = (uchar const *)buf1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dppm.c200 char *buf1; member in struct:__anon755
258 av_free( ci->buf1 );
259 ci->buf1 = av_malloc(size);
261 err = ci->buf1 == NULL;
266 avpicture_fill(&picture1, ci->buf1, PIX_FMT_RGB24, width, height);
367 av_free( ci->buf1 );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dlocalcharset.c152 char buf1[50+1]; local
173 if (fscanf (fp, "%50s %50s", buf1, buf2) < 2)
175 l1 = strlen (buf1);
196 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlocalcharset.c153 char buf1[50+1]; local
174 if (fscanf (fp, "%50s %50s", buf1, buf2) < 2)
176 l1 = strlen (buf1);
197 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlocalcharset.c152 char buf1[50+1]; local
173 if (fscanf (fp, "%50s %50s", buf1, buf2) < 2)
175 l1 = strlen (buf1);
196 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlocalcharset.c152 char buf1[50+1]; local
173 if (fscanf (fp, "%50s %50s", buf1, buf2) < 2)
175 l1 = strlen (buf1);
196 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/libcharset/lib/
H A Dlocalcharset.c159 char buf1[50+1]; local
180 if (fscanf (fp, "%50s %50s", buf1, buf2) < 2)
182 l1 = strlen (buf1);
203 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);

Completed in 226 milliseconds

123