OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kIVFSignature
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/
video_reader.c
19
static const char *const
kIVFSignature
= "DKIF";
39
if (memcmp(
kIVFSignature
, header, 4) != 0)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
video_reader.c
19
static const char *const
kIVFSignature
= "DKIF";
39
if (memcmp(
kIVFSignature
, header, 4) != 0)
Completed in 411 milliseconds