Searched refs:block_types (Results 1 – 4 of 4) sorted by relevance
71 struct block_types struct140 block_types::values block_type;478 >> ( cl::eps_p(ph::var(local.block_type) == block_types::code) in init_main()480 | cl::eps_p(ph::var(local.block_type) == block_types::list) in init_main()482 | cl::eps_p(ph::var(local.block_type) == block_types::paragraph) in init_main()613 >> cl::eps_p(ph::var(local.block_type) == block_types::code) in init_main()1175 ? block_types::code in check_code_block_impl()1176 : block_types::none; in check_code_block_impl()1187 block_type = block_types::code; in plain_block()1190 block_type = block_types::paragraph; in plain_block()[all …]
965 const gchar *block_types[] = { in qtdemux_dump_dfLa() local992 GST_LOG ("%*s block_type: %s", depth, "", block_types[block_type]); in qtdemux_dump_dfLa()
843 size_t num_block_types, const uint8_t* block_types, in InitBlockEncoder() argument847 self->block_types_ = block_types; in InitBlockEncoder()