Home
last modified time | relevance | path

Searched defs:LayerKey (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/tools/debugger/
H A DDebugLayerManager.h125 struct LayerKey{ struct
129 bool operator==(const LayerKey& b) const { argument
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor.h55 using LayerKey = std::pair<int /* spatial_idx */, int /* temporal_idx */>; variable