Home
last modified time | relevance | path

Searched refs:raw_size (Results 1 - 25 of 42) sorted by relevance

12

/third_party/node/deps/v8/src/init/
H A Dstartup-data-util.cc30 data->raw_size = 0; in ClearStartupData()
55 startup_data->raw_size = static_cast<int>(ftell(file)); in Load()
58 startup_data->data = new char[startup_data->raw_size]; in Load()
60 1, startup_data->raw_size, file)); in Load()
63 if (startup_data->raw_size == read_size) { in Load()
/third_party/ffmpeg/libavcodec/
H A Dextract_extradata_bsf.c79 extradata_size += obu->raw_size; in extract_extradata_av1()
83 filtered_size += obu->raw_size; in extract_extradata_av1()
117 bytestream2_put_bufferu(&pb_extradata, obu->raw_data, obu->raw_size); in extract_extradata_av1()
119 bytestream2_put_bufferu(&pb_filtered_data, obu->raw_data, obu->raw_size); in extract_extradata_av1()
167 extradata_size += nal->raw_size + 3; in extract_extradata_h2645()
175 filtered_size += nal->raw_size + 3; in extract_extradata_h2645()
212 bytestream2_put_bufferu(&pb_extradata, nal->raw_data, nal->raw_size); in extract_extradata_h2645()
215 bytestream2_put_bufferu(&pb_filtered_data, nal->raw_data, nal->raw_size); in extract_extradata_h2645()
H A Dh2645_parse.h44 int raw_size; member
H A Dlibsvtav1.c54 int raw_size; member
132 svt_enc->raw_size = luma_size * 3 / 2; in alloc_buffer()
465 if (filled_len > svt_enc->raw_size * max_frames) { in get_output_ref()
H A Dav1_parse.h49 int raw_size; member
H A Dav1_parse.c47 obu->raw_size = len; in ff_av1_extract_obu()
H A Dflashsv2enc.c122 double raw_size; ///< size of raw frames since last keyframe member
178 s->raw_size = s->comp_size = s->uncomp_size = 10; in reset_stats()
683 s->raw_size += s->image_width * s->image_height * 3; in encode_all_blocks()
743 enc_ratio = s->uncomp_size / s->raw_size; in recommend_keyframe()
745 data_ratio = s->comp_size / s->raw_size; in recommend_keyframe()
H A Dvc1dec.c641 int raw_size; in vc1_decode_frame() member
706 slices[n_slices].raw_size = size + 4; in vc1_decode_frame()
735 slices[n_slices].raw_size = size + 4; in vc1_decode_frame()
769 slices[n_slices].raw_size = buf + buf_size - divider; in vc1_decode_frame()
932 if ((ret = avctx->hwaccel->decode_slice(avctx, slices[i].rawbuf, slices[i].raw_size)) < 0) in vc1_decode_frame()
979 if ((ret = avctx->hwaccel->decode_slice(avctx, slices[i].rawbuf, slices[i].raw_size)) < 0) in vc1_decode_frame()
1016 if ((ret = avctx->hwaccel->decode_slice(avctx, slices[i].rawbuf, slices[i].raw_size)) < 0) in vc1_decode_frame()
H A Dh2645_parse.c90 nal->raw_size = length; in ff_h2645_extract_rbsp()
142 nal->raw_size = si; in ff_h2645_extract_rbsp()
H A Dh264dec.c661 ret = avctx->hwaccel->decode_slice(avctx, nal->raw_data, nal->raw_size); in decode_nal_units()
692 nal->raw_size); in decode_nal_units()
700 init_get_bits8(&tmp_gb, nal->raw_data + 1, nal->raw_size - 1); in decode_nal_units()
711 nal->raw_size); in decode_nal_units()
H A Dh264_parse.c388 init_get_bits8(&tmp_gb, nal->raw_data + 1, nal->raw_size - 1); in decode_extradata_ps()
H A Dhevcdec.c3117 nal->raw_size); in decode_nal_unit()
3130 nal->raw_size); in decode_nal_unit()
3144 nal->raw_size); in decode_nal_unit()
3158 nal->raw_size); in decode_nal_unit()
3253 ret = s->avctx->hwaccel->decode_slice(s->avctx, nal->raw_data, nal->raw_size); in decode_nal_unit()
3345 s->rpu_buf = av_buffer_alloc(nal->raw_size - 2); in decode_nal_units()
3348 memcpy(s->rpu_buf->data, nal->raw_data + 2, nal->raw_size - 2); in decode_nal_units()
/third_party/node/deps/v8/src/snapshot/
H A Dsnapshot.cc107 data->raw_size - kChecksumStart); in ChecksummedContent()
154 static_cast<uint32_t>(data->raw_size)); in VersionIsValid()
594 CHECK_LT(kNumberOfContextsOffset, data->raw_size); in ExtractNumContexts()
618 CHECK_LT(context_offset, static_cast<uint32_t>(data->raw_size)); in ExtractContextOffset()
624 static_cast<uint32_t>(data->raw_size)); in ExtractRehashability()
636 CHECK_LT(end_offset, snapshot->raw_size); in ExtractData()
677 next_context_offset = data->raw_size; in ExtractContextData()
680 CHECK_LT(next_context_offset, data->raw_size); in ExtractContextData()
694 static_cast<uint32_t>(data->raw_size)); in CheckVersion()
702 data->data + kVersionStringOffset, data->raw_size, in CheckVersion()
[all...]
H A Dcontext-serializer.cc219 bool DataIsEmpty(const StartupData& data) { return data.raw_size == 0; } in DataIsEmpty()
303 embedder_fields_sink_.PutInt(data.raw_size, "embedder fields data size"); in SerializeJSObjectWithEmbedderFields()
305 data.raw_size, "embedder fields data"); in SerializeJSObjectWithEmbedderFields()
H A Dsnapshot-external.cc28 DCHECK_GT(snapshot_blob->raw_size, 0); in SetSnapshotFromFile()
H A Dmksnapshot.cc43 reinterpret_cast<const i::byte*>(blob.data), blob.raw_size); in WriteSnapshot()
/third_party/node/src/
H A Dnode_snapshotable.cc436 // [ 4/8 bytes ] raw_size
437 // [ |raw_size| bytes ] contents
442 int raw_size = Read<int>(); in Read() local
443 Debug("size=%d\n", raw_size); in Read()
445 CHECK_GT(raw_size, 0); // There should be no startup data of size 0. in Read()
447 std::unique_ptr<char> buf = std::unique_ptr<char>(new char[raw_size]); in Read()
448 Read<char>(buf.get(), raw_size); in Read()
450 return v8::StartupData{buf.release(), raw_size}; in Read()
455 Debug("\nWrite<v8::StartupData>() size=%d\n", data.raw_size); in Write()
457 CHECK_GT(data.raw_size, in Write()
[all...]
H A Djs_native_api_v8.cc1461 snapshotBlob->raw_size = options->snapshotBlobSize; in OH_JSVM_CreateVM()
1971 *blobSize = blob.raw_size; in OH_JSVM_CreateSnapshot()
/third_party/mbedtls/include/mbedtls/
H A Dpsa_util.h175 * \param raw_size Size of \p raw in bytes. Must be at least
182 unsigned char *raw, size_t raw_size, size_t *raw_len);
/third_party/libbpf/src/
H A Dbpf_gen_internal.h57 void bpf_gen__load_btf(struct bpf_gen *gen, const void *raw_data, __u32 raw_size);
H A Dbtf.c40 __u32 raw_size; member
229 if (btf->raw_size < sizeof(struct btf_header)) { in btf_parse_hdr()
247 if (btf->raw_size < hdr->hdr_len) { in btf_parse_hdr()
249 hdr->hdr_len, btf->raw_size); in btf_parse_hdr()
253 meta_left = btf->raw_size - hdr->hdr_len; in btf_parse_hdr()
255 pr_debug("Invalid BTF total size: %u\n", btf->raw_size); in btf_parse_hdr()
1001 btf->raw_size = sizeof(struct btf_header) + (base_btf ? 0 : 1); in btf_new_empty()
1002 btf->raw_data = calloc(1, btf->raw_size); in btf_new_empty()
1056 btf->raw_size = size; in btf_new()
1425 __u32 buf_sz = 0, raw_size; local
[all...]
/third_party/mbedtls/library/
H A Dpsa_util.c553 unsigned char *raw, size_t raw_size, size_t *raw_len) in mbedtls_ecdsa_der_to_raw()
563 if (raw_size < coordinate_size * 2) { in mbedtls_ecdsa_der_to_raw()
552 mbedtls_ecdsa_der_to_raw(size_t bits, const unsigned char *der, size_t der_len, unsigned char *raw, size_t raw_size, size_t *raw_len) mbedtls_ecdsa_der_to_raw() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-snapshot.h31 int raw_size; member in v8::StartupData
/third_party/node/deps/v8/include/
H A Dv8-snapshot.h31 int raw_size; member in v8::StartupData
/third_party/node/deps/v8/src/execution/
H A Disolate.h1354 return snapshot_blob_ != nullptr && snapshot_blob_->raw_size != 0; in snapshot_available()

Completed in 39 milliseconds

12