Searched refs:block_entry (Results 1 – 6 of 6) sorted by relevance
39 webm_ctx->block_entry = NULL; in reset()134 const mkvparser::BlockEntry *block_entry = in webm_read_frame() local135 reinterpret_cast<const mkvparser::BlockEntry *>(webm_ctx->block_entry); in webm_read_frame()140 if (block_entry == NULL && !block_entry_eos) { in webm_read_frame()141 status = cluster->GetFirst(block_entry); in webm_read_frame()143 } else if (block_entry_eos || block_entry->EOS()) { in webm_read_frame()150 status = cluster->GetFirst(block_entry); in webm_read_frame()156 status = cluster->GetNext(block_entry, block_entry); in webm_read_frame()157 if (block_entry == NULL || block_entry->EOS()) { in webm_read_frame()163 if (status || block_entry == NULL) { in webm_read_frame()[all …]
26 const void *block_entry; member
41 webm_ctx->block_entry = NULL; in reset()135 const mkvparser::BlockEntry *block_entry = in webm_read_frame() local136 reinterpret_cast<const mkvparser::BlockEntry *>(webm_ctx->block_entry); in webm_read_frame()141 if (block_entry == NULL && !block_entry_eos) { in webm_read_frame()142 status = cluster->GetFirst(block_entry); in webm_read_frame()144 } else if (block_entry_eos || block_entry->EOS()) { in webm_read_frame()151 status = cluster->GetFirst(block_entry); in webm_read_frame()157 status = cluster->GetNext(block_entry, block_entry); in webm_read_frame()158 if (block_entry == NULL || block_entry->EOS()) { in webm_read_frame()164 if (status || block_entry == NULL) { in webm_read_frame()[all …]
27 const void *block_entry; member
104 struct set_entry *block_entry; in emit_output_copies_impl() local105 set_foreach(impl->end_block->predecessors, block_entry) { in emit_output_copies_impl()106 struct nir_block *block = (void *)block_entry->key; in emit_output_copies_impl()
35 struct block_entry { struct39 typedef struct block_entry *block_entry_t; argument