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

  /external/libvpx/libvpx/
webmdec.cc 39 webm_ctx->block_entry = NULL;
134 const mkvparser::BlockEntry *block_entry = local
135 reinterpret_cast<const mkvparser::BlockEntry *>(webm_ctx->block_entry);
140 if (block_entry == NULL && !block_entry_eos) {
141 status = cluster->GetFirst(block_entry);
143 } else if (block_entry_eos || block_entry->EOS()) {
150 status = cluster->GetFirst(block_entry);
156 status = cluster->GetNext(block_entry, block_entry);
157 if (block_entry == NULL || block_entry->EOS())
    [all...]
webmdec.h 26 const void *block_entry; member in struct:WebmInputContext