Searched refs:block_entry (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dwebmdec.cc39 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
[all...]
H A Dwebmdec.h26 const void *block_entry; member in struct:WebmInputContext
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h611 struct sctp_block_entry *block_entry; /* pointer locked by socket member in struct:sctp_tcb
H A Dsctp_pcb.c5551 if (stcb->block_entry) {
5553 stcb->block_entry->error = ECONNRESET;
5554 stcb->block_entry = NULL;
H A Dsctp_output.c13780 stcb->block_entry = &be;
13783 stcb->block_entry = NULL;
14144 stcb->block_entry = &be;
14150 stcb->block_entry = NULL;

Completed in 266 milliseconds