Home
last modified time | relevance | path

Searched refs:outbuf_size (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_uspp.c51 int outbuf_size; member
249 pkt->size = p->outbuf_size; in filter()
375 uspp->outbuf_size = (width + BLOCK) * (height + BLOCK) * 10; in config_input()
380 if (!(uspp->outbuf = av_malloc(uspp->outbuf_size))) in config_input()
/third_party/lwip/src/include/netif/
Dlowpan6_common.h69 …ress_headers(struct netif *netif, u8_t *inbuf, size_t inbuf_size, u8_t *outbuf, size_t outbuf_size,
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacenc.h50 guint outbuf_size, samples_per_frame; member
Dgstfdkaacenc.c389 self->outbuf_size = enc_info.maxOutBufBytes; in gst_fdkaacenc_set_format()
476 outbuf = gst_audio_encoder_allocate_output_buffer (enc, self->outbuf_size); in gst_fdkaacenc_handle_frame()
/third_party/gstreamer/gstplugins_bad/ext/wildmidi/
Dgstwildmididec.c625 gsize outbuf_size; in gst_wildmidi_dec_decode() local
633 outbuf_size = wildmidi_dec->output_buffer_size * 2 * WILDMIDI_NUM_CHANNELS; in gst_wildmidi_dec_decode()
635 gst_nonstream_audio_decoder_allocate_output_buffer (dec, outbuf_size); in gst_wildmidi_dec_decode()
/third_party/lwip/src/netif/
Dlowpan6_common.c132 …ress_headers(struct netif *netif, u8_t *inbuf, size_t inbuf_size, u8_t *outbuf, size_t outbuf_size, in lowpan6_compress_headers() argument
157 if (outbuf_size < IP6_HLEN) { in lowpan6_compress_headers()
327 if (outbuf_size < (size_t)(hidden_header_len + 7)) { in lowpan6_compress_headers()
/third_party/gstreamer/gstplugins_bad/ext/openmpt/
Dgstopenmptdec.c848 gsize outbuf_size; in gst_openmpt_dec_decode() local
856 outbuf_size = in gst_openmpt_dec_decode()
860 gst_nonstream_audio_decoder_allocate_output_buffer (dec, outbuf_size); in gst_openmpt_dec_decode()
/third_party/ffmpeg/libavcodec/
Ddvdsubenc.c252 uint8_t *outbuf, int outbuf_size, in encode_dvd_subtitles() argument
356 if ((q - outbuf) + vrect.w * vrect.h / 2 + 17 + 21 > outbuf_size) { in encode_dvd_subtitles()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgsttagdemux.c701 gsize outbuf_size; in gst_tag_demux_chain_buffer() local
710 if (!gst_tag_demux_trim_buffer (demux, &outbuf, &outbuf_size)) in gst_tag_demux_chain_buffer()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h65804 int outbuf_size; member