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

  /external/chromium_org/chromecast/media/cma/ipc/
media_message.cc 116 size_t max_content_size = cached_header_->size - minimum_msg_size(); local
117 CHECK_LE(cached_header_->content_size, max_content_size);
136 size_t max_content_size = cached_header_->size - minimum_msg_size();
137 if (cached_header_->content_size + size > max_content_size) {
138 cached_header_->content_size = max_content_size;
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Protocol.java 36 public static final int MAX_CONTENT_SIZE = MAX_ENVELOPE_SIZE - HEADER_SIZE;
Transport.java 130 if (contentRemaining > Protocol.MAX_CONTENT_SIZE) {
132 + contentRemaining + " > " + Protocol.MAX_CONTENT_SIZE);
318 if (contentSize < 0 || contentSize > Protocol.MAX_CONTENT_SIZE) {
340 if (contentSize < 0 || contentSize > Protocol.MAX_CONTENT_SIZE) {
  /external/chromium_org/ui/file_manager/gallery/js/
mosaic_mode.js     [all...]

Completed in 179 milliseconds