MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / set_decode_region

Method set_decode_region

DSView/pv/data/decode/decoder.cpp:69–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void Decoder::set_decode_region(uint64_t start, uint64_t end)
70{
71 _decode_start_back = start;
72 _decode_end_back = end;
73
74 if (_decode_start != start || _decode_end != end){
75 _setted = true;
76 }
77}
78
79//apply setting
80bool Decoder::commit()

Callers 2

frame_endedMethod · 0.80
update_decode_rangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected