Searched refs:outbuf_len (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dartwork.c127 int outbuf_len; local
382 outbuf_len = dst->width * dst->height * 3;
383 if (outbuf_len < FF_MIN_BUFFER_SIZE)
384 outbuf_len = FF_MIN_BUFFER_SIZE;
386 outbuf = (uint8_t *)av_malloc(outbuf_len);
401 ret = avcodec_encode_video(dst, outbuf, outbuf_len, o_frame);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_reg_nt.c339 uint32 outbuf_len; local
342 status = reg_perfcount_get_hkpd(&prs_hkpd, q_u->bufsize, &outbuf_len, NULL);
344 prs_hkpd.data_p, outbuf_len);
391 uint32 outbuf_len; local
394 status = reg_perfcount_get_hkpd(&prs_hkpd, q_u->bufsize, &outbuf_len, name);
396 prs_hkpd.data_p, outbuf_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/registry/
H A Dreg_perfcount.c1327 WERROR reg_perfcount_get_hkpd(prs_struct *ps, uint32 max_buf_size, uint32 *outbuf_len, char *object_ids) argument
1344 *outbuf_len = buffer_size;
1352 *outbuf_len = max_buf_size;

Completed in 64 milliseconds