Searched refs:size_bytes (Results 1 - 23 of 23) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
H A DbtGenericPoolAllocator.cpp117 \param size_bytes size in bytes of the buffer
119 void * btGenericMemoryPool::allocate(size_t size_bytes) argument
122 size_t module = size_bytes%m_element_size;
123 size_t element_count = size_bytes/m_element_size;
185 void * btGenericPoolAllocator::failback_alloc(size_t size_bytes) argument
191 if(size_bytes<=get_pool_capacity())
198 return btAlignedAlloc(size_bytes,16);
201 return pool->allocate(size_bytes);
213 \param size_bytes size in bytes of the buffer
215 void * btGenericPoolAllocator::allocate(size_t size_bytes) argument
[all...]
H A DbtGenericPoolAllocator.h99 \param size_bytes size in bytes of the buffer
101 void * allocate(size_t size_bytes);
133 void * failback_alloc(size_t size_bytes);
149 \param size_bytes size in bytes of the buffer
151 void * allocate(size_t size_bytes);
/external/webrtc/webrtc/modules/audio_processing/aecm/
H A Decho_control_mobile.h166 * size_t size_bytes Size in bytes of the echo path
175 size_t size_bytes);
185 * size_t size_bytes Size in bytes of the echo path
194 size_t size_bytes);
H A Decho_control_mobile.c517 size_t size_bytes)
528 if (size_bytes != WebRtcAecm_echo_path_size_bytes())
545 size_t size_bytes)
556 if (size_bytes != WebRtcAecm_echo_path_size_bytes())
566 memcpy(echo_path_ptr, aecm->aecmCore->channelStored, size_bytes);
515 WebRtcAecm_InitEchoPath(void* aecmInst, const void* echo_path, size_t size_bytes) argument
543 WebRtcAecm_GetEchoPath(void* aecmInst, void* echo_path, size_t size_bytes) argument
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dscreenshare_layers.h28 void LayerFrameEncoded(unsigned int size_bytes, uint8_t layer_id);
H A Dscreenshare_layers.cc41 void ScreenshareLayersVP9::LayerFrameEncoded(unsigned int size_bytes, argument
44 bits_used_[layer_id] += size_bytes * 8;
/external/webrtc/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.h52 int SetEchoPath(const void* echo_path, size_t size_bytes) override;
53 int GetEchoPath(void* echo_path, size_t size_bytes) const override;
H A Decho_control_mobile_impl.cc264 size_t size_bytes) {
271 if (size_bytes != echo_path_size_bytes()) {
277 external_echo_path_ = new unsigned char[size_bytes];
279 memcpy(external_echo_path_, echo_path, size_bytes);
286 size_t size_bytes) const {
291 if (size_bytes != echo_path_size_bytes()) {
301 int32_t err = WebRtcAecm_GetEchoPath(my_handle, echo_path, size_bytes);
263 SetEchoPath(const void* echo_path, size_t size_bytes) argument
/external/autotest/client/cros/audio/
H A Daudio_data.py20 size_bytes: Number of bytes for one sample.
26 size_bytes=4), variable
30 size_bytes=2)) variable
41 size_bits = SAMPLE_FORMATS[sample_format]['size_bytes'] * 8
84 data = handle.read(SAMPLE_FORMATS[self.sample_format]['size_bytes'])
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
H A DbtGenericPoolAllocator.java86 public long allocate(long size_bytes) { argument
87 return CollisionJNI.btGenericPoolAllocator_allocate(swigCPtr, this, size_bytes);
H A DbtGenericMemoryPool.java142 public long allocate(long size_bytes) { argument
143 return CollisionJNI.btGenericMemoryPool_allocate(swigCPtr, this, size_bytes);
/external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/
H A Dprotobufwireadaptertest.cc81 unsigned char* size_bytes; local
82 util::PoloUtil::IntToBigEndianBytes(message_size, size_bytes);
86 std::vector<uint8_t>(size_bytes, size_bytes + 4));
93 unsigned char* size_bytes; local
94 util::PoloUtil::IntToBigEndianBytes(outer_string.length(), size_bytes);
98 memcpy(buffer, size_bytes, 4);
/external/webrtc/webrtc/modules/video_coding/
H A Dmedia_optimization.cc63 EncodedFrameSample(size_t size_bytes, argument
66 : size_bytes(size_bytes),
70 size_t size_bytes; member in struct:webrtc::media_optimization::MediaOptimization::EncodedFrameSample
347 // size_bytes.
348 encoded_frame_samples_.back().size_bytes += encoded_length;
503 framesize_sum += it->size_bytes;
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dnack.cc94 size_t size_bytes = local
96 size_t header_length = ((size_bytes + 3) / 4) - 1; // As 32bit words - 1
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
H A Dprotobufwireadapter.cc402 uint8_t* size_bytes; local
403 util::PoloUtil::IntToBigEndianBytes(outer_string.length(), size_bytes);
408 std::copy(size_bytes, size_bytes + 4, iter);
410 delete[] size_bytes;
/external/webrtc/webrtc/modules/audio_processing/include/
H A Dmock_audio_processing.h72 int(const void* echo_path, size_t size_bytes));
74 int(void* echo_path, size_t size_bytes));
H A Daudio_processing.h739 // Controlling the echo path this way requires the data |size_bytes| to match
747 virtual int SetEchoPath(const void* echo_path, size_t size_bytes) = 0;
748 virtual int GetEchoPath(void* echo_path, size_t size_bytes) const = 0;
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb/
H A Dtest_layer2.py59 self.assertEqual(table.size_bytes, 21)
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_utility.cc471 size_t size_bytes,
474 if (size_bytes < RtcpCommonHeader::kHeaderSizeBytes) {
475 LOG(LS_WARNING) << "Too little data (" << size_bytes << " byte"
476 << (size_bytes != 1 ? "s" : "")
496 if (size_bytes < packet_size_words * 4) {
497 LOG(LS_WARNING) << "Buffer too small (" << size_bytes
470 RtcpParseCommonHeader(const uint8_t* packet, size_t size_bytes, RtcpCommonHeader* parsed_header) argument
H A Drtcp_utility.h356 size_t size_bytes,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
H A Dtable.py95 :ivar size_bytes: Total size of the specified table, in bytes.
173 def size_bytes(self): member in class:Table
/external/tinyalsa/
H A Dpcm.c404 int size_bytes = pcm_frames_to_bytes(pcm, frames); local
412 size_bytes);
416 size_bytes);
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
H A Dtest_layer2.py90 assert table.size_bytes == 0

Completed in 828 milliseconds