Home
last modified time | relevance | path

Searched defs:Resize (Results 1 – 25 of 75) sorted by relevance

123

/external/libgav1/libgav1/src/utils/
Ddynamic_buffer.h39 bool Resize(size_t size) { in Resize() function
67 bool Resize(size_t size) { in Resize() function
/external/tensorflow/tensorflow/core/kernels/
Dtensor_cord.cc73 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
82 static void Resize(string_type* s, size_t new_size) { in Resize() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dresize_uninitialized.h36 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
/external/libtextclassifier/abseil-cpp/absl/strings/internal/
Dresize_uninitialized.h36 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dresize_uninitialized.h38 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
/external/abseil-cpp/absl/strings/internal/
Dresize_uninitialized.h38 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
/external/openscreen/third_party/abseil/src/absl/strings/internal/
Dresize_uninitialized.h36 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
Dresize_uninitialized.h38 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dresize.cc27 Resize::Resize(const OperationDef& definition, const Resize2DAttributes& attr) in Resize() function in tflite::gpu::Resize
32 Resize::Resize(Resize&& operation) in Resize() function in tflite::gpu::Resize
/external/grpc-grpc/src/cpp/common/
Dresource_quota_cc.cc31 ResourceQuota& ResourceQuota::Resize(size_t new_size) { in Resize() function in grpc::ResourceQuota
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dresource_quota_cc.cc31 ResourceQuota& ResourceQuota::Resize(size_t new_size) { in Resize() function in grpc::ResourceQuota
/external/libbrillo/brillo/streams/
Dmemory_containers.cc84 bool ContiguousReadOnlyBufferBase::Resize(size_t /* new_size */, in Resize() function in brillo::data_container::ContiguousReadOnlyBufferBase
106 bool StringPtr::Resize(size_t new_size, ErrorPtr* /* error */) { in Resize() function in brillo::data_container::StringPtr
Dmemory_containers.h159 bool Resize(size_t new_size, ErrorPtr* /* error */) override { in Resize() function
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dresize.cc34 class Resize : public NodeShader { class
/external/webrtc/modules/include/
Dmodule_common_types.cc90 void RTPFragmentationHeader::Resize(size_t size) { in Resize() function in webrtc::RTPFragmentationHeader
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_op_benchmark_test.cc24 static Graph* Resize(const char* algorithm, int batches, int width, in Resize() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_vector.h80 void Resize(uptr size) { in Resize() function
/external/webrtc/common_video/
Di420_buffer_pool.cc32 bool I420BufferPool::Resize(size_t max_number_of_buffers) { in Resize() function in webrtc::I420BufferPool
/external/webrtc/test/linux/
Dglx_renderer.cc118 void GlxRenderer::Resize(size_t width, size_t height) { in Resize() function in webrtc::test::GlxRenderer
/external/tensorflow/tensorflow/core/platform/
Dstrcat.cc121 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
130 static void Resize(string_type* s, size_t new_size) { in Resize() function
/external/openscreen/cast/standalone_receiver/
Ddecoder.cc25 void Decoder::Buffer::Resize(int new_size) { in Resize() function in openscreen::cast::Decoder::Buffer
/external/libtextclassifier/native/utils/tflite/
Dblacklist_base.cc36 TfLiteStatus Resize(TfLiteContext* context, TfLiteNode* node) { in Resize() function
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_frame_buffer_pool.cc102 bool Vp9FrameBufferPool::Resize(size_t max_number_of_buffers) { in Resize() function in webrtc::Vp9FrameBufferPool
/external/gemmlowp/test/
Dtest.h77 void Resize(int rows, int cols) { in Resize() function
/external/webrtc/rtc_base/
Dbyte_buffer.h87 void Resize(size_t size) { buffer_.SetSize(size); } in Resize() function

123