Searched refs:data_size (Results 26 - 50 of 419) sorted by relevance

1234567891011>>

/external/chromium_org/content/renderer/media/android/
H A Daudio_decoder_android.cc28 AudioDecoderIO(const char* data, size_t data_size);
51 AudioDecoderIO::AudioDecoderIO(const char* data, size_t data_size) argument
55 if (!data || !data_size || data_size > 0x80000000)
60 encoded_shared_memory_.CreateAndMapAnonymous(data_size);
65 memcpy(encoded_shared_memory_.memory(), data, data_size);
109 WAVEDecoder(const uint8* data, size_t data_size);
188 WAVEDecoder::WAVEDecoder(const uint8_t* encoded_data, size_t data_size) argument
189 : data_size_(data_size),
195 if (buffer_ + data_size > buffer
498 TryWAVEFileDecoder(blink::WebAudioBus* destination_bus, const uint8_t* encoded_data, size_t data_size) argument
513 DecodeAudioFileData(blink::WebAudioBus* destination_bus, const char* data, size_t data_size, scoped_refptr<ThreadSafeSender> sender) argument
[all...]
/external/chromium_org/base/win/
H A Dresource_util.cc29 DWORD data_size = SizeofResource(module, hres_info);
39 *length = static_cast<size_t>(data_size);
/external/chromium_org/gpu/command_buffer/common/
H A Dbuffer.cc34 void* Buffer::GetDataAddress(uint32 data_offset, uint32 data_size) const {
36 end += data_size;
/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_delegate.cc11 uint32 data_size)
12 : buffer_(buffer), data_offset_(data_offset), data_size_(data_size) {
9 AsyncMemoryParams(scoped_refptr<Buffer> buffer, uint32 data_offset, uint32 data_size) argument
/external/chromium_org/media/base/android/
H A Dwebaudio_media_codec_bridge.h27 uint32_t data_size);
39 uint32_t data_size);
/external/chromium_org/remoting/protocol/
H A Dmessage_decoder.cc24 int data_size) {
25 buffer_.Append(data.get(), data_size);
23 AddData(scoped_refptr<net::IOBuffer> data, int data_size) argument
H A Dmessage_decoder.h40 void AddData(scoped_refptr<net::IOBuffer> data, int data_size);
/external/chromium_org/third_party/mesa/src/src/glsl/tests/
H A Duniform_initializer_utils.h32 unsigned data_size,
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
H A Dsubtable.cc40 SubTable::Builder::Builder(int32_t data_size) argument
41 : FontDataTable::Builder(data_size) {
/external/mesa3d/src/glsl/tests/
H A Duniform_initializer_utils.h32 unsigned data_size,
/external/sfntly/cpp/src/sfntly/table/
H A Dsubtable.cc40 SubTable::Builder::Builder(int32_t data_size) argument
41 : FontDataTable::Builder(data_size) {
/external/chromium_org/chrome/browser/extensions/api/log_private/
H A Dlog_private_apitest_chromeos.cc50 const int data_size = static_cast<int>(test_file_content.size()); local
51 EXPECT_EQ(data_size, file->Write(0, test_file_content.data(), data_size));
52 EXPECT_TRUE(file->SetLength(data_size));
/external/chromium_org/content/renderer/
H A Dmhtml_generator.h27 void NotifyBrowser(int job_id, int64 data_size);
/external/chromium_org/media/base/
H A Ddecoder_buffer.cc52 int data_size) {
55 return make_scoped_refptr(new DecoderBuffer(data, data_size, NULL, 0));
60 int data_size,
66 return make_scoped_refptr(new DecoderBuffer(data, data_size,
51 CopyFrom(const uint8* data, int data_size) argument
59 CopyFrom(const uint8* data, int data_size, const uint8* side_data, int side_data_size) argument
H A Ddecoder_buffer_queue_unittest.cc147 EXPECT_EQ(queue.data_size(), 0u);
150 EXPECT_EQ(queue.data_size(), 1200u);
153 EXPECT_EQ(queue.data_size(), 2200u);
156 EXPECT_EQ(queue.data_size(), 1000u);
160 EXPECT_EQ(queue.data_size(), 2998u);
163 EXPECT_EQ(queue.data_size(), 0u);
166 EXPECT_EQ(queue.data_size(), 1400u);
/external/chromium_org/remoting/codec/
H A Daudio_encoder_verbatim.cc19 DCHECK_EQ(1, packet->data_size());
/external/chromium_org/content/renderer/media/
H A Daudio_decoder.cc29 const char* data, size_t data_size) {
36 data_size, false);
85 << " data size: " << data_size
27 DecodeAudioFileData( blink::WebAudioBus* destination_bus, const char* data, size_t data_size) argument
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_util_unittest.cc73 const int data_size = 1000; local
74 const int file_size = GetFileSizeFromKeyAndDataSize(key, data_size);
75 EXPECT_EQ(data_size, GetDataSizeFromKeyAndFileSize(key, file_size));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Ddxbc_assemble.cpp33 size_t data_size = 0; local
35 data_size += sizeof(uint32_t) + sizeof(dxbc_chunk_header) + bswap_le32(chunks[i]->size);
37 size_t total_size = sizeof(dxbc_container_header) + data_size;
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Ddxbc_assemble.cpp33 size_t data_size = 0; local
35 data_size += sizeof(uint32_t) + sizeof(dxbc_chunk_header) + bswap_le32(chunks[i]->size);
37 size_t total_size = sizeof(dxbc_container_header) + data_size;
/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.h31 unsigned int data_size,
36 unsigned int data_size,
40 unsigned int data_size,
59 unsigned int data_size,
66 unsigned int data_size,
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A Daudio_classifier_test.cc50 const int data_size = channels * kFrameSizeSamples; local
51 webrtc::scoped_ptr<int16_t[]> in(new int16_t[data_size]);
75 data_size, in_file) == (size_t) data_size) {
76 bool is_music = classifier.Analysis(in.get(), data_size, channels);
/external/bluetooth/bluedroid/btif/co/
H A Dbta_hl_co.c359 ** data_size - the size of the data
368 UINT16 data_size, UINT8 *p_data, UINT16 evt)
374 BTIF_TRACE_DEBUG("%s app_id=%d mdl_handle=0x%x data_size=%d",
375 __FUNCTION__,app_id, mdl_handle, data_size);
381 if ((p_dcb->p_rx_pkt = (UINT8 *)btif_hl_get_buf(data_size)) != NULL)
383 memcpy(p_dcb->p_rx_pkt, p_data, data_size);
386 BTIF_TRACE_DEBUG("app_idx=%d mcl_idx=0x%x mdl_idx=0x%x data_size=%d",
387 app_idx, mcl_idx, mdl_idx, data_size);
388 r = send(p_dcb->p_scb->socket_id[1], p_dcb->p_rx_pkt, data_size, 0);
390 if (r == data_size)
367 bta_hl_co_put_rx_data(UINT8 app_id, tBTA_HL_MDL_HANDLE mdl_handle, UINT16 data_size, UINT8 *p_data, UINT16 evt) argument
455 bta_hl_co_put_echo_data(UINT8 app_id, tBTA_HL_MCL_HANDLE mcl_handle, UINT16 data_size, UINT8 *p_data, UINT16 evt) argument
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dwinping.cc128 inline uint32 ReplySize(uint32 data_size, int family) { argument
132 return sizeof(ICMP_ECHO_REPLY) + rtc::_max<uint32>(8, data_size);
137 return sizeof(ICMPV6_ECHO_REPLY) + data_size + 8 + (2 * sizeof(DWORD*));
211 IPAddress ip, uint32 data_size, uint32 timeout, uint8 ttl,
214 if (data_size == 0 || timeout == 0 || ttl == 0) {
215 LOG(LERROR) << "IcmpSendEcho: data_size/timeout/ttl is 0.";
227 uint32 reply_size = ReplySize(data_size, ip.family());
229 if (data_size > dlen_) {
231 dlen_ = data_size;
244 data_, uint16(data_size),
210 Ping( IPAddress ip, uint32 data_size, uint32 timeout, uint8 ttl, bool allow_fragments) argument
[all...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Dheaderparser.h36 ParseableChunk(const char* data_start, size_t data_size) { argument
37 SetDataBuffer(data_start, data_size);
78 void SetDataBuffer(const char* data_start, size_t data_size) { argument
80 end_ = data_start + data_size;
117 void Init(const char* data_start, size_t data_size) { argument
120 parseable_chunk_->SetDataBuffer(data_start, data_size);
122 parseable_chunk_ = new ParseableChunk(data_start, data_size);

Completed in 1303 milliseconds

1234567891011>>