Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/screen_recording/
Dparser_screen_recording_legacy.ts42 const posCount = this.searchMagicString(videoData); constant
43 const [posTimestamps, count] = this.parseFramesCount(videoData, posCount);
Dparser_screen_recording.ts73 const [posCount, timeOffsetNs] = this.parserealToBootTimeOffsetNs( constant
78 const [posTimestamps, count] = this.parseFramesCount(videoData, posCount);