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

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderDef.h 289 uint32_t LeftOffset;
297 this->LeftOffset = other.LeftOffset;
454 this->crop.LeftOffset = other.crop.LeftOffset;
VideoEncoderAVC.cpp 43 mVideoParamsAVC.crop.LeftOffset = 0;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 817 RegionOffset LeftOffset = LeftMR->getAsOffset();
820 if (LeftOffset.getRegion() != nullptr &&
821 LeftOffset.getRegion() == RightOffset.getRegion() &&
822 !LeftOffset.hasSymbolicOffset() && !RightOffset.hasSymbolicOffset()) {
823 int64_t left = LeftOffset.getOffset();
    [all...]
  /external/chromium_org/v8/tools/
grokdump.py     [all...]

Completed in 85 milliseconds