Home
last modified time | relevance | path

Searched refs:get_category (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavutil/
Dlog.c255 static int get_category(void *ptr){ in get_category() function
262 if(avc->get_category) in get_category()
263 return avc->get_category(ptr) + 16; in get_category()
311 if(type) type[0] = get_category(parent); in format_line()
316 if(type) type[1] = get_category(avcl); in format_line()
Dlog.h120 AVClassCategory (*get_category)(void* ctx); member
/third_party/ffmpeg/libavcodec/
Doptions.c68 static AVClassCategory get_category(void *ptr) in get_category() function
86 .get_category = get_category,
/third_party/ffmpeg/libavformat/
Doptions.c118 static AVClassCategory get_category(void *ptr) in get_category() function
133 .get_category = get_category,
/third_party/libabigail/src/
Dabg-comparison.cc2208 return canonical ? canonical->get_category() : get_category(); in get_class_of_equiv_category()
2218 diff::get_category() const in get_category() function in abigail::comparison::diff
2324 if (canonical->get_category() & SUPPRESSED_CATEGORY in is_filtered_out()
2325 || canonical->get_category() & PRIVATE_TYPE_CATEGORY) in is_filtered_out()
2332 return priv_->is_filtered_out(get_category()); in is_filtered_out()
4372 if (diff->get_category() != NO_CHANGE_CATEGORY in count_filtered_inserted_mem_fns()
4405 if (diff->get_category() != NO_CHANGE_CATEGORY in count_filtered_deleted_mem_fns()
9800 if ((*i)->get_category() & VIRTUAL_MEMBER_CHANGE_CATEGORY) in apply_filters_and_compute_diff_stats()
11383 diff_category c = diff->get_category(); in visit_end()
11539 !(d->get_category() & SUPPRESSED_CATEGORY) in visit_end()
[all …]
Dabg-default-reporter.cc300 diff_category c = dif->get_category(); in report()
/third_party/python/Python/
D_warnings.c912 get_category(PyObject *message, PyObject *category) in get_category() function
974 category = get_category(message, category); in warnings_warn_impl()
/third_party/ffmpeg/fftools/
Dffprobe.c352 if (avc->get_category) log_buffer[log_buffer_size].category = avc->get_category(ptr); in log_callback()
366 (*parent)->get_category ? (*parent)->get_category(parent) :(*parent)->category; in log_callback()
/third_party/libabigail/include/
Dabg-comparison.h1005 get_category() const;
/third_party/libabigail/
DChangeLog38631 (diff::{get_parent, set_parent, get_category, add_to_category,