Home
last modified time | relevance | path

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

/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Driffvideo.cpp1313 const unsigned char RiffVideoId[4] = { 'R', 'I', 'F' ,'F'}; in isRiffType() local
1319 bool matched = (memcmp(buf, RiffVideoId, len) == 0); in isRiffType()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/
H A Driffvideo.cpp1324 const unsigned char RiffVideoId[4] = { 'R', 'I', 'F' ,'F'}; in isRiffType() local
1330 bool matched = (memcmp(buf, RiffVideoId, len) == 0); in isRiffType()