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

  /external/libvpx/libvpx/test/
ivf_video_source.h 77 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/test/
ivf_video_source.h 77 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/
decode_with_partial_drops.c 200 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 1096 milliseconds