Searched refs:left (Results 26 - 50 of 238) sorted by relevance

12345678910

/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp236 ctx->mViewFrame[HWC_DISPLAY_PRIMARY].left = 0;
388 int x = rect.left, y = rect.top;
389 int w = rect.right - rect.left;
442 rect.left = x;
444 rect.right = w + rect.left;
472 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left,
474 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left,
487 xPos = rect.left;
[all...]
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3CropRegionMapper.cpp120 * @crop_left : x coordinate of top left corner of rectangle
121 * @crop_top : y coordinate of top left corner of rectangle
151 * @crop_left : x coordinate of top left corner of rectangle
152 * @crop_top : y coordinate of top left corner of rectangle
173 LOGD("before bounding left %d, top %d, width %d, height %d",
177 LOGD("after bounding left %d, top %d, width %d, height %d",
187 * @left : x coordinate of top left corner of rectangle
188 * @top : y coordinate of top left corner of rectangle
196 void QCamera3CropRegionMapper::boundToSize(int32_t& left, int32_ argument
[all...]
H A DQCamera3CropRegionMapper.h59 void boundToSize(int32_t& left, int32_t& top, int32_t& width,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Ddiff.py46 self.left = DiffLines(file_a, start_a, len_a)
53 self.left.Append(line)
57 self.left.Append(line)
68 return self.left.Complete() and self.right.Complete()
72 self.left.filename, self.right.filename,
73 max(self.left.length, self.right.length))
H A Dintersect-diffs.py46 lhs_file = lhs_hunk.left.filename.split("/")[1:]
57 # Join the right hand side of the older diff with the left hand side of the
63 new_lines = new_hunk.left
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dfindnearmv.c37 const MODE_INFO *left = here - 1; local
61 /* Process left */
62 if (left->mbmi.ref_frame != INTRA_FRAME)
64 if (left->mbmi.mv.as_int)
68 this_mv.as_int = left->mbmi.mv.as_int;
69 mv_bias(ref_frame_sign_bias[left->mbmi.ref_frame], refframe, &this_mv, ref_frame_sign_bias);
83 /* Process above left */
108 /* See if above-left MV can be merged with NEAREST */
114 + (left->mbmi.mode == SPLITMV)) * 2
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_fbupdate.cpp98 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top,
99 sourceCrop.right - sourceCrop.left,
109 ovutils::Dim dpos(displayFrame.left,
111 displayFrame.right - displayFrame.left,
174 //Request left RGB pipe
220 ovutils::Dim dcropL(sourceCrop.left, sourceCrop.top,
221 (sourceCrop.right - sourceCrop.left) / 2,
224 sourceCrop.left + (sourceCrop.right - sourceCrop.left) / 2,
226 (sourceCrop.right - sourceCrop.left) /
[all...]
H A Dhwc_utils.cpp366 dst_w = displayFrame.right - displayFrame.left;
369 src_w = sourceCrop.right - sourceCrop.left;
557 int& crop_l = crop.left;
561 int crop_w = crop.right - crop.left;
564 int& dst_l = dst.left;
568 int dst_w = abs(dst.right - dst.left);
571 const int& sci_l = scissor.left;
612 nwr.left = list->hwLayers[0].displayFrame.left;
619 nwr.left
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayer.cpp34 x.left == y.left &&
47 x.left == y.left &&
286 mPlane->setPosition(layer->displayFrame.left,
288 layer->displayFrame.right - layer->displayFrame.left,
290 mPlane->setSourceCrop(layer->sourceCropf.left,
292 layer->sourceCropf.right - layer->sourceCropf.left,
393 mPriority = (mSourceCropf.right - mSourceCropf.left) * (mSourceCropf.bottom - mSourceCropf.top);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayer.cpp33 x.left == y.left &&
46 x.left == y.left &&
244 mPlane->setPosition(layer->displayFrame.left,
246 layer->displayFrame.right - layer->displayFrame.left,
248 mPlane->setSourceCrop(layer->sourceCropf.left,
250 layer->sourceCropf.right - layer->sourceCropf.left,
331 mPriority = (mSourceCropf.right - mSourceCropf.left) * (mSourceCropf.bottom - mSourceCropf.top);
/hardware/qcom/display/msm8996/sdm/include/core/
H A Dlayer_stack.h218 float left = 0.0f; //!< Left-most pixel coordinate. member in struct:sdm::LayerRect
225 LayerRect(float l, float t, float r, float b) : left(l), top(t), right(r), bottom(b) { }
228 return left == rect.left && right == rect.right && top == rect.top && bottom == rect.bottom;
270 //!< top-left corner of the screen.
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp136 ctx->mViewFrame[dpy].left = 0;
340 ctx->mViewFrame[HWC_DISPLAY_PRIMARY].left = 0;
549 int x = rect.left, y = rect.top;
550 int w = rect.right - rect.left;
603 rect.left = x;
605 rect.right = w + rect.left;
633 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left,
635 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left,
[all...]
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp160 ctx->mViewFrame[dpy].left = 0;
363 ctx->mViewFrame[HWC_DISPLAY_PRIMARY].left = 0;
616 int x = rect.left, y = rect.top;
617 int w = rect.right - rect.left;
670 rect.left = x;
672 rect.right = w + rect.left;
700 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left,
702 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left,
[all...]
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dresource_default.cpp229 // left pipe is needed
234 DLOGV_IF(kTagResources, "Get left pipe failed: hw_block_id = %d, need_scale = %d",
404 return ((dst_roi.right - dst_roi.left) != (src_roi.right - src_roi.left)) ||
424 float src_width = src_rect.right - src_rect.left;
425 float dst_width = dst_rect.right - dst_rect.left;
456 scissor_right.left = FLOAT(display_attributes.split_left);
478 // assign left pipe
547 Log(kTagResources, "left pipe src", layer_config->left_pipe.src_roi);
548 Log(kTagResources, "left pip
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_reconintra_neon.asm31 ; const uint8_t *left)
35 ; r3 const uint8_t *left
48 ; const uint8_t *left)
52 ; r3 const uint8_t *left
69 ; const uint8_t *left)
73 ; r3 const uint8_t *left
98 ; const uint8_t *left)
102 ; r3 const uint8_t *left
131 ; const uint8_t *left)
135 ; r3 const uint8_t *left
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_onyxc_int.h48 PARTITION_CONTEXT left; member in struct:__anon1128
144 an extra row on top and column on the left to simplify prediction. */
147 MODE_INFO *mi; /* Corresponds to upper left visible macroblock */
313 vpx_memset(left_ctx, partition_context_lookup[subsize].left, bs);
324 int above = 0, left = 0, i;
331 left |= left_ctx[i];
334 left = (left & bs) > 0;
336 return (left * 2 + above) + bsl * PARTITION_PLOFFSET;
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
H A DVideoDecoderAVCSecure.cpp155 ETRACE("Not enough data to parse NALU offset, size, header length for NALU %d, left = %d", i, sizeLeft);
172 ETRACE("Not enough data to copy NALU header for %d, left = %d, header len = %d", i, sizeLeft, pNaluInfo->naluHeaderLen);
354 uint32_t left = 0, data = 0, phase = 0; local
365 left = length;
370 while ((left > 0) && (phase < 3)) {
373 while (left > 3) {
382 left -=4;
391 if (left > 0) {
406 left--;
410 if ((left >
455 int32_t naluOffset, offset, left; local
[all...]
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
H A DVideoDecoderAVCSecure.cpp158 ETRACE("Not enough data to parse NALU offset, size, header length for NALU %d, left = %d", i, sizeLeft);
176 ETRACE("Not enough data to copy NALU header for %d, left = %d, header len = %d", i, sizeLeft, pNaluInfo->naluHeaderLen);
357 uint32_t left = 0, data = 0, phase = 0; local
368 left = length;
373 while ((left > 0) && (phase < 3)) {
376 while (left > 3) {
385 left -=4;
394 if (left > 0) {
409 left--;
413 if ((left >
458 int32_t naluOffset, offset, left; local
[all...]
/hardware/ti/omap4-aah/libI420colorconvert/
H A DColorConvert.cpp29 srcWidth * srcRect.top + srcRect.left;
33 int dstWidth = srcRect.right - srcRect.left + 1;
99 encoderRect->left = 0;
/hardware/ti/omap4xxx/libI420colorconvert/
H A DColorConvert.cpp29 srcWidth * srcRect.top + srcRect.left;
33 int dstWidth = srcRect.right - srcRect.left + 1;
99 encoderRect->left = 0;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DPlaneCapabilities.cpp173 srcW = (int)src.right - (int)src.left;
175 dstW = dest.right - dest.left;
209 if ((int)src.left & 63) {
210 DLOGTRACE("offset %d is not 64 bytes aligned, fall back to GLES", (int)src.left);
/hardware/libhardware/include/hardware/
H A Dhwcomposer_defs.h62 float left; member in struct:hwc_frect
69 int left; member in struct:hwc_rect
/hardware/qcom/display/msm8226/libqdutils/
H A Dqd_utils.cpp118 rect.left = x;
120 rect.right = srcWidth + rect.left;
/hardware/qcom/display/msm8909/libqdutils/
H A Dqd_utils.cpp117 rect.left = x;
119 rect.right = srcWidth + rect.left;
/hardware/qcom/display/msm8994/libqdutils/
H A Dqd_utils.cpp117 rect.left = x;
119 rect.right = srcWidth + rect.left;

Completed in 1935 milliseconds

12345678910