HomeSort by relevance Sort by last modified time
    Searched full:file_hdr (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
ivf_video_source.h 60 uint8_t file_hdr[kIvfFileHdrSize]; local
61 ASSERT_EQ(kIvfFileHdrSize, fread(file_hdr, 1, kIvfFileHdrSize, input_file_))
64 ASSERT_TRUE(file_hdr[0] == 'D' && file_hdr[1] == 'K' && file_hdr[2] == 'I'
65 && file_hdr[3] == 'F') << "Input is not an IVF file.";
  /external/libvpx/libvpx/test/
ivf_video_source.h 60 uint8_t file_hdr[kIvfFileHdrSize]; local
61 ASSERT_EQ(kIvfFileHdrSize, fread(file_hdr, 1, kIvfFileHdrSize, input_file_))
64 ASSERT_TRUE(file_hdr[0] == 'D' && file_hdr[1] == 'K' && file_hdr[2] == 'I'
65 && file_hdr[3] == 'F') << "Input is not an IVF file.";
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
ivf_video_source.h 60 uint8_t file_hdr[kIvfFileHdrSize]; local
61 ASSERT_EQ(kIvfFileHdrSize, fread(file_hdr, 1, kIvfFileHdrSize, input_file_))
64 ASSERT_TRUE(file_hdr[0] == 'D' && file_hdr[1] == 'K' && file_hdr[2] == 'I'
65 && file_hdr[3] == 'F') << "Input is not an IVF file.";
  /external/libvpx/libvpx/examples/
decode_with_partial_drops.c 199 unsigned char file_hdr[IVF_FILE_HDR_SZ]; local
237 if(!(fread(file_hdr, 1, IVF_FILE_HDR_SZ, infile) == IVF_FILE_HDR_SZ
238 && file_hdr[0]=='D' && file_hdr[1]=='K' && file_hdr[2]=='I'
239 && file_hdr[3]=='F'))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_partial_drops.c 199 unsigned char file_hdr[IVF_FILE_HDR_SZ]; local
237 if(!(fread(file_hdr, 1, IVF_FILE_HDR_SZ, infile) == IVF_FILE_HDR_SZ
238 && file_hdr[0]=='D' && file_hdr[1]=='K' && file_hdr[2]=='I'
239 && file_hdr[3]=='F'))

Completed in 297 milliseconds