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 D | track_event_category_registry.h | 201 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 D | track_event_category_registry.h | 201 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 D | ihevce_sao.c | 449 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 D | api_integrationtest.cc | 618 size_t category_count = 0; in ReadSlicesFromTrace() local
|