Searched refs:LayerKey (Results 1 – 5 of 5) sorted by relevance
117 struct LayerKey{ struct121 bool operator==(const LayerKey& b) const { argument127 const std::vector<DebugLayerManager::LayerKey>& getKeys() const { return keys; } in getKeys()151 SkTHashMap<LayerKey, DrawEvent> fDraws;153 std::vector<LayerKey> keys;
41 const LayerKey k = {frame, nodeId}; in storeSkPicture()
56 using LayerKey = std::pair<int /* spatial_idx */, int /* temporal_idx */>; variable57 using IvfFileWriterMap = std::map<LayerKey, std::unique_ptr<IvfFileWriter>>;
448 const VideoProcessor::LayerKey layer_key(spatial_idx, write_temporal_idx); in FrameEncoded()
675 const VideoProcessor::LayerKey layer_key(simulcast_svc_idx, in SetUpAndInitObjects()