Home
last modified time | relevance | path

Searched refs:frame_crop_bottom_offset (Results 1 – 6 of 6) sorted by relevance

/external/opencore/codecs_v2/omx/omx_h264/src/
Davc_dec.cpp237 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()
/external/opencore/codecs_v2/video/avc_h264/dec/src/
Davcdec_api.cpp354 …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()
Dheader.cpp150 seqParam->frame_crop_bottom_offset = 0;/* default value */ in DecodeSPS()
156 ue_v(stream, &(seqParam->frame_crop_bottom_offset)); in DecodeSPS()
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dinit.cpp148 seqParam->frame_crop_bottom_offset = 0; in SetEncodeParam()
217 seqParam->frame_crop_bottom_offset = 0; in SetEncodeParam()
Dheader.cpp94 status = ue_v(stream, seqParam->frame_crop_bottom_offset); in EncodeSPS()
/external/opencore/codecs_v2/video/avc_h264/common/include/
Davcint_common.h333 uint frame_crop_bottom_offset; /* ue(v) */ member