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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
quality_modes_test.cc 70 _nativeHeight = args.height;
82 _lengthSourceFrame = 3*_nativeWidth*_nativeHeight/2;
135 _nativeHeight, &psnr);
151 _nativeHeight, &ssim);
255 _decodeCallback.SetOriginalFrameDimensions(_nativeWidth, _nativeHeight);
266 int size_y = _nativeWidth * _nativeHeight;
267 int size_uv = ((_nativeWidth + 1) / 2) * ((_nativeHeight + 1) / 2);
271 _nativeWidth, _nativeHeight,
363 DataLog::InsertCell(feature_table_name_, "width", _nativeHeight);
367 _nativeHeight * _nativeWidth)
    [all...]
quality_modes_test.h 42 int _nativeHeight;

Completed in 1182 milliseconds