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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/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 Drtpenc_h263.c43 void ff_rtp_send_h263(AVFormatContext *s1, const uint8_t *buf1, int size) argument
53 if (size >= 2 && (buf1[0] == 0) && (buf1[1] == 0)) {
55 buf1 += 2;
66 const uint8_t *end = find_resync_marker_reverse(buf1, buf1 + len);
67 len = end - buf1;
70 memcpy(q, buf1, len);
77 buf1 += len;
H A Drtpenc_mpv.c29 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size) argument
34 const uint8_t *end = buf1 + size;
56 r1 = buf1;
70 if (r - buf1 - 4 <= len) {
75 len = r - buf1 - 4;
80 if ((r1 - buf1 > 4) && (r - r1 < max_packet_size)) {
81 len = r1 - buf1 - 4;
105 memcpy(q, buf1, len);
112 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);
60 void ff_rtp_send_h263(AVFormatContext *s1, const uint8_t *buf1, int size);
63 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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/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 Drtpenc_h263.c43 void ff_rtp_send_h263(AVFormatContext *s1, const uint8_t *buf1, int size) argument
53 if (size >= 2 && (buf1[0] == 0) && (buf1[1] == 0)) {
55 buf1 += 2;
66 const uint8_t *end = find_resync_marker_reverse(buf1, buf1 + len);
67 len = end - buf1;
70 memcpy(q, buf1, len);
77 buf1 += len;
H A Drtpenc_mpv.c29 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size) argument
34 const uint8_t *end = buf1 + size;
56 r1 = buf1;
70 if (r - buf1 - 4 <= len) {
75 len = r - buf1 - 4;
80 if ((r1 - buf1 > 4) && (r - r1 < max_packet_size)) {
81 len = r1 - buf1 - 4;
105 memcpy(q, buf1, len);
112 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);
60 void ff_rtp_send_h263(AVFormatContext *s1, const uint8_t *buf1, int size);
63 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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/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 Drtpenc_h263.c43 void ff_rtp_send_h263(AVFormatContext *s1, const uint8_t *buf1, int size) argument
53 if (size >= 2 && (buf1[0] == 0) && (buf1[1] == 0)) {
55 buf1 += 2;
66 const uint8_t *end = find_resync_marker_reverse(buf1, buf1 + len);
67 len = end - buf1;
70 memcpy(q, buf1, len);
77 buf1 += len;
H A Drtpenc_mpv.c29 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size) argument
34 const uint8_t *end = buf1 + size;
56 r1 = buf1;
70 if (r - buf1 - 4 <= len) {
75 len = r - buf1 - 4;
80 if ((r1 - buf1 > 4) && (r - r1 < max_packet_size)) {
81 len = r1 - buf1 - 4;
105 memcpy(q, buf1, len);
112 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);
60 void ff_rtp_send_h263(AVFormatContext *s1, const uint8_t *buf1, int size);
63 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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dpnm.c58 char buf1[32], tuple_type[32]; local
61 pnm_get(s, buf1, sizeof(buf1));
62 s->type= buf1[1]-'0';
63 if(buf1[0] != 'P')
82 pnm_get(s, buf1, sizeof(buf1));
83 if (!strcmp(buf1, "WIDTH")) {
84 pnm_get(s, buf1, sizeof(buf1));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dpnm.c58 char buf1[32], tuple_type[32]; local
61 pnm_get(s, buf1, sizeof(buf1));
62 s->type= buf1[1]-'0';
63 if(buf1[0] != 'P')
82 pnm_get(s, buf1, sizeof(buf1));
83 if (!strcmp(buf1, "WIDTH")) {
84 pnm_get(s, buf1, sizeof(buf1));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dpnm.c58 char buf1[32], tuple_type[32]; local
61 pnm_get(s, buf1, sizeof(buf1));
62 s->type= buf1[1]-'0';
63 if(buf1[0] != 'P')
82 pnm_get(s, buf1, sizeof(buf1));
83 if (!strcmp(buf1, "WIDTH")) {
84 pnm_get(s, buf1, sizeof(buf1));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/src/
H A Dhomedir.c50 char buf1[1024], buf2[1024]; local
54 * started. Don't accept truncated results (i.e. rc >= sizeof(buf1)). */
56 rc = GetEnvironmentVariable(variable, buf1, sizeof(buf1));
57 if(rc > 0 && rc < sizeof(buf1)) {
58 env = buf1;
59 variable = buf1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/src/
H A Dhomedir.c50 char buf1[1024], buf2[1024]; local
54 * started. Don't accept truncated results (i.e. rc >= sizeof(buf1)). */
56 rc = GetEnvironmentVariable(variable, buf1, sizeof(buf1));
57 if(rc > 0 && rc < sizeof(buf1)) {
58 env = buf1;
59 variable = buf1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/src/
H A Dhomedir.c50 char buf1[1024], buf2[1024]; local
54 * started. Don't accept truncated results (i.e. rc >= sizeof(buf1)). */
56 rc = GetEnvironmentVariable(variable, buf1, sizeof(buf1));
57 if(rc > 0 && rc < sizeof(buf1)) {
58 env = buf1;
59 variable = buf1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dcoremaker.c39 char *buf1; variable
60 buf1 = (char *) malloc (MAPSIZE);
63 buf1[j] = j;
75 write (fd, buf1, MAPSIZE);
92 if (buf1[j] != buf2[j])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dcoremaker.c39 char *buf1; variable
60 buf1 = (char *) malloc (MAPSIZE);
63 buf1[j] = j;
75 write (fd, buf1, MAPSIZE);
92 if (buf1[j] != buf2[j])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dcoremaker.c39 char *buf1; variable
60 buf1 = (char *) malloc (MAPSIZE);
63 buf1[j] = j;
75 write (fd, buf1, MAPSIZE);
92 if (buf1[j] != buf2[j])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/babeld/
H A Dnet.h42 void *buf1, int buflen1, void *buf2, int buflen2,

Completed in 145 milliseconds

1234567891011>>