Home
last modified time | relevance | path

Searched refs:spatial_id_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/video_coding/codecs/av1/
Dscalable_video_controller.h50 int SpatialId() const { return spatial_id_; } in SpatialId()
69 int spatial_id_ = 0; variable
115 spatial_id_ = value; in S()
/external/libgav1/libgav1/src/
Dbuffer_pool.h129 int spatial_id() const { return spatial_id_; } in spatial_id()
130 void set_spatial_id(int value) { spatial_id_ = value; } in set_spatial_id()
314 int spatial_id_ = 0; variable