Searched defs:buf_out (Results 1 - 14 of 14) sorted by relevance
/third_party/ffmpeg/tools/ |
H A D | cws2fws.c | 31 char buf_in[1024], buf_out[65536]; in main() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | split.c | 82 AVFrame *buf_out; in activate() local
|
H A D | af_channelsplit.c | 165 AVFrame *buf_out = av_frame_clone(buf); in filter_frame() local
|
/third_party/elfutils/libelf/ |
H A D | elf_compress_gnu.c | 181 void *buf_out = __libelf_decompress (buf_in, size_in, size); in elf_compress_gnu() local
|
H A D | elf_compress.c | 225 void *buf_out = malloc (size_out ?: 1); in __libelf_decompress() local 298 void *buf_out = __libelf_decompress (buf_in, size_in, chdr.ch_size); in __libelf_decompress_elf() local 495 void *buf_out in elf_compress() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | cngdec.c | 111 int16_t *buf_out; in cng_decode_frame() local
|
H A D | amrnbdec.c | 914 static void postfilter(AMRContext *p, float *lpc, float *buf_out) in postfilter() argument 979 float *buf_out = (float *)frame->extended_data[ch]; in amrnb_decode_frame() local [all...] |
H A D | amrwbdec.c | 1131 float *buf_out = (float *)frame->extended_data[ch]; in amrwb_decode_frame() local
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_sign.c | 32 unsigned char *p, *buf_in = NULL, *buf_out = NULL; in ASN1_sign() local 157 unsigned char *buf_in = NULL, *buf_out = NULL; in ASN1_item_sign_ctx() local [all...] |
/third_party/openssl/crypto/asn1/ |
H A D | a_sign.c | 32 unsigned char *p, *buf_in = NULL, *buf_out = NULL; in ASN1_sign() local 157 unsigned char *buf_in = NULL, *buf_out = NULL; in ASN1_item_sign_ctx() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | hevc.c | 1046 int ff_hevc_annexb2mp4_buf(const uint8_t *buf_in, uint8_t **buf_out, in ff_hevc_annexb2mp4_buf() argument
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | pkeyutl.c | 112 unsigned char *buf_in = NULL, *buf_out = NULL, *sig = NULL; in pkeyutl_main() local
|
/third_party/openssl/apps/ |
H A D | pkeyutl.c | 112 unsigned char *buf_in = NULL, *buf_out = NULL, *sig = NULL; in pkeyutl_main() local
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 1635 ImWchar* buf_out = buf; in ImTextStrFromUtf8() local 1723 char* buf_out = buf; in ImTextStrToUtf8() local [all...] |
Completed in 33 milliseconds