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

  /external/chromium_org/third_party/webrtc/modules/media_file/source/
avi_file.h 241 int32_t _dataLength;
avi_file.cc 156 _dataLength(0),
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_rtp_rtcp.cc 50 unsigned short _dataLength;
57 _dataLength(0)
75 if (dataLengthInBytes > _dataLength)
85 _dataLength = dataLengthInBytes;
684 EXPECT_EQ(numBytes, rtcpObserver._dataLength);
    [all...]

Completed in 1044 milliseconds