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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_receiver_video.cc 174 RTPVideoHeaderVP8* to_header = &rtp_header->type.Video.codecHeader.VP8; local
179 to_header->nonReference = from_header->nonReferenceFrame;
180 to_header->pictureId =
182 to_header->tl0PicIdx =
185 to_header->temporalIdx = from_header->tID;
186 to_header->layerSync = from_header->layerSync;
188 to_header->temporalIdx = kNoTemporalIdx;
189 to_header->layerSync = false;
191 to_header->keyIdx = from_header->hasKeyIdx ? from_header->keyIdx : kNoKeyIdx;
196 to_header->partitionId = from_header->partitionID
    [all...]
  /external/e2fsprogs/lib/ext2fs/
swapfs.c 150 void ext2fs_swap_ext_attr_header(struct ext2_ext_attr_header *to_header,
155 to_header->h_magic = ext2fs_swab32(from_header->h_magic);
156 to_header->h_blocks = ext2fs_swab32(from_header->h_blocks);
157 to_header->h_refcount = ext2fs_swab32(from_header->h_refcount);
158 to_header->h_hash = ext2fs_swab32(from_header->h_hash);
160 to_header->h_reserved[n] =
177 struct ext2_ext_attr_header *to_header = local
182 if (to_header != from_header)
183 memcpy(to_header, from_header, bufsize);
186 ext2fs_swap_ext_attr_header(to_header, from_header)
    [all...]
ext2fs.h     [all...]
  /bionic/libc/bionic/
malloc_debug_leak.cpp 85 static inline AllocationEntry* to_header(void* mem) { function
341 AllocationEntry* header = to_header(mem);
348 header = to_header(header->entry);
428 AllocationEntry* header = to_header(oldMem);
431 header = to_header(header->entry);
486 AllocationEntry* header = to_header(reinterpret_cast<void*>(ptr));
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 309 def to_header(self, realm=''): member in class:Request
565 headers.update(req.to_header())
571 headers.update(req.to_header())
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 83 $headers = array($request->to_header());
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 418 public function to_header($realm=null) { function

Completed in 290 milliseconds