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

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
packet_loss_test.h 22 virtual ~PacketLossTest() {if(_lastFrame) {delete [] _lastFrame; _lastFrame = NULL;}}
55 uint8_t* _lastFrame;
packet_loss_test.cc 27 _lastFrame(NULL),
37 _lastFrame(NULL),
46 _lastFrame(NULL),
77 if (_decodedFile && _lastFrame)
79 if (fwrite(_lastFrame, 1, _lastFrameLength,
99 if (_lastFrame) delete [] _lastFrame;
101 _lastFrame = new uint8_t[length];
104 ExtractBuffer(decodedImage, length, _lastFrame);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFrameModel.js 90 this._lastFrame = null;
103 if (!this._lastFrame)
112 if (!this._lastFrame) {
126 if (!this._lastFrame)
131 this._lastFrame._addTimeForCategories(this._framePendingActivation.timeByCategory);
132 this._lastFrame.paints = this._framePendingActivation.paints;
139 if (!this._lastFrame)
166 this._lastFrame = null;
169 if (this._lastFrame)
170 this._flushFrame(this._lastFrame, startTime)
    [all...]

Completed in 285 milliseconds