Home
last modified time | relevance | path

Searched refs:crop_right (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
Dvbp_loader.h152 int crop_right; member
340 int crop_right; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
Dnestegg.h135 unsigned int crop_right; /**< Pixels to crop from the right of the frame. */ member
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderVP8.cpp66 mVideoFormatInfo.cropRight = data->codec_data->crop_right; in updateFormatInfo()
69 …->codec_data->crop_left, data->codec_data->crop_top, data->codec_data->crop_right, data->codec_dat… in updateFormatInfo()
DVideoDecoderAVC.cpp750 mVideoFormatInfo.cropRight = data->codec_data->crop_right; in updateFormatInfo()
757 data->codec_data->crop_right, in updateFormatInfo()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
Dtest.c136 vparams.crop_top, vparams.crop_left, vparams.crop_bottom, vparams.crop_right); in main()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h123 uint32 crop_right; member
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h118 uint32 crop_right; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c2135 params->crop_right = value; in nestegg_track_video_params()