HomeSort by relevance Sort by last modified time
    Searched full:bytes_to_complete_header (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/browser/speech/
chunked_byte_buffer.cc 52 const size_t bytes_to_complete_header = local
54 insert_length = std::min(bytes_to_complete_header, remaining_bytes);
56 header_completed = (remaining_bytes >= bytes_to_complete_header);

Completed in 95 milliseconds