Searched refs:block_entry (Results 1 – 2 of 2) sorted by relevance
39 webm_ctx->block_entry = NULL; in reset()138 const mkvparser::BlockEntry *block_entry = in webm_read_frame() local139 reinterpret_cast<const mkvparser::BlockEntry*>(webm_ctx->block_entry); in webm_read_frame()144 if (block_entry == NULL && !block_entry_eos) { in webm_read_frame()145 status = cluster->GetFirst(block_entry); in webm_read_frame()147 } else if (block_entry_eos || block_entry->EOS()) { in webm_read_frame()154 status = cluster->GetFirst(block_entry); in webm_read_frame()160 status = cluster->GetNext(block_entry, block_entry); in webm_read_frame()161 if (block_entry == NULL || block_entry->EOS()) { in webm_read_frame()171 block = block_entry->GetBlock(); in webm_read_frame()[all …]
26 const void *block_entry; member