Searched refs:frame_hdr (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Divf_video_source.h77 uint8_t frame_hdr[kIvfFrameHdrSize]; local
79 if (fread(frame_hdr, 1, kIvfFrameHdrSize, input_file_)
85 frame_sz_ = MemGetLe32(frame_hdr);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Ddecode_with_partial_drops.c200 unsigned char frame_hdr[IVF_FRAME_HDR_SZ]; local
251 while(fread(frame_hdr, 1, IVF_FRAME_HDR_SZ, infile) == IVF_FRAME_HDR_SZ) {
252 int frame_sz = mem_get_le32(frame_hdr);

Completed in 63 milliseconds