Home
last modified time | relevance | path

Searched refs:buf_out (Results 1 – 17 of 17) sorted by relevance

/third_party/openssl/crypto/asn1/
Da_sign.c32 unsigned char *p, *buf_in = NULL, *buf_out = NULL; in ASN1_sign() local
82 buf_out = OPENSSL_malloc(outll); in ASN1_sign()
83 if (buf_in == NULL || buf_out == NULL) { in ASN1_sign()
93 || !EVP_SignFinal(ctx, (unsigned char *)buf_out, in ASN1_sign()
100 signature->data = buf_out; in ASN1_sign()
101 buf_out = NULL; in ASN1_sign()
112 OPENSSL_clear_free((char *)buf_out, outll); in ASN1_sign()
157 unsigned char *buf_in = NULL, *buf_out = NULL; in ASN1_item_sign_ctx() local
275 buf_out = OPENSSL_malloc(outll); in ASN1_item_sign_ctx()
276 if (buf_in == NULL || buf_out == NULL) { in ASN1_item_sign_ctx()
[all …]
/third_party/ffmpeg/libavfilter/
Daf_channelsplit.c142 AVFrame *buf_out = av_frame_clone(buf); in filter_frame() local
144 if (!buf_out) { in filter_frame()
149 buf_out->data[0] = buf_out->extended_data[0] = buf_out->extended_data[s->map[i]]; in filter_frame()
150 buf_out->channel_layout = in filter_frame()
152 buf_out->channels = 1; in filter_frame()
154 ret = ff_filter_frame(ctx->outputs[i], buf_out); in filter_frame()
Dsplit.c82 AVFrame *buf_out; in filter_frame() local
86 buf_out = av_frame_clone(frame); in filter_frame()
87 if (!buf_out) { in filter_frame()
92 ret = ff_filter_frame(ctx->outputs[i], buf_out); in filter_frame()
/third_party/elfutils/libelf/
Delf_compress.c225 void *buf_out = malloc (size_out ?: 1); in __libelf_decompress() local
226 if (unlikely (buf_out == NULL)) in __libelf_decompress()
236 .next_out = buf_out, in __libelf_decompress()
242 z.next_out = buf_out + (size_out - z.avail_out); in __libelf_decompress()
254 free (buf_out); in __libelf_decompress()
255 buf_out = NULL; in __libelf_decompress()
260 return buf_out; in __libelf_decompress()
298 void *buf_out = __libelf_decompress (buf_in, size_in, chdr.ch_size); in __libelf_decompress_elf() local
301 return buf_out; in __libelf_decompress_elf()
495 void *buf_out = __libelf_decompress_elf (scn, &size_out, &addralign); in elf_compress() local
[all …]
Delf_compress_gnu.c181 void *buf_out = __libelf_decompress (buf_in, size_in, size); in elf_compress_gnu() local
182 if (buf_out == NULL) in elf_compress_gnu()
199 __libelf_reset_rawdata (scn, buf_out, size, sh_addralign, in elf_compress_gnu()
203 scn->zdata_base = buf_out; in elf_compress_gnu()
DChangeLog361 Always allocate allocate at least one byte for buf_out.
/third_party/ffmpeg/tools/
Dcws2fws.c31 char buf_in[1024], buf_out[65536]; in main() local
104 zstream.next_out = &buf_out[0]; in main()
118 if (write(fd_out, &buf_out, zstream.total_out - last_out) < in main()
/third_party/ffmpeg/libavcodec/
Damrnbdec.c904 static void postfilter(AMRContext *p, float *lpc, float *buf_out) in postfilter() argument
935 p->celpf_ctx.celp_lp_zero_synthesis_filterf(buf_out, lpc_n, in postfilter()
939 ff_tilt_compensation(&p->tilt_mem, tilt_factor(p, lpc_n, lpc_d), buf_out, in postfilter()
942 ff_adaptive_gain_control(buf_out, buf_out, speech_gain, AMR_SUBFRAME_SIZE, in postfilter()
956 float *buf_out; // pointer to the output data buffer in amrnb_decode_frame() local
968 buf_out = (float *)frame->data[0]; in amrnb_decode_frame()
1054 postfilter(p, p->lpc[subframe], buf_out + subframe * AMR_SUBFRAME_SIZE); in amrnb_decode_frame()
1061 p->acelpf_ctx.acelp_apply_order_2_transfer_function(buf_out, in amrnb_decode_frame()
1062 buf_out, highpass_zeros, in amrnb_decode_frame()
Dcngdec.c110 int16_t *buf_out; in cng_decode_frame() local
153 buf_out = (int16_t *)frame->data[0]; in cng_decode_frame()
155 buf_out[i] = av_clip_int16(p->filter_out[i + p->order]); in cng_decode_frame()
Damrwbdec.c1103 float *buf_out; in amrwb_decode_frame() local
1119 buf_out = (float *)frame->data[0]; in amrwb_decode_frame()
1182 float *sub_buf = buf_out + sub * AMRWB_SFR_SIZE_16k; in amrwb_decode_frame()
/third_party/openssl/apps/
Dpkeyutl.c112 unsigned char *buf_in = NULL, *buf_out = NULL, *sig = NULL; in pkeyutl_main() local
470 &buf_out, (size_t *)&buf_outlen); in pkeyutl_main()
480 buf_out = app_malloc(buf_outlen, "buffer output"); in pkeyutl_main()
482 buf_out, (size_t *)&buf_outlen, in pkeyutl_main()
497 if (!ASN1_parse_dump(out, buf_out, buf_outlen, 1, -1)) in pkeyutl_main()
500 BIO_dump(out, (char *)buf_out, buf_outlen); in pkeyutl_main()
502 BIO_write(out, buf_out, buf_outlen); in pkeyutl_main()
515 OPENSSL_free(buf_out); in pkeyutl_main()
/third_party/ffmpeg/libavformat/
Dhevc.h78 int ff_hevc_annexb2mp4_buf(const uint8_t *buf_in, uint8_t **buf_out,
Dhevc.c1047 int ff_hevc_annexb2mp4_buf(const uint8_t *buf_in, uint8_t **buf_out, in ff_hevc_annexb2mp4_buf() argument
1063 *size = avio_close_dyn_buf(pb, buf_out); in ff_hevc_annexb2mp4_buf()
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dgstscaletempo.c203 output_overlap_##type (GstScaletempo * st, gpointer buf_out, guint bytes_off) \
205 g##type *pout = buf_out; \
220 output_overlap_s16 (GstScaletempo * st, gpointer buf_out, guint bytes_off) in output_overlap_s16() argument
222 gint16 *pout = buf_out; in output_overlap_s16()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.cpp1597 ImWchar* buf_out = buf; in ImTextStrFromUtf8() local
1599 while (buf_out < buf_end-1 && (!in_text_end || in_text < in_text_end) && *in_text) in ImTextStrFromUtf8()
1606 *buf_out++ = (ImWchar)c; in ImTextStrFromUtf8()
1608 *buf_out = 0; in ImTextStrFromUtf8()
1611 return (int)(buf_out - buf); in ImTextStrFromUtf8()
1685 char* buf_out = buf; in ImTextStrToUtf8() local
1687 while (buf_out < buf_end-1 && (!in_text_end || in_text < in_text_end) && *in_text) in ImTextStrToUtf8()
1691 *buf_out++ = (char)c; in ImTextStrToUtf8()
1693 buf_out += ImTextCharToUtf8(buf_out, (int)(buf_end-buf_out-1), c); in ImTextStrToUtf8()
1695 *buf_out = 0; in ImTextStrToUtf8()
[all …]
/third_party/mesa3d/src/imgui/
Dimgui.cpp1635 ImWchar* buf_out = buf; in ImTextStrFromUtf8() local
1637 while (buf_out < buf_end-1 && (!in_text_end || in_text < in_text_end) && *in_text) in ImTextStrFromUtf8()
1644 *buf_out++ = (ImWchar)c; in ImTextStrFromUtf8()
1646 *buf_out = 0; in ImTextStrFromUtf8()
1649 return (int)(buf_out - buf); in ImTextStrFromUtf8()
1723 char* buf_out = buf; in ImTextStrToUtf8() local
1725 while (buf_out < buf_end-1 && (!in_text_end || in_text < in_text_end) && *in_text) in ImTextStrToUtf8()
1729 *buf_out++ = (char)c; in ImTextStrToUtf8()
1731 buf_out += ImTextCharToUtf8(buf_out, (int)(buf_end-buf_out-1), c); in ImTextStrToUtf8()
1733 *buf_out = 0; in ImTextStrToUtf8()
[all …]
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp1706 ImWchar* buf_out = buf; in ImTextStrFromUtf8() local
1708 while (buf_out < buf_end - 1 && (!in_text_end || in_text < in_text_end) && *in_text) in ImTextStrFromUtf8()
1714 *buf_out++ = (ImWchar)c; in ImTextStrFromUtf8()
1716 *buf_out = 0; in ImTextStrFromUtf8()
1719 return (int)(buf_out - buf); in ImTextStrFromUtf8()