Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/screen_recording/
Dparser_screen_recording_legacy.ts43 const [posTimestamps, count] = this.parseFramesCount(videoData, posCount); constant
44 return this.parseVideoData(videoData, posTimestamps, count);
Dparser_screen_recording.ts78 const [posTimestamps, count] = this.parseFramesCount(videoData, posCount); constant
81 posTimestamps,