Home
last modified time | relevance | path

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

/development/tools/winscope/src/
Ddecode.js71 const MPEG4_MAGIC_NMBER = [0x00, 0x00, 0x00, 0x18, 0x66, 0x74, 0x79, 0x70, 0x6d, 0x70, 0x34, 0x32];… variable
530 if (arrayStartsWith(buffer, MPEG4_MAGIC_NMBER)) {