Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Divfdec.c74 char raw_header[IVF_FRAME_HDR_SZ] = {0}; in ivf_read_frame()
77 if (fread(raw_header, IVF_FRAME_HDR_SZ, 1, infile) != 1) { in ivf_read_frame()
Dtools_common.h64 #define IVF_FRAME_HDR_SZ (4 + 8) /* 4 byte size + 8 byte timestamp */ macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Ddecode_with_partial_drops.c76 #define IVF_FRAME_HDR_SZ (12) macro
200 unsigned char frame_hdr[IVF_FRAME_HDR_SZ]; in main()
251 while(fread(frame_hdr, 1, IVF_FRAME_HDR_SZ, infile) == IVF_FRAME_HDR_SZ) { in main()
Dvp8_multi_resolution_encoder.c31 #define IVF_FRAME_HDR_SZ (12) macro