HomeSort by relevance Sort by last modified time
    Searched refs:buffer_in (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libmkv/
EbmlBufferWriter.c 11 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len)
15 memcpy(src, buffer_in, len);
31 void Ebml_Serialize(EbmlGlobal *glob, const void *buffer_in, unsigned long len)
35 const unsigned char *const p = (const unsigned char *)(buffer_in);
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.h 171 // 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
server_connection_manager.cc 178 bool ok = post->Init(path.c_str(), auth_token, params->buffer_in,
  /external/libvpx/
vpxenc.c 488 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len)
490 if(fwrite(buffer_in, 1, len, glob->stream));
494 void Ebml_Serialize(EbmlGlobal *glob, const void *buffer_in, unsigned long len)
496 const unsigned char *q = (const unsigned char *)buffer_in + len - 1;
    [all...]

Completed in 258 milliseconds