Home
last modified time | relevance | path

Searched refs:LIBGAV1_MUST_USE_RESULT (Results 1 – 15 of 15) sorted by relevance

/external/libgav1/libgav1/src/
Dthreading_strategy.h52 LIBGAV1_MUST_USE_RESULT bool Reset(const ObuFrameHeader& frame_header,
61 LIBGAV1_MUST_USE_RESULT bool Reset(int thread_count);
124 LIBGAV1_MUST_USE_RESULT bool InitializeThreadPoolsForFrameParallel(
Dtile_scratch_buffer.h36 LIBGAV1_MUST_USE_RESULT bool Init(int bitdepth) { in Init()
Dbuffer_pool.h360 LIBGAV1_MUST_USE_RESULT bool OnFrameBufferSizeChanged(
Dobu_parser.h297 LIBGAV1_MUST_USE_RESULT bool InitBitReader(const uint8_t* data, size_t size);
Dtile.h255 LIBGAV1_MUST_USE_RESULT bool Init();
/external/libgav1/libgav1/src/utils/
Dcompiler_attributes.h125 #define LIBGAV1_MUST_USE_RESULT [[nodiscard]] macro
127 #define LIBGAV1_MUST_USE_RESULT __attribute__((warn_unused_result)) macro
129 #define LIBGAV1_MUST_USE_RESULT macro
Dvector.h95 LIBGAV1_MUST_USE_RESULT bool reserve(size_t new_cap) { in reserve()
139 LIBGAV1_MUST_USE_RESULT bool push_back(const T& value,
163 LIBGAV1_MUST_USE_RESULT bool push_back(T&& value,
188 LIBGAV1_MUST_USE_RESULT bool emplace_back(Args&&... args) { in emplace_back()
286 LIBGAV1_MUST_USE_RESULT bool resize(size_t new_num_items) { in resize()
311 LIBGAV1_MUST_USE_RESULT bool resize(size_t new_num_items) { in resize()
Dunbounded_queue.h79 LIBGAV1_MUST_USE_RESULT bool Init() { in Init()
100 LIBGAV1_MUST_USE_RESULT bool GrowIfNeeded() { in GrowIfNeeded()
Dreference_info.h40 LIBGAV1_MUST_USE_RESULT bool Reset(int rows, int columns) { in Reset()
Dsegmentation_map.h41 LIBGAV1_MUST_USE_RESULT bool Allocate(int32_t rows4x4, int32_t columns4x4);
Dblock_parameters_holder.h40 LIBGAV1_MUST_USE_RESULT bool Reset(int rows4x4, int columns4x4);
Dqueue.h35 LIBGAV1_MUST_USE_RESULT bool Init(size_t capacity) { in Init()
Dthreadpool.h106 LIBGAV1_MUST_USE_RESULT bool StartWorkers();
Darray_2d.h80 LIBGAV1_MUST_USE_RESULT bool Reset(int rows, int columns,
Dthreadpool.cc134 LIBGAV1_MUST_USE_RESULT bool Start();