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

  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_recorder_impl.cc 331 _videoEncoder = new VideoCoder();
342 delete _videoEncoder;
413 _videoCodecInst.plType = _videoEncoder->DefaultPayloadType(
420 if(_videoEncoder->SetEncodeCodec(_videoCodecInst, useNumberOfCores,
658 if( _videoEncoder->Encode(videoFrame, _videoEncodedData) != 0)
file_recorder_impl.h 180 VideoCoder* _videoEncoder;

Completed in 5039 milliseconds