Home
last modified time | relevance | path

Searched defs:category_count (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/
H A Dtrack_event_category_registry.h201 constexpr TrackEventCategoryRegistry(size_t category_count, in TrackEventCategoryRegistry()
213 size_t category_count() const { return category_count_; } in category_count() function
/aosp_15_r20/external/perfetto/include/perfetto/tracing/
H A Dtrack_event_category_registry.h201 constexpr TrackEventCategoryRegistry(size_t category_count, in TrackEventCategoryRegistry()
213 size_t category_count() const { return category_count_; } in category_count() function
/aosp_15_r20/external/libhevc/encoder/
H A Dihevce_sao.c449 WORD32 acc_error_category[5] = { 0, 0, 0, 0, 0 }, category_count[5] = { 0, 0, 0, 0, 0 }; in ihevce_sao_analyse() local
/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dapi_integrationtest.cc618 size_t category_count = 0; in ReadSlicesFromTrace() local