HomeSort by relevance Sort by last modified time
    Searched defs:block_entry (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/
webmdec.h 26 const void *block_entry; member in struct:WebmInputContext
webmdec.cc 39 webm_ctx->block_entry = NULL;
129 const mkvparser::BlockEntry *block_entry = local
130 reinterpret_cast<const mkvparser::BlockEntry*>(webm_ctx->block_entry);
135 if (block_entry == NULL && !block_entry_eos) {
136 status = cluster->GetFirst(block_entry);
138 } else if (block_entry_eos || block_entry->EOS()) {
144 status = cluster->GetFirst(block_entry);
150 status = cluster->GetNext(block_entry, block_entry);
151 if (block_entry == NULL || block_entry->EOS())
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_pcb.h 611 struct sctp_block_entry *block_entry; /* pointer locked by socket member in struct:sctp_tcb

Completed in 46 milliseconds