Searched refs:data_size (Results 201 - 225 of 1408) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dlibvpxdec.c60 void *data, int *data_size, AVPacket *avpkt)
101 *data_size = sizeof(AVPicture);
59 vp8_decode(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) argument
H A Dmsrle.c76 void *data, int *data_size,
128 *data_size = sizeof(AVFrame);
75 msrle_decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) argument
H A Dptx.c38 static int ptx_decode_frame(AVCodecContext *avctx, void *data, int *data_size, argument
94 *data_size = sizeof(AVPicture);
H A Dqdrw.c36 void *data, int *data_size,
129 *data_size = sizeof(AVFrame);
35 decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) argument
H A Dv210dec.c41 static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, argument
107 *data_size = sizeof(AVFrame);
H A Dxl.c42 void *data, int *data_size,
117 *data_size = sizeof(AVFrame);
41 decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) argument
H A Daura.c47 void *data, int *data_size,
109 *data_size=sizeof(AVFrame);
46 aura_decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *pkt) argument
H A Dbethsoftvideo.c60 void *data, int *data_size,
119 *data_size = sizeof(AVFrame);
59 bethsoftvid_decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) argument
H A Dfrwu.c40 static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, argument
96 *data_size = sizeof(AVFrame);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dsmb2_getinfo.c242 unsigned int data_size = 0; local
338 &data_size);
347 if (data_size > 0) {
350 data_size);
364 int data_size = 0; local
375 &data_size);
384 if (data_size > 0) {
387 data_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/librpc/tools/
H A Dndrdump.c305 if (ndr_pull->offset != ndr_pull->data_size) {
306 printf("WARNING! %d unread bytes while parsing context file\n", ndr_pull->data_size - ndr_pull->offset);
344 if (ndr_pull->offset != ndr_pull->data_size) {
345 printf("WARNING! %d unread bytes\n", ndr_pull->data_size - ndr_pull->offset);
347 ndr_pull->data_size - ndr_pull->offset,
404 if (ndr_v_pull->offset != ndr_v_pull->data_size) {
405 printf("WARNING! %d unread bytes in validation\n", ndr_v_pull->data_size - ndr_v_pull->offset);
407 ndr_v_pull->data_size - ndr_v_pull->offset,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Daura.c47 void *data, int *data_size,
109 *data_size=sizeof(AVFrame);
46 aura_decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *pkt) argument
H A Dbethsoftvideo.c60 void *data, int *data_size,
119 *data_size = sizeof(AVFrame);
59 bethsoftvid_decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) argument
H A Dfrwu.c40 static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, argument
96 *data_size = sizeof(AVFrame);
H A Dlibvpxdec.c60 void *data, int *data_size, AVPacket *avpkt)
101 *data_size = sizeof(AVPicture);
59 vp8_decode(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) argument
H A Dmsrle.c76 void *data, int *data_size,
128 *data_size = sizeof(AVFrame);
75 msrle_decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) argument
H A Dptx.c38 static int ptx_decode_frame(AVCodecContext *avctx, void *data, int *data_size, argument
94 *data_size = sizeof(AVPicture);
H A Dqdrw.c36 void *data, int *data_size,
129 *data_size = sizeof(AVFrame);
35 decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) argument
H A Dv210dec.c41 static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, argument
107 *data_size = sizeof(AVFrame);
H A Dxl.c42 void *data, int *data_size,
117 *data_size = sizeof(AVFrame);
41 decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgdbm/
H A Dgdbmstore.c101 + dbf->bucket->h_table[elem_loc].data_size;
152 dbf->bucket->h_table[elem_loc].data_size = content.dsize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgdbm/
H A Dgdbmstore.c101 + dbf->bucket->h_table[elem_loc].data_size;
152 dbf->bucket->h_table[elem_loc].data_size = content.dsize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Dsmb2_getinfo.c242 unsigned int data_size = 0; local
338 &data_size);
347 if (data_size > 0) {
350 data_size);
364 int data_size = 0; local
375 &data_size);
384 if (data_size > 0) {
387 data_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/librpc/tools/
H A Dndrdump.c305 if (ndr_pull->offset != ndr_pull->data_size) {
306 printf("WARNING! %d unread bytes while parsing context file\n", ndr_pull->data_size - ndr_pull->offset);
344 if (ndr_pull->offset != ndr_pull->data_size) {
345 printf("WARNING! %d unread bytes\n", ndr_pull->data_size - ndr_pull->offset);
347 ndr_pull->data_size - ndr_pull->offset,
404 if (ndr_v_pull->offset != ndr_v_pull->data_size) {
405 printf("WARNING! %d unread bytes in validation\n", ndr_v_pull->data_size - ndr_v_pull->offset);
407 ndr_v_pull->data_size - ndr_v_pull->offset,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/smbd/
H A Dsmb2_getinfo.c242 unsigned int data_size = 0; local
338 &data_size);
347 if (data_size > 0) {
350 data_size);
364 int data_size = 0; local
375 &data_size);
384 if (data_size > 0) {
387 data_size);

Completed in 188 milliseconds

1234567891011>>