Home
last modified time | relevance | path

Searched refs:BottomOffset (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderDef.h290 uint32_t BottomOffset; member
298 this->BottomOffset = other.BottomOffset;
455 this->crop.BottomOffset = other.crop.BottomOffset;
DVideoEncoderAVC.cpp46 mVideoParamsAVC.crop.BottomOffset = 0; in VideoEncoderAVC()
1014 mVideoParamsAVC.crop.BottomOffset) { in renderSequenceParams()
1019 avcSeqParams.frame_crop_bottom_offset = mVideoParamsAVC.crop.BottomOffset; in renderSequenceParams()