Home
last modified time | relevance | path

Searched refs:get_category (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Doptions.c68 static AVClassCategory get_category(void *ptr) in get_category() function
86 .get_category = get_category,
/third_party/ffmpeg/libavutil/
H A 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()
H A Dlog.h120 AVClassCategory (*get_category)(void* ctx); member
/third_party/ffmpeg/libavformat/
H A Doptions.c118 static AVClassCategory get_category(void *ptr) in get_category() function
133 .get_category = get_category,
/third_party/libabigail/src/
H A 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()
[all...]
H A Dabg-default-reporter.cc300 diff_category c = dif->get_category(); in report()
/third_party/python/Python/
H A D_warnings.c904 get_category(PyObject *message, PyObject *category) in get_category() function
971 category = get_category(message, category); in warnings_warn_impl()
/third_party/ffmpeg/fftools/
H A 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/
H A Dabg-comparison.h1005 get_category() const;

Completed in 30 milliseconds