Home
last modified time | relevance | path

Searched refs:LayerKey (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/debugger/
DDebugLayerManager.h117 struct LayerKey{ struct
121 bool operator==(const LayerKey& b) const { argument
127 const std::vector<DebugLayerManager::LayerKey>& getKeys() const { return keys; } in getKeys()
151 SkTHashMap<LayerKey, DrawEvent> fDraws;
153 std::vector<LayerKey> keys;
DDebugLayerManager.cpp41 const LayerKey k = {frame, nodeId}; in storeSkPicture()
/external/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.h56 using LayerKey = std::pair<int /* spatial_idx */, int /* temporal_idx */>; variable
57 using IvfFileWriterMap = std::map<LayerKey, std::unique_ptr<IvfFileWriter>>;
Dvideoprocessor.cc448 const VideoProcessor::LayerKey layer_key(spatial_idx, write_temporal_idx); in FrameEncoded()
Dvideocodec_test_fixture_impl.cc675 const VideoProcessor::LayerKey layer_key(simulcast_svc_idx, in SetUpAndInitObjects()