Home
last modified time | relevance | path

Searched defs:buf_size (Results 876 - 900 of 1328) sorted by relevance

1...<<31323334353637383940>>...54

/third_party/ffmpeg/libavcodec/
H A Dmss3.c689 int buf_size = avpkt->size; in mss3_decode_frame() local
H A Dutils.c388 avcodec_fill_audio_frame(AVFrame *frame, int nb_channels, enum AVSampleFormat sample_fmt, const uint8_t *buf, int buf_size, int align) avcodec_fill_audio_frame() argument
H A Don2avc.c846 int buf_size = avpkt->size; in on2avc_decode_frame() local
801 on2avc_decode_subframe(On2AVCContext *c, const uint8_t *buf, int buf_size, AVFrame *dst, int offset) on2avc_decode_subframe() argument
/third_party/ffmpeg/libavfilter/
H A Daf_loudnorm.c67 int buf_size; member
[all...]
/third_party/ffmpeg/libavformat/
H A Drmdec.c69 static inline void get_strl(AVIOContext *pb, char *buf, int buf_size, int len) in get_strl() argument
77 static void get_str8(AVIOContext *pb, char *buf, int buf_size) in get_str8() argument
H A Dwtvdec.c71 static int wtvfile_read_packet(void *opaque, uint8_t *buf, int buf_size) in wtvfile_read_packet() argument
256 static AVIOContext * wtvfile_open2(AVFormatContext *s, const uint8_t *buf, int buf_size, const uint8_t *filename, int filename_size) in wtvfile_open2() argument
388 filetime_to_iso8601(char *buf, int buf_size, int64_t value) filetime_to_iso8601() argument
404 crazytime_to_iso8601(char *buf, int buf_size, int64_t value) crazytime_to_iso8601() argument
420 oledate_to_iso8601(char *buf, int buf_size, int64_t value) oledate_to_iso8601() argument
462 int buf_size; get_tag() local
845 int buf_size; parse_chunks() local
[all...]
H A Dsegment.c570 int buf_size = 32768; in open_null_ctx() local
/third_party/ffmpeg/libavutil/
H A Dpixdesc.c2647 char *av_get_pix_fmt_string(char *buf, int buf_size, in av_get_pix_fmt_string() argument
/third_party/curl/lib/
H A Dtelnet.c1380 const DWORD buf_size = (DWORD)sizeof(buffer); in telnet_do() local
/third_party/alsa-lib/src/pcm/
H A Dpcm_meter.c62 snd_pcm_uframes_t buf_size; member
[all...]
/third_party/backends/backend/
H A Depson2.c521 size_t buf_size = INQUIRY_BUF_SIZE; in detect_scsi() local
H A Dbh.c488 size_t buf_size = sizeof(buf); in read_barcode_data() local
571 size_t buf_size = sizeof(buf); in read_icon_data() local
604 read_barfile (BH_Scanner *s, void *buf, size_t *buf_size) in read_barfile() argument
648 read_data(BH_Scanner *s, void *buf, size_t *buf_size) read_data() argument
954 inquiry(int fd, void *buf, size_t *buf_size, SANE_Byte evpd, SANE_Byte page_code) inquiry() argument
2850 size_t buf_size; attach() local
[all...]
H A Dsnapscan-sources.c315 SANE_Int buf_size; member
351 BufSource_init(BufSource *pself, SnapScan_Scanner *pss, SANE_Byte *buf, SANE_Int buf_size) BufSource_init() argument
/third_party/alsa-utils/alsaloop/
H A Dalsaloop.h110 snd_pcm_uframes_t buf_size; /* buffer size in frames */ member
/third_party/mbedtls/library/
H A Dx509.c1023 int mbedtls_x509_key_size_helper(char *buf, size_t buf_size, const char *name) in mbedtls_x509_key_size_helper() argument
/third_party/lame/libmp3lame/
H A Dlame.c1724 int const buf_size = mp3buf_size == 0 ? INT_MAX : mp3buf_size; in lame_encode_buffer_sample_t() local
1789 int buf_size = mp3buf_size - mp3size; in lame_encode_buffer_sample_t() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.c577 unsigned buf_size = MAX2(size, screen->info.min_alloc_size); in si_query_buffer_alloc() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsdecrypt.c732 static inline void ntfs_buffer_reverse(u8 *buf, unsigned buf_size) in ntfs_buffer_reverse() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dtokenize.c967 setup_stream(stream_t *stream, int idx, int fd, unsigned char *buf, unsigned int buf_size) setup_stream() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c503 unsigned buf_size = MAX2(query->result_size, in r600_new_query_buffer() local
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c46 int buf_size; /* Buffer size */ member
90 OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size) in OSSL_HTTP_REQ_CTX_new() argument
371 http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int use_ssl, const char *proxy, const char *server, const char *port, int buf_size, int overall_timeout) http_req_ctx_new() argument
927 OSSL_HTTP_open(const char *server, const char *port, const char *proxy, const char *no_proxy, int use_ssl, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, int overall_timeout) OSSL_HTTP_open() argument
1123 OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout) OSSL_HTTP_get() argument
1212 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument
[all...]
/third_party/openssl/crypto/http/
H A Dhttp_client.c46 int buf_size; /* Buffer size */ member
90 OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size) in OSSL_HTTP_REQ_CTX_new() argument
364 http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int use_ssl, const char *proxy, const char *server, const char *port, int buf_size, int overall_timeout) http_req_ctx_new() argument
916 OSSL_HTTP_open(const char *server, const char *port, const char *proxy, const char *no_proxy, int use_ssl, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, int overall_timeout) OSSL_HTTP_open() argument
1112 OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout) OSSL_HTTP_get() argument
1201 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcKHRDebugTests.cpp1572 GLsizei buf_size = (GLsizei)((half_count + 1) * (label_length + 1)); in iterate() local
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dcommand_parser.cc780 auto buf_size = static_cast<int32_t>(buf->GetFormat()->SizeInBytes()); in ProcessUniform() local
/third_party/skia/third_party/externals/libpng/
H A Dpngwrite.c1064 png_alloc_size_t buf_size; in png_set_filter() local

Completed in 48 milliseconds

1...<<31323334353637383940>>...54