HomeSort by relevance Sort by last modified time
    Searched defs:first_byte (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/base/
basictypes_unittest.cc 19 uint8_t first_byte = *reinterpret_cast<uint8_t*>(&v16); local
21 EXPECT_EQ(0x34u, first_byte);
23 EXPECT_EQ(0x12u, first_byte);
  /external/libyuv/files/unit_test/
basictypes_test.cc 18 uint8 first_byte = *reinterpret_cast<uint8*>(&v16); local
20 EXPECT_EQ(0x34u, first_byte);
22 EXPECT_EQ(0x12u, first_byte);
  /external/pdfium/core/fxcodec/codec/
fx_codec_fax.cpp 114 int first_byte = startpos / 8; local
116 if (first_byte == last_byte) {
118 dest_buf[first_byte] -= 1 << (7 - i);
123 dest_buf[first_byte] -= 1 << (7 - i);
127 if (last_byte > first_byte + 1)
128 memset(dest_buf + first_byte + 1, 0, last_byte - first_byte - 1);
  /external/libaom/libaom/third_party/libwebm/mkvparser/
mkvparser.cc 295 signed char first_byte = 0; local
296 const long status = pReader->Read(pos, 1, (unsigned char*)&first_byte);
301 unsigned long long result = first_byte;
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc 295 signed char first_byte = 0; local
296 const long status = pReader->Read(pos, 1, (unsigned char*)&first_byte);
301 unsigned long long result = first_byte;
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 295 signed char first_byte = 0; local
296 const long status = pReader->Read(pos, 1, (unsigned char*)&first_byte);
301 unsigned long long result = first_byte;
    [all...]

Completed in 6171 milliseconds