Home
last modified time | relevance | path

Searched defs:len (Results 1476 - 1500 of 7526) sorted by relevance

1...<<51525354555657585960>>...302

/third_party/ffmpeg/libavformat/
H A Dstldec.c58 int len = 0; in get_pts() local
87 int len = ff_get_line(s->pb, line, sizeof(line)); in stl_read_header() local
H A Dtty.c80 int len; in efi_read() local
H A Dsccdec.c67 ptrdiff_t len; in scc_read_header() local
H A Dtakdec.c46 tak_check_crc(unsigned long checksum, const uint8_t *buf, unsigned int len) tak_check_crc() argument
H A Drtpdec_h261.c46 h261_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_h261_ctx, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) h261_handle_packet() argument
[all...]
H A Drtpdec_h263_rfc2190.c48 h263_handle_packet(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) h263_handle_packet() argument
[all...]
H A Drtpdec_dv.c89 dv_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_dv_ctx, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) dv_handle_packet() argument
H A Drtpdec_qcelp.c54 store_packet(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len) store_packet() argument
151 return_stored_frame(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len) return_stored_frame() argument
201 qcelp_parse_packet(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) qcelp_parse_packet() argument
[all...]
H A Drtpdec_mpa_robust.c43 mpa_robust_parse_rtp_header(AVFormatContext *ctx, const uint8_t *buf, int len, unsigned *adu_size, unsigned *cont) mpa_robust_parse_rtp_header() argument
66 mpa_robust_parse_packet(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) mpa_robust_parse_packet() argument
[all...]
/third_party/ffmpeg/libavutil/
H A Dfixed_dsp.c51 static void vector_fmul_add_c(int *dst, const int *src0, const int *src1, const int *src2, int len){ in vector_fmul_add_c() argument
61 static void vector_fmul_reverse_c(int *dst, const int *src0, const int *src1, int len) in vector_fmul_reverse_c() argument
73 vector_fmul_window_scaled_c(int16_t *dst, const int32_t *src0, const int32_t *src1, const int32_t *win, int len, uint8_t bits) vector_fmul_window_scaled_c() argument
94 vector_fmul_window_c(int32_t *dst, const int32_t *src0, const int32_t *src1, const int32_t *win, int len) vector_fmul_window_c() argument
114 vector_fmul_c(int *dst, const int *src0, const int *src1, int len) vector_fmul_c() argument
125 scalarproduct_fixed_c(const int *v1, const int *v2, int len) scalarproduct_fixed_c() argument
138 butterflies_fixed_c(int *v1s, int *v2, int len) butterflies_fixed_c() argument
[all...]
H A Dfloat_dsp.c27 vector_fmul_c(float *dst, const float *src0, const float *src1, int len) vector_fmul_c() argument
35 vector_dmul_c(double *dst, const double *src0, const double *src1, int len) vector_dmul_c() argument
43 vector_fmac_scalar_c(float *dst, const float *src, float mul, int len) vector_fmac_scalar_c() argument
51 vector_dmac_scalar_c(double *dst, const double *src, double mul, int len) vector_dmac_scalar_c() argument
59 vector_fmul_scalar_c(float *dst, const float *src, float mul, int len) vector_fmul_scalar_c() argument
67 vector_dmul_scalar_c(double *dst, const double *src, double mul, int len) vector_dmul_scalar_c() argument
75 vector_fmul_window_c(float *dst, const float *src0, const float *src1, const float *win, int len) vector_fmul_window_c() argument
94 vector_fmul_add_c(float *dst, const float *src0, const float *src1, const float *src2, int len) vector_fmul_add_c() argument
102 vector_fmul_reverse_c(float *dst, const float *src0, const float *src1, int len) vector_fmul_reverse_c() argument
112 butterflies_float_c(float *av_restrict v1, float *av_restrict v2, int len) butterflies_float_c() argument
124 avpriv_scalarproduct_float_c(const float *v1, const float *v2, int len) avpriv_scalarproduct_float_c() argument
[all...]
H A Dmd5.c41 uint64_t len; member
151 void av_md5_update(AVMD5 *ctx, const uint8_t *src, size_t len) in av_md5_update() argument
201 av_md5_sum(uint8_t *dst, const uint8_t *src, size_t len) av_md5_sum() argument
[all...]
H A Dmurmur3.c31 uint64_t len; member
94 void av_murmur3_update(AVMurMur3 *c, const uint8_t *src, size_t len) in av_murmur3_update() argument
[all...]
H A Davstring.h141 static inline size_t av_strnlen(const char *s, size_t len) in av_strnlen() argument
H A Dhmac.c161 void av_hmac_update(AVHMAC *c, const uint8_t *data, unsigned int len) in av_hmac_update() argument
184 int av_hmac_calc(AVHMAC *c, const uint8_t *data, unsigned int len, in av_hmac_calc() argument
H A Dcpu.c217 size_t len = sizeof(nb_cpus); in av_cpu_count() local
223 size_t len = sizeof(nb_cpus); in av_cpu_count() local
/third_party/ffmpeg/libavformat/tests/
H A Dsrtp.c95 static void print_data(const uint8_t *buf, int len) in print_data() argument
103 static int test_decrypt(struct SRTPContext *srtp, const uint8_t *in, int len, in test_decrypt() argument
118 int len; in test_encrypt() local
143 int len; main() local
[all...]
/third_party/ffmpeg/libavutil/tests/
H A Dblowfish.c128 test_blowfish(AVBlowfish *ctx, uint8_t *dst, const uint8_t *src, const uint8_t *ref, int len, uint8_t *iv, int dir, const char *test) test_blowfish() argument
/third_party/ffmpeg/libavutil/ppc/
H A Dfloat_dsp_altivec.c24 ff_vector_fmul_altivec(float *dst, const float *src0, const float *src1, int len) ff_vector_fmul_altivec() argument
40 ff_vector_fmul_window_altivec(float *dst, const float *src0, const float *src1, const float *win, int len) ff_vector_fmul_window_altivec() argument
73 ff_vector_fmul_add_altivec(float *dst, const float *src0, const float *src1, const float *src2, int len) ff_vector_fmul_add_altivec() argument
95 ff_vector_fmul_reverse_altivec(float *dst, const float *src0, const float *src1, int len) ff_vector_fmul_reverse_altivec() argument
[all...]
H A Dfloat_dsp_vsx.c24 ff_vector_fmul_vsx(float *dst, const float *src0, const float *src1, int len) ff_vector_fmul_vsx() argument
40 ff_vector_fmul_window_vsx(float *dst, const float *src0, const float *src1, const float *win, int len) ff_vector_fmul_window_vsx() argument
74 ff_vector_fmul_add_vsx(float *dst, const float *src0, const float *src1, const float *src2, int len) ff_vector_fmul_add_vsx() argument
90 ff_vector_fmul_reverse_vsx(float *dst, const float *src0, const float *src1, int len) ff_vector_fmul_reverse_vsx() argument
[all...]
/third_party/curl/lib/
H A Dstrerror.c581 get_winsock_error(int err, char *buf, size_t len) in get_winsock_error() argument
/third_party/curl/packages/OS400/
H A Dcurlcl.c41 short len; member
58 parse_command_line(const char *cmdargs, size_t len, in parse_command_line() argument
/third_party/curl/src/
H A Dtool_help.c84 size_t len; in print_category() local
/third_party/curl/tests/unit/
H A Dunit1650.c190 size_t len; variable
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_getalt.c62 size_t len = dirlen + 1 + filelen + 1; in __libdw_filepath() local
79 size_t len = debugdirlen + 1 + dirlen + 1 + filelen + 1; in __libdw_filepath() local

Completed in 11 milliseconds

1...<<51525354555657585960>>...302