Searched defs:crop (Results 1 - 25 of 54) sorted by relevance

123

/hardware/intel/img/hwcomposer/merrifield/include/
H A DDataBuffer.h24 typedef struct crop { struct in namespace:android::intel
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDataBuffer.h24 typedef struct crop { struct in namespace:android::intel
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_ad.cpp172 const hwc_rect_t& crop,
239 hwc_rect_t dst = crop; //input same as output
241 if(configMdp(ctx->mOverlay, parg, OVERLAY_TRANSFORM_0, crop, dst, NULL,
171 prepare(hwc_context_t *ctx, const hwc_rect_t& crop, const Whf& whf, const private_handle_t *hnd) argument
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdssRot.cpp84 void MdssRot::setCrop(const utils::Dim& crop) { argument
86 mRotInfo.src_rect.x = crop.x;
87 mRotInfo.src_rect.y = crop.y;
88 mRotInfo.src_rect.w = crop.w;
89 mRotInfo.src_rect.h = crop.h;
93 mRotInfo.dst_rect.w = crop.w;
94 mRotInfo.dst_rect.h = crop.h;
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_ad.cpp151 const hwc_rect_t& crop,
214 hwc_rect_t dst = crop; //input same as output
216 if(configMdp(ctx->mOverlay, parg, OVERLAY_TRANSFORM_0, crop, dst, NULL,
150 prepare(hwc_context_t *ctx, const hwc_rect_t& crop, const Whf& whf, const private_handle_t *hnd) argument
H A Dhwc_copybit.cpp669 hwc_rect_t crop = integerizeSourceCrop(layer->sourceCropf); local
670 qhwc::calculate_crop_rects(crop, dispFrame, iRect,
674 copybit_rect_t srcRect = {crop.left, crop.top, crop.right,
675 crop.bottom};
932 // copy new src and src rect crop
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayMdssRot.cpp99 void MdssRot::setCrop(const utils::Dim& crop) { argument
100 mRotInfo.src_rect.x = crop.x;
101 mRotInfo.src_rect.y = crop.y;
102 mRotInfo.src_rect.w = crop.w;
103 mRotInfo.src_rect.h = crop.h;
134 // For interlaced, crop.h should be 4-aligned
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_ad.cpp155 const hwc_rect_t& crop,
218 hwc_rect_t dst = crop; //input same as output
220 if(configMdp(ctx->mOverlay, parg, OVERLAY_TRANSFORM_0, crop, dst, NULL,
154 prepare(hwc_context_t *ctx, const hwc_rect_t& crop, const Whf& whf, const private_handle_t *hnd) argument
H A Dhwc_copybit.cpp827 hwc_rect_t crop = integerizeSourceCrop(layer->sourceCropf); local
828 qhwc::calculate_crop_rects(crop, dispFrame, iRect,
832 copybit_rect_t srcRect = {crop.left, crop.top, crop.right,
833 crop.bottom};
1105 // copy new src and src rect crop
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_ad.cpp155 const hwc_rect_t& crop,
218 hwc_rect_t dst = crop; //input same as output
220 if(configMdp(ctx->mOverlay, parg, OVERLAY_TRANSFORM_0, crop, dst, NULL,
154 prepare(hwc_context_t *ctx, const hwc_rect_t& crop, const Whf& whf, const private_handle_t *hnd) argument
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dcomp_manager.cpp409 DisplayError CompManager::ValidateScaling(const LayerRect &crop, const LayerRect &dst, argument
411 return resource_intf_->ValidateScaling(crop, dst, rotate90, Debug::IsUbwcTiledFrameBuffer(),
H A Ddisplay_virtual.cpp174 DisplayError DisplayVirtual::IsScalingValid(const LayerRect &crop, const LayerRect &dst, argument
177 return DisplayBase::IsScalingValid(crop, dst, rotate90);
H A Ddisplay_hdmi.cpp175 DisplayError DisplayHDMI::IsScalingValid(const LayerRect &crop, const LayerRect &dst, argument
178 return DisplayBase::IsScalingValid(crop, dst, rotate90);
H A Ddisplay_primary.cpp271 DisplayError DisplayPrimary::IsScalingValid(const LayerRect &crop, const LayerRect &dst, argument
274 return DisplayBase::IsScalingValid(crop, dst, rotate90);
H A Ddisplay_base.cpp510 DisplayError DisplayBase::IsScalingValid(const LayerRect &crop, const LayerRect &dst, argument
512 return comp_manager_->ValidateScaling(crop, dst, rotate90);
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_surfacetexture.h163 Rect crop = getCrop(graphic_buffer, mtx); local
165 mDeferThread->add(graphic_buffer, crop, mCounter++);
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayMdssRot.cpp121 void MdssRot::setCrop(const utils::Dim& crop) { argument
122 mRotInfo.src_rect.x = crop.x;
123 mRotInfo.src_rect.y = crop.y;
124 mRotInfo.src_rect.w = crop.w;
125 mRotInfo.src_rect.h = crop.h;
385 Dim crop(0, 0, srcW, srcH);
386 Dim adjCrop = getFormatAdjustedCrop(crop, mdpFormat,
410 Dim MdssRot::getFormatAdjustedCrop(const Dim& crop, argument
412 Dim adjCrop = crop;
416 // For interlaced, crop
423 getDownscaleAdjustedCrop(const Dim& crop, const uint32_t& downscale) argument
[all...]
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayMdssRot.cpp121 void MdssRot::setCrop(const utils::Dim& crop) { argument
122 mRotInfo.src_rect.x = crop.x;
123 mRotInfo.src_rect.y = crop.y;
124 mRotInfo.src_rect.w = crop.w;
125 mRotInfo.src_rect.h = crop.h;
385 Dim crop(0, 0, srcW, srcH);
386 Dim adjCrop = getFormatAdjustedCrop(crop, mdpFormat,
410 Dim MdssRot::getFormatAdjustedCrop(const Dim& crop, argument
412 Dim adjCrop = crop;
416 // For interlaced, crop
423 getDownscaleAdjustedCrop(const Dim& crop, const uint32_t& downscale) argument
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnOverlayPlane.cpp690 int crop = (mSrcCrop.w - 4 * mPosition.w)/2 + 1; local
691 mSrcCrop.x += crop;
692 mSrcCrop.w -= 2 * crop;
696 int crop = (mSrcCrop.h - 4 * mPosition.h)/2 + 1; local
697 mSrcCrop.y += crop;
698 mSrcCrop.h -= 2 * crop;
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.cpp563 android_native_rect_t crop = { left, top, right, bottom }; local
564 return native_window_set_crop(a, &crop);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp277 hwc_rect_t crop = layer->sourceCrop; local
282 qhwc::calculate_crop_rects(crop, dst, scissor, layer->transform);
285 int crop_w = crop.right - crop.left;
286 int crop_h = crop.bottom - crop.top;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c1522 OMX_CONFIG_RECTTYPE *crop = (OMX_CONFIG_RECTTYPE*)ComponentConfigStructure; local
1523 if ((crop->nTop != 0) || (crop->nLeft != 0))
1528 pComponentPrivate->pCrop->nWidth = crop->nWidth;
1529 pComponentPrivate->pCrop->nHeight = crop->nHeight;
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c692 /* crop */
1507 OMX_CONFIG_RECTTYPE *crop = (OMX_CONFIG_RECTTYPE*)ComponentConfigStructure; local
1508 crop->nLeft = pComponentPrivate->pCrop->nLeft;
1509 crop->nWidth = pComponentPrivate->pCrop->nWidth;
1510 crop->nTop = pComponentPrivate->pCrop->nTop;
1511 crop->nHeight = pComponentPrivate->pCrop->nHeight;
1643 OMX_CONFIG_RECTTYPE *crop = (OMX_CONFIG_RECTTYPE*)ComponentConfigStructure; local
1644 ((VPP_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pIpFrameStatus->ulInXstart = crop->nLeft;
1645 ((VPP_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pIpFrameStatus->ulInXsize = crop->nWidth;
1646 ((VPP_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pIpFrameStatus->ulInYstart = crop
[all...]
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraStream.cpp900 * DESCRIPTION: query and sync runtime parameters like output crop
918 LOGE("stream getParameter for output crop failed");
940 * @previewWindoe : preview window ops table to set preview crop window
941 * @crop_info : crop info
957 // get stream param for crop info
961 mCropInfo = crop_info.crop_info[i].crop;
964 // update preview window crop if it's preview/postview stream
2307 * DESCRIPTION: query crop info of the stream
2310 * @crop : reference to struct to store the queried crop inf
2316 getCropInfo(cam_rect_t &crop) argument
2336 setCropInfo(cam_rect_t crop) argument
[all...]
/hardware/qcom/camera/QCamera2/stack/common/
H A Dmm_jpeg_interface.h139 /* crop information */
140 cam_rect_t crop; member in struct:__anon2541

Completed in 972 milliseconds

123