Searched defs:buffer_in (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/third_party/libmkv/
H A DEbmlBufferWriter.c11 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len) { argument
14 memcpy(src, buffer_in, len);
28 void Ebml_Serialize(EbmlGlobal *glob, const void *buffer_in, unsigned long len) { argument
31 const unsigned char *const p = (const unsigned char *)(buffer_in);
/external/chromium_org/media/base/
H A Daudio_buffer_queue.cc26 void AudioBufferQueue::Append(const scoped_refptr<AudioBuffer>& buffer_in) { argument
29 if (buffers_.empty() && buffer_in->timestamp() != kNoTimestamp()) {
30 current_time_ = buffer_in->timestamp();
35 buffers_.push_back(buffer_in);
39 frames_ += buffer_in->frame_count();
H A Dseekable_buffer.cc62 bool SeekableBuffer::Append(const scoped_refptr<DataBuffer>& buffer_in) { argument
63 if (buffers_.empty() && buffer_in->timestamp() != kNoTimestamp()) {
64 current_time_ = buffer_in->timestamp();
69 buffers_.push_back(buffer_in);
79 forward_bytes_ += buffer_in->data_size();
/external/chromium_org/media/filters/
H A Daudio_renderer_algorithm.cc369 const scoped_refptr<AudioBuffer>& buffer_in) {
370 DCHECK(!buffer_in->end_of_stream());
371 audio_buffer_.Append(buffer_in);
368 EnqueueBuffer( const scoped_refptr<AudioBuffer>& buffer_in) argument
/external/libvpx/libvpx/
H A Dwebmenc.c19 const void *buffer_in,
21 (void) fwrite(buffer_in, 1, len, glob->stream);
26 x = (char)(*(const s *)buffer_in >> (i * CHAR_BIT)); \
31 const void *buffer_in,
18 Ebml_Write(struct EbmlGlobal *glob, const void *buffer_in, unsigned long len) argument
30 Ebml_Serialize(struct EbmlGlobal *glob, const void *buffer_in, int buffer_size, unsigned long len) argument
/external/chromium_org/sync/engine/net/
H A Dserver_connection_manager.h130 // buffer_in - will be POSTed
133 std::string buffer_in; member in struct:syncer::ServerConnectionManager::PostBufferParams
190 // POSTS buffer_in and reads a response into buffer_out. Uses our currently
/external/chromium/chrome/browser/sync/engine/net/
H A Dserver_connection_manager.h171 // buffer_in - will be POSTed
174 const std::string& buffer_in; member in struct:browser_sync::ServerConnectionManager::PostBufferParams
234 // POSTS buffer_in and reads a response into buffer_out. Uses our currently

Completed in 362 milliseconds