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

/frameworks/av/media/libstagefright/
H A Davc_utils.cpp111 unsigned frame_crop_bottom_offset = parseUE(&br); local
127 frame_crop_top_offset, frame_crop_bottom_offset,
133 (frame_crop_top_offset + frame_crop_bottom_offset) * cropUnitY;
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h190 M4OSA_Int32 frame_crop_bottom_offset; member in struct:__anon311
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h330 uint frame_crop_bottom_offset; /* ue(v) */ member in struct:tagSeqParamSet
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dinit.cpp147 seqParam->frame_crop_bottom_offset = 0;
216 seqParam->frame_crop_bottom_offset = 0;
H A Dheader.cpp94 status = ue_v(stream, seqParam->frame_crop_bottom_offset);
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c1138 sps->frame_crop_bottom_offset = H264MCS_DecVLCReadExpGolombCode(p_bs);
1145 sps->frame_crop_bottom_offset = 0;

Completed in 134 milliseconds