Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Divfdec.c19 static const char *IVF_SIGNATURE = "DKIF"; variable
45 if (memcmp(IVF_SIGNATURE, raw_hdr, 4) == 0) { in file_is_ivf()