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