Searched refs:buf_size (Results 1 - 25 of 1717) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-debugifc.h30 char *buf_ptr, unsigned int buf_size);
36 char *buf_ptr,unsigned int buf_size);
40 const char *buf_ptr,unsigned int buf_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-debugifc.h30 char *buf_ptr, unsigned int buf_size);
36 char *buf_ptr,unsigned int buf_size);
40 const char *buf_ptr,unsigned int buf_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dmpeg4video_parser.h32 int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
H A Dh263_parser.h27 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
H A Dh264_parser.h37 int ff_h264_find_frame_end(H264Context *h, const uint8_t *buf, int buf_size);
H A Dmovsub_bsf.c27 const uint8_t *buf, int buf_size, int keyframe){
28 if (buf_size > 0xffff) return 0;
29 *poutbuf_size = buf_size + 2;
31 AV_WB16(*poutbuf, buf_size);
32 memcpy(*poutbuf + 2, buf, buf_size);
44 const uint8_t *buf, int buf_size, int keyframe){
45 if (buf_size < 2) return 0;
46 *poutbuf_size = FFMIN(buf_size - 2, AV_RB16(buf));
25 text2movsub(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
42 mov2textsub(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
H A Dvdpau_internal.h31 int buf_size);
34 int buf_size, int slice_count);
41 int buf_size);
44 int buf_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh263_parser.h27 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
H A Dh264_parser.h37 int ff_h264_find_frame_end(H264Context *h, const uint8_t *buf, int buf_size);
H A Dmpeg4video_parser.h32 int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
H A Dmovsub_bsf.c27 const uint8_t *buf, int buf_size, int keyframe){
28 if (buf_size > 0xffff) return 0;
29 *poutbuf_size = buf_size + 2;
31 AV_WB16(*poutbuf, buf_size);
32 memcpy(*poutbuf + 2, buf, buf_size);
44 const uint8_t *buf, int buf_size, int keyframe){
45 if (buf_size < 2) return 0;
46 *poutbuf_size = FFMIN(buf_size - 2, AV_RB16(buf));
25 text2movsub(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
42 mov2textsub(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
H A Dvdpau_internal.h31 int buf_size);
34 int buf_size, int slice_count);
41 int buf_size);
44 int buf_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh263_parser.h27 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
H A Dh264_parser.h37 int ff_h264_find_frame_end(H264Context *h, const uint8_t *buf, int buf_size);
H A Dmpeg4video_parser.h32 int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
H A Dmovsub_bsf.c27 const uint8_t *buf, int buf_size, int keyframe){
28 if (buf_size > 0xffff) return 0;
29 *poutbuf_size = buf_size + 2;
31 AV_WB16(*poutbuf, buf_size);
32 memcpy(*poutbuf + 2, buf, buf_size);
44 const uint8_t *buf, int buf_size, int keyframe){
45 if (buf_size < 2) return 0;
46 *poutbuf_size = FFMIN(buf_size - 2, AV_RB16(buf));
25 text2movsub(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
42 mov2textsub(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/pimd/
H A Dpim_time.h33 int pim_time_mmss(char *buf, int buf_size, long sec);
34 void pim_time_timer_to_mmss(char *buf, int buf_size, struct thread *t);
35 void pim_time_timer_to_hhmmss(char *buf, int buf_size, struct thread *t);
36 void pim_time_uptime(char *buf, int buf_size, int64_t uptime_sec);
37 void pim_time_uptime_begin(char *buf, int buf_size, int64_t now, int64_t begin);
H A Dpim_time.c86 int pim_time_mmss(char *buf, int buf_size, long sec) argument
91 zassert(buf_size >= 5);
96 wr = snprintf(buf, buf_size, "%02ld:%02ld", mm, sec);
101 static int pim_time_hhmmss(char *buf, int buf_size, long sec) argument
107 zassert(buf_size >= 8);
114 wr = snprintf(buf, buf_size, "%02ld:%02ld:%02ld", hh, mm, sec);
119 void pim_time_timer_to_mmss(char *buf, int buf_size, struct thread *t_timer) argument
122 pim_time_mmss(buf, buf_size,
126 snprintf(buf, buf_size, "--:--");
130 void pim_time_timer_to_hhmmss(char *buf, int buf_size, struc argument
141 pim_time_uptime(char *buf, int buf_size, int64_t uptime_sec) argument
148 pim_time_uptime_begin(char *buf, int buf_size, int64_t now, int64_t begin) argument
[all...]
H A Dpim_str.c33 void pim_inet4_dump(const char *onfail, struct in_addr addr, char *buf, int buf_size) argument
37 if (!inet_ntop(AF_INET, &addr, buf, buf_size)) {
39 zlog_warn("pim_inet4_dump: inet_ntop(AF_INET,buf_size=%d): errno=%d: %s",
40 buf_size, e, safe_strerror(e));
42 snprintf(buf, buf_size, "%s", onfail);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/pimd/
H A Dpim_time.h33 int pim_time_mmss(char *buf, int buf_size, long sec);
34 void pim_time_timer_to_mmss(char *buf, int buf_size, struct thread *t);
35 void pim_time_timer_to_hhmmss(char *buf, int buf_size, struct thread *t);
36 void pim_time_uptime(char *buf, int buf_size, int64_t uptime_sec);
37 void pim_time_uptime_begin(char *buf, int buf_size, int64_t now, int64_t begin);
H A Dpim_time.c86 int pim_time_mmss(char *buf, int buf_size, long sec) argument
91 zassert(buf_size >= 5);
96 wr = snprintf(buf, buf_size, "%02ld:%02ld", mm, sec);
101 static int pim_time_hhmmss(char *buf, int buf_size, long sec) argument
107 zassert(buf_size >= 8);
114 wr = snprintf(buf, buf_size, "%02ld:%02ld:%02ld", hh, mm, sec);
119 void pim_time_timer_to_mmss(char *buf, int buf_size, struct thread *t_timer) argument
122 pim_time_mmss(buf, buf_size,
126 snprintf(buf, buf_size, "--:--");
130 void pim_time_timer_to_hhmmss(char *buf, int buf_size, struc argument
141 pim_time_uptime(char *buf, int buf_size, int64_t uptime_sec) argument
148 pim_time_uptime_begin(char *buf, int buf_size, int64_t now, int64_t begin) argument
[all...]
H A Dpim_str.c33 void pim_inet4_dump(const char *onfail, struct in_addr addr, char *buf, int buf_size) argument
37 if (!inet_ntop(AF_INET, &addr, buf, buf_size)) {
39 zlog_warn("pim_inet4_dump: inet_ntop(AF_INET,buf_size=%d): errno=%d: %s",
40 buf_size, e, safe_strerror(e));
42 snprintf(buf, buf_size, "%s", onfail);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/pimd/
H A Dpim_time.h33 int pim_time_mmss(char *buf, int buf_size, long sec);
34 void pim_time_timer_to_mmss(char *buf, int buf_size, struct thread *t);
35 void pim_time_timer_to_hhmmss(char *buf, int buf_size, struct thread *t);
36 void pim_time_uptime(char *buf, int buf_size, int64_t uptime_sec);
37 void pim_time_uptime_begin(char *buf, int buf_size, int64_t now, int64_t begin);
H A Dpim_time.c86 int pim_time_mmss(char *buf, int buf_size, long sec) argument
91 zassert(buf_size >= 5);
96 wr = snprintf(buf, buf_size, "%02ld:%02ld", mm, sec);
101 static int pim_time_hhmmss(char *buf, int buf_size, long sec) argument
107 zassert(buf_size >= 8);
114 wr = snprintf(buf, buf_size, "%02ld:%02ld:%02ld", hh, mm, sec);
119 void pim_time_timer_to_mmss(char *buf, int buf_size, struct thread *t_timer) argument
122 pim_time_mmss(buf, buf_size,
126 snprintf(buf, buf_size, "--:--");
130 void pim_time_timer_to_hhmmss(char *buf, int buf_size, struc argument
141 pim_time_uptime(char *buf, int buf_size, int64_t uptime_sec) argument
148 pim_time_uptime_begin(char *buf, int buf_size, int64_t now, int64_t begin) argument
[all...]
H A Dpim_str.c33 void pim_inet4_dump(const char *onfail, struct in_addr addr, char *buf, int buf_size) argument
37 if (!inet_ntop(AF_INET, &addr, buf, buf_size)) {
39 zlog_warn("pim_inet4_dump: inet_ntop(AF_INET,buf_size=%d): errno=%d: %s",
40 buf_size, e, safe_strerror(e));
42 snprintf(buf, buf_size, "%s", onfail);

Completed in 120 milliseconds

1234567891011>>