Home
last modified time | relevance | path

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

/external/libvpx/libvpx/examples/
Dvpx_dec_fuzzer.cc127 if (size < IVF_FILE_HDR_SZ + IVF_FRAME_HDR_SZ) { in LLVMFuzzerTestOneInput()
130 char header[IVF_FILE_HDR_SZ]; in LLVMFuzzerTestOneInput()
131 if (fread(header, 1, IVF_FILE_HDR_SZ, file.get()) != IVF_FILE_HDR_SZ) { in LLVMFuzzerTestOneInput()
141 const unsigned int threads = (data[IVF_FILE_HDR_SZ] & 0x3f) + 1; in LLVMFuzzerTestOneInput()
/external/libvpx/libvpx/
Dtools_common.h63 #define IVF_FILE_HDR_SZ 32 macro
/external/libaom/libaom/common/
Dtools_common.h67 #define IVF_FILE_HDR_SZ 32 macro