Searched refs:frame_crop_bottom_offset (Results 1 – 6 of 6) sorted by relevance
237 crop_bottom = Height - (2 * pDecVid->seqParams[0]->frame_crop_bottom_offset + 1); in AvcDecodeVideo_OMX()242 crop_bottom = Height - (4 * pDecVid->seqParams[0]->frame_crop_bottom_offset + 1); in AvcDecodeVideo_OMX()
354 …rame_crop_bottom = seqInfo->FrameHeight - (2 * decvid->seqParams[0]->frame_crop_bottom_offset + 1); in PVAVCDecGetSeqInfo()361 …rame_crop_bottom = seqInfo->FrameHeight - (4 * decvid->seqParams[0]->frame_crop_bottom_offset + 1); in PVAVCDecGetSeqInfo()
150 seqParam->frame_crop_bottom_offset = 0;/* default value */ in DecodeSPS()156 ue_v(stream, &(seqParam->frame_crop_bottom_offset)); in DecodeSPS()
148 seqParam->frame_crop_bottom_offset = 0; in SetEncodeParam()217 seqParam->frame_crop_bottom_offset = 0; in SetEncodeParam()
94 status = ue_v(stream, seqParam->frame_crop_bottom_offset); in EncodeSPS()
333 uint frame_crop_bottom_offset; /* ue(v) */ member