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

  /external/chromium_org/third_party/webrtc/modules/media_file/source/
avi_file.cc 176 _videoCodecConfigParams(NULL),
189 delete[] _videoCodecConfigParams;
283 if (_videoCodecConfigParams)
285 delete [] _videoCodecConfigParams;
286 _videoCodecConfigParams = 0;
730 if (_videoCodecConfigParams)
732 delete [] _videoCodecConfigParams;
733 _videoCodecConfigParams = 0;
736 _videoCodecConfigParams = new uint8_t[codecConfigParamsLength];
739 memcpy(_videoCodecConfigParams, codecConfigParams
    [all...]
avi_file.h 266 uint8_t* _videoCodecConfigParams;

Completed in 31 milliseconds