HomeSort by relevance Sort by last modified time
    Searched refs:IVF_FRAME_HDR_SZ (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/
ivfdec.c 75 char raw_header[IVF_FRAME_HDR_SZ] = { 0 };
78 if (fread(raw_header, IVF_FRAME_HDR_SZ, 1, infile) != 1) {
tools_common.h 61 #define IVF_FRAME_HDR_SZ (4 + 8) /* 4 byte size + 8 byte timestamp */

Completed in 615 milliseconds