Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/svc/
Dscalable_video_controller.h51 int SpatialId() const { return spatial_id_; } in SpatialId()
70 int spatial_id_ = 0; variable
113 spatial_id_ = value; in S()
/external/libgav1/src/
Dbuffer_pool.h133 int spatial_id() const { return spatial_id_; } in spatial_id()
134 void set_spatial_id(int value) { spatial_id_ = value; } in set_spatial_id()
348 int spatial_id_ = 0; variable