Home | History | Annotate | Download | only in source

Lines Matching refs:_videoCodecConfigParams

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,
989 if (_videoCodecConfigParams && _videoCodecConfigParamsLength > 0)
991 _bytesWritten += PutBuffer(_videoCodecConfigParams,
999 if ( _videoCodecConfigParams
1011 _bytesWritten += PutBuffer(_videoCodecConfigParams,
1288 _videoCodecConfigParams = 0;