/third_party/eudev/export_include/ |
H A D | libudev.h | 127 int udev_monitor_set_receive_buffer_size(struct udev_monitor *udev_monitor, int size);
|
/third_party/ffmpeg/libavcodec/ |
H A D | adxenc.c | 108 bytestream_put_byte(&buf, BLOCK_SIZE); /* block size */ in adx_encode_header() 109 bytestream_put_byte(&buf, 4); /* sample size */ in adx_encode_header() 173 if ((hdrsize = adx_encode_header(avctx, dst, avpkt->size)) < 0) { in adx_encode_frame()
|
H A D | nvdec_vp9.c | 31 static int nvdec_vp9_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) in nvdec_vp9_start_frame() argument 168 // VP9 uses a fixed size pool of 8 possible reference frames in nvdec_vp9_frame_params()
|
H A D | pcm-bluray.c | 129 int buf_size = avpkt->size; in pcm_bluray_decode_frame()
|
H A D | pcm-blurayenc.c | 135 bytestream2_init_writer(&pb, avpkt->data + 4, avpkt->size - 4); in pcm_bluray_encode_frame()
|
H A D | v4l2_m2m_dec.c | 80 /* update the size of the resulting frame */ in v4l2_try_start() 143 if (!s->buf_pkt.size) { in v4l2_receive_frame()
|
H A D | targaenc.c | 42 * RLE compress the image, with maximum size of out_size 44 * @param out_size Maximum output size 174 pkt->size = out + 26 - pkt->data; in targa_encode_frame()
|
H A D | ra288.c | 194 int buf_size = avpkt->size; in ra288_decode_frame()
|
H A D | tiertexseqv.c | 237 int buf_size = avpkt->size; in seqvideo_decode_frame()
|
/third_party/eudev/src/libudev/ |
H A D | libudev.h | 127 int udev_monitor_set_receive_buffer_size(struct udev_monitor *udev_monitor, int size);
|
/third_party/eudev/src/udev/ |
H A D | udev.h | 85 const char *src, char *dest, size_t size,
|
/third_party/ffmpeg/libavdevice/ |
H A D | openal-dec.c | 40 /** The sample size (in bits) of the captured audio. **/ 201 /* Create a packet of appropriate size */ in read_packet() 210 return pkt->size; in read_packet() 236 {"sample_size", "set sample size", OFFSET(sample_size), AV_OPT_TYPE_INT, {.i64=16}, 8, 16, AV_OPT_FLAG_DECODING_PARAM },
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_qp.c | 108 if (sd_in && sd_in->size >= sizeof(AVVideoEncParams)) { in filter_frame()
|
/third_party/ffmpeg/libavutil/ |
H A D | opt.h | 695 int av_opt_set_bin (void *obj, const char *name, const uint8_t *val, int size, int search_flags);
|
/third_party/ffmpeg/libavformat/ |
H A D | fsb.c | 194 if (par->codec_id == AV_CODEC_ID_XMA2 && pkt->size >= 1) in fsb_read_packet()
|
/third_party/gn/src/base/files/ |
H A D | file_util.cc | 129 // Many files supplied in |path| have incorrect size (proc files etc). in ReadFileToStringWithMaxSize() 131 // file size as a hint for chunk size if available. in ReadFileToStringWithMaxSize() 154 // chunk size. in ReadFileToStringWithMaxSize() 196 *file_size = info.size; in GetFileSize()
|
/third_party/gn/src/gn/ |
H A D | binary_target_generator.cc | 97 for (std::size_t i = 0; i < target_->sources().size(); ++i) { in FillSources()
|
H A D | function_rebase_path_unittest.cc | 168 ASSERT_EQ(2u, ret.list_value().size()); in TEST()
|
/third_party/alsa-lib/src/topology/ |
H A D | ops.c | 79 hdr->size = sizeof(*hdr); in tplg_parse_ops()
|
/third_party/alsa-lib/include/ |
H A D | timer.h | 165 ssize_t snd_timer_read(snd_timer_t *handle, void *buffer, size_t size);
|
/third_party/astc-encoder/Utils/ |
H A D | astc_quant_generator.cpp | 394 for (size_t i = 0; i < quant_configs.size(); i++) in main()
|
/third_party/backends/backend/ |
H A D | microtek.h | 174 SANE_Int max_lookup_size; /* max. size of gamma LUT */ 176 SANE_Int gamma_size; /* size (bytes) of each LUT element */ 230 size_t size; /* size (bytes) of ring buffer */ member 231 size_t initial_size; /* initial size of ring buffer */
|
/third_party/curl/lib/ |
H A D | curl_rtmp.c | 314 data->req.size = data->req.bytecount; in rtmp_recv()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RBBIRuleBuilder.java | 179 // Calculate the size of each section in the data in bytes. in flattenData() 188 int statusTableSize = align8(fRuleStatusVals.size() * 4); in flattenData() 210 header[RBBIDataWrapper.DH_LENGTH] = totalSize; // fLength, the total size of all rule sections. in flattenData()
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetProviderICU.java | 309 String[] names = new String[icuCharsets.size()]; in getAvailableNames()
|