Searched refs:buf_out (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_channelsplit.c110 AVFrame *buf_out = av_frame_clone(buf); local
112 if (!buf_out) {
117 buf_out->data[0] = buf_out->extended_data[0] = buf_out->extended_data[i];
118 buf_out->channel_layout =
120 av_frame_set_channels(buf_out, 1);
122 ret = ff_filter_frame(ctx->outputs[i], buf_out);
H A Daf_asyncts.c231 AVFrame *buf_out = ff_get_audio_buffer(outlink, out_size); local
232 if (!buf_out) {
238 int planar = av_sample_fmt_is_planar(buf_out->format);
240 int block_size = av_get_bytes_per_sample(buf_out->format) *
245 av_samples_set_silence(buf_out->extended_data, 0, delta,
249 buf_out->extended_data[ch] += delta * block_size;
251 avresample_read(s->avr, buf_out->extended_data, out_size);
254 buf_out->extended_data[ch] -= delta * block_size;
256 avresample_read(s->avr, buf_out->extended_data, out_size);
259 av_samples_set_silence(buf_out
[all...]
H A Dsplit.c76 AVFrame *buf_out; local
80 buf_out = av_frame_clone(frame);
81 if (!buf_out) {
86 ret = ff_filter_frame(ctx->outputs[i], buf_out);
H A Dvf_fps.c233 AVFrame *buf_out; local
234 av_fifo_generic_read(s->fifo, &buf_out, sizeof(buf_out), NULL);
238 AVFrame *dup = av_frame_clone(buf_out);
247 av_frame_free(&buf_out);
255 buf_out->pts = av_rescale_q(s->first_pts, inlink->time_base,
258 if ((ret = ff_filter_frame(outlink, buf_out)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_sign.c135 unsigned char *p, *buf_in = NULL, *buf_out = NULL; local
176 buf_out = (unsigned char *)OPENSSL_malloc((unsigned int)outl);
177 if ((buf_in == NULL) || (buf_out == NULL)) {
187 || !EVP_SignFinal(&ctx, (unsigned char *)buf_out,
195 signature->data = buf_out;
196 buf_out = NULL;
210 if (buf_out != NULL) {
211 OPENSSL_cleanse((char *)buf_out, outll);
212 OPENSSL_free(buf_out);
238 unsigned char *buf_in = NULL, *buf_out local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_sign.c134 unsigned char *p,*buf_in=NULL,*buf_out=NULL; local
176 buf_out=(unsigned char *)OPENSSL_malloc((unsigned int)outl);
177 if ((buf_in == NULL) || (buf_out == NULL))
188 if (!EVP_SignFinal(&ctx,(unsigned char *)buf_out,
196 signature->data=buf_out;
197 buf_out=NULL;
208 if (buf_out != NULL)
209 { OPENSSL_cleanse((char *)buf_out,outll); OPENSSL_free(buf_out); }
220 unsigned char *buf_in=NULL,*buf_out local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_sign.c135 unsigned char *p, *buf_in = NULL, *buf_out = NULL; local
176 buf_out = (unsigned char *)OPENSSL_malloc((unsigned int)outl);
177 if ((buf_in == NULL) || (buf_out == NULL)) {
187 || !EVP_SignFinal(&ctx, (unsigned char *)buf_out,
195 signature->data = buf_out;
196 buf_out = NULL;
210 if (buf_out != NULL) {
211 OPENSSL_cleanse((char *)buf_out, outll);
212 OPENSSL_free(buf_out);
238 unsigned char *buf_in = NULL, *buf_out local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhevc.h68 * @param buf_out address of the variable holding the address of the output
77 int ff_hevc_annexb2mp4_buf(const uint8_t *buf_in, uint8_t **buf_out,
H A Dhevc.c1065 int ff_hevc_annexb2mp4_buf(const uint8_t *buf_in, uint8_t **buf_out, argument
1076 *size = avio_close_dyn_buf(pb, buf_out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndcpcm.h23 typedef void (*ConverterType)(const void *buf_in, void *buf_out,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dcrypto.h76 void * buf_out );
83 void * buf_out );
H A Dcrypto.c235 void * buf_out )
239 (unsigned char*)buf_out );
256 void * buf_out )
260 (unsigned char*)buf_out );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dcws2fws.c31 char buf_in[1024], buf_out[65536]; local
99 zstream.next_out = &buf_out[0];
113 if (write(fd_out, &buf_out, zstream.total_out - last_out) <
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Dcws2fws.c25 char buf_in[1024], buf_out[65536]; local
92 zstream.next_out = &buf_out[0];
107 if (write(fd_out, &buf_out, zstream.total_out - last_out) < zstream.total_out - last_out) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dpkeyutl.c102 unsigned char *buf_in = NULL, *buf_out = NULL, *sig = NULL; local
333 buf_out = OPENSSL_malloc(buf_outlen);
334 if (!buf_out)
338 buf_out, (size_t *)&buf_outlen,
350 if (!ASN1_parse_dump(out, buf_out, buf_outlen, 1, -1))
353 BIO_dump(out, (char *)buf_out, buf_outlen);
355 BIO_write(out, buf_out, buf_outlen);
364 if (buf_out != NULL)
365 OPENSSL_free(buf_out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dpkeyutl.c102 unsigned char *buf_in = NULL, *buf_out = NULL, *sig = NULL; local
333 buf_out = OPENSSL_malloc(buf_outlen);
334 if (!buf_out)
338 buf_out, (size_t *)&buf_outlen,
350 if (!ASN1_parse_dump(out, buf_out, buf_outlen, 1, -1))
353 BIO_dump(out, (char *)buf_out, buf_outlen);
355 BIO_write(out, buf_out, buf_outlen);
364 if (buf_out != NULL)
365 OPENSSL_free(buf_out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcngdec.c109 int16_t *buf_out; local
147 buf_out = (int16_t *)frame->data[0];
149 buf_out[i] = p->filter_out[i + p->order];
H A Damrnbdec.c902 * @param buf_out output of the filter
904 static void postfilter(AMRContext *p, float *lpc, float *buf_out) argument
935 p->celpf_ctx.celp_lp_zero_synthesis_filterf(buf_out, lpc_n,
939 ff_tilt_compensation(&p->tilt_mem, tilt_factor(p, lpc_n, lpc_d), buf_out,
942 ff_adaptive_gain_control(buf_out, buf_out, speech_gain, AMR_SUBFRAME_SIZE,
956 float *buf_out; // pointer to the output data buffer local
968 buf_out = (float *)frame->data[0];
1054 postfilter(p, p->lpc[subframe], buf_out + subframe * AMR_SUBFRAME_SIZE);
1061 p->acelpf_ctx.acelp_apply_order_2_transfer_function(buf_out,
[all...]
H A Damrwbdec.c1101 float *buf_out; local
1117 buf_out = (float *)frame->data[0];
1172 float *sub_buf = buf_out + sub * AMRWB_SFR_SIZE_16k;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Damrnbdec.c884 * @param buf_out output of the filter
886 static void postfilter(AMRContext *p, float *lpc, float *buf_out) argument
917 ff_celp_lp_zero_synthesis_filterf(buf_out, lpc_n,
921 ff_tilt_compensation(&p->tilt_mem, tilt_factor(lpc_n, lpc_d), buf_out,
924 ff_adaptive_gain_control(buf_out, buf_out, speech_gain, AMR_SUBFRAME_SIZE,
937 float *buf_out; // pointer to the output data buffer local
951 buf_out = (float *)p->avframe.data[0];
1034 postfilter(p, p->lpc[subframe], buf_out + subframe * AMR_SUBFRAME_SIZE);
1041 ff_acelp_apply_order_2_transfer_function(buf_out, buf_ou
[all...]
H A Damrwbdec.c1076 float *buf_out; local
1094 buf_out = (float *)ctx->avframe.data[0];
1149 float *sub_buf = buf_out + sub * AMRWB_SFR_SIZE_16k;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndcpcm.cpp52 static void Convert_##name(const void *buf_in, void *buf_out, wxUint32 len) \
56 register output_type *t_buf_out = (output_type *)buf_out; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/iser/
H A Diser_initiator.c103 struct iser_data_buf *buf_out = &iser_task->data[ISER_DIR_OUT]; local
107 buf_out,

Completed in 133 milliseconds