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

  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_recorder_impl.cc 358 _videoCodecInst = videoCodecInst;
387 _timeEvent.StartTimer(true, 1000 / _videoCodecInst.maxFramerate);
403 return 3 * _videoCodecInst.width * _videoCodecInst.height / 2;
413 _videoCodecInst.plType = _videoEncoder->DefaultPayloadType(
414 _videoCodecInst.plName);
420 if(_videoEncoder->SetEncodeCodec(_videoCodecInst, useNumberOfCores,
584 _videoCodecInst.maxFramerate;
588 if(_writtenVideoFramesCounter%_videoCodecInst.maxFramerate == 0)
604 uint32_t frameLengthMS = 1000/_videoCodecInst.maxFramerate
    [all...]
file_recorder_impl.h 171 VideoCodec _videoCodecInst;

Completed in 72 milliseconds