Home
last modified time | relevance | path

Searched defs:new_buffer (Results 1 – 25 of 57) sorted by relevance

123

/external/webrtc/modules/desktop_capture/
Ddesktop_capturer_differ_wrapper.cc32 const uint8_t* new_buffer, in PartialBlockDifference()
53 const uint8_t* new_buffer, in CompareRow()
/external/libvpx/
Divfdec.c89 uint8_t *new_buffer = realloc(*buffer, 2 * frame_size); in ivf_read_frame() local
/external/libaom/common/
Divfdec.c82 uint8_t *new_buffer = (uint8_t *)realloc(*buffer, 2 * frame_size); in ivf_read_frame() local
Dobudec.c216 uint8_t *new_buffer = (uint8_t *)realloc(*obu_buffer, new_capacity); in obudec_grow_buffer() local
462 uint8_t *new_buffer = (uint8_t *)realloc(*buffer, tu_size); in obudec_read_temporal_unit() local
/external/rust/beto-rust/nearby/presence/np_adv/src/
Ddeserialization_arena.rs72 pub fn new_buffer() -> [u8; BLE_5_ADV_SVC_MAX_CONTENT_LEN] { in new_buffer() method
/external/mesa3d/src/gfxstream/aemu/include/
DAlignedBuf.h103 T* new_buffer = getNewBuffer(newSize); in resizeImpl() local
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dbuffer_reuse_pass.cc109 Value new_buffer = alloc_op.getResult(); in find_reuse_candiates() local
184 bool can_reuse_locally(Operation *op, Value old_buffer, Value new_buffer) { in can_reuse_locally()
/external/pytorch/aten/src/ATen/native/nested/
DNestedTensorFactories.cpp51 Tensor new_buffer = at::empty({buffer_size}, options); in empty_like_nested() local
61 Tensor new_buffer = in empty_like_nested() local
DNestedTensorMatmul.cpp194 auto new_buffer = at::matmul(jagged, other); in matmul_nested_with_broadcasted_dense() local
/external/webrtc/modules/remote_bitrate_estimator/
Dpacket_arrival_map.cc181 Timestamp* new_buffer = static_cast<Timestamp*>(raw); in Reallocate() local
/external/webrtc/rtc_base/
Dmemory_stream.cc128 if (char* new_buffer = new char[size]) { in DoReserve() local
/external/tcpdump/
Dnetdissect.c149 nd_push_buffer(netdissect_options *ndo, u_char *new_buffer, in nd_push_buffer()
/external/mesa3d/src/imagination/vulkan/
Dpvr_csb.c265 void *new_buffer = pvr_bo->bo->map; in pvr_csb_buffer_extend() local
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Ddevector.hpp2275 pointer new_buffer = allocate(new_capacity); in resize_front_slow_path() local
2325 pointer new_buffer = allocate(new_capacity); in resize_back_slow_path() local
2402 pointer new_buffer = allocate(new_capacity); in emplace_reallocating_slow_path() local
2664 pointer new_buffer = allocate(new_capacity); in BOOST_MOVE_ITERATE_0TO9() local
2778 pointer new_buffer = allocate(new_capacity); in insert_range_reallocating_slow_path() local
2839 pointer new_buffer = n ? allocate(n) : pointer(); in allocate_and_copy_range() local
/external/webrtc/modules/video_coding/
Dpacket_buffer.cc194 std::vector<std::unique_ptr<Packet>> new_buffer(new_size); in ExpandBufferSize() local
/external/libgav1/src/
Dinternal_frame_buffer_list.cc90 std::unique_ptr<Buffer> new_buffer(new (std::nothrow) Buffer); in GetFrameBuffer() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtensor_list_ops_decomposition.cc639 auto new_buffer = in HandleTensorListPushBackOp() local
664 auto new_buffer = builder.create<TF::IdentityOp>( in HandleTensorListPopBackOp() local
708 auto new_buffer = cutil::SetElement(index, buffer, set_item.item(), builder, in HandleTensorListSetItemOp() local
/external/rust/android-crates-io/crates/combine/src/stream/
Ddecoder.rs75 pub fn new_buffer() -> Self { in new_buffer() function
/external/pigweed/pw_bluetooth_sapphire/host/common/
Dbyte_buffer.cc242 std::unique_ptr<uint8_t[]> new_buffer = in expand() local
/external/mesa3d/src/gallium/frontends/va/
Dimage.c257 struct pipe_video_buffer *new_buffer = NULL; in vlVaDeriveImage() local
/external/icu/icu4c/source/test/cintltst/
Ducnvseltst.c353 char *new_buffer; in serializeAndUnserialize() local
/external/cronet/stable/third_party/icu/source/test/cintltst/
Ducnvseltst.c353 char *new_buffer; in serializeAndUnserialize() local
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/ec_extra/
Dec_asn1.c522 int new_buffer = 0; in i2o_ECPublicKey() local
/external/cronet/tot/third_party/icu/source/test/cintltst/
Ducnvseltst.c353 char *new_buffer; in serializeAndUnserialize() local
/external/flac/src/libFLAC/
Dbitwriter.c113 bwword *new_buffer; in bitwriter_grow_() local

123