Searched refs:left (Results 1 - 25 of 64) sorted by relevance

123

/hardware/qcom/display/libtilerenderer/
H A Dtilerenderer.cpp36 int left, int top,
46 if (!left && !right && !top && !bottom) {
47 left = 0;
53 if (!left && !right && !top && !bottom) {
59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0;
35 startTileRendering(OpenGLRenderer* renderer, int left, int top, int right, int bottom) argument
H A Dtilerenderer.h32 void startTileRendering(OpenGLRenderer* renderer, int left, int top, int right, int bottom);
/hardware/ti/omap4xxx/camera/
H A DCameraHalUtilClasses.cpp123 size_t &left,
139 left = ( mLeft + hRange / 2 ) * hScale;
143 areaWidth -= left;
151 ssize_t left,
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
177 if ( ( CameraArea::LEFT > left ) || ( CameraArea::RIGHT < left ) ) {
178 CAMHAL_LOGEB("Camera area left coordinate is invalid %d", left );
187 if ( left >
120 transfrom(size_t width, size_t height, size_t &top, size_t &left, size_t &areaWidth, size_t &areaHeight) argument
150 checkArea(ssize_t top, ssize_t left, ssize_t bottom, ssize_t right, ssize_t weight) argument
212 ssize_t top, left, bottom, right, weight; local
[all...]
/hardware/qcom/camera/inc/
H A Domx_jpeg_ext.h96 int left; member in struct:omx_jpeg_thumbnail
111 int32_t left; member in struct:omx_jpeg_region
/hardware/qcom/display/libhwcomposer/
H A Dhwc_video.cpp158 if( displayFrame.left < 0 ||
167 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top,
168 sourceCrop.right - sourceCrop.left,
176 ovutils::Dim dpos(displayFrame.left,
178 displayFrame.right - displayFrame.left,
230 if( displayFrame.left < 0 ||
239 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top,
240 sourceCrop.right - sourceCrop.left,
247 ovutils::Dim dpos(displayFrame.left,
249 (displayFrame.right - displayFrame.left),
[all...]
H A Dhwc_uimirror.cpp90 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top,
91 sourceCrop.right - sourceCrop.left,
101 ovutils::Dim dpos(displayFrame.left,
103 displayFrame.right - displayFrame.left,
H A Dhwc_utils.cpp104 l->sourceCrop.left,
108 l->displayFrame.left,
162 int& crop_l = crop.left;
166 int crop_w = crop.right - crop.left;
169 int& dst_l = dst.left;
173 int dst_w = abs(dst.right - dst.left);
H A Dhwc_copybit.cpp54 rect->l = me->mRegion.rects[me->r.current].left;
289 copybit_rect_t srcRect = {sourceCrop.left, sourceCrop.top,
295 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top,
309 int32_t screen_w = displayFrame.right - displayFrame.left;
311 int32_t src_crop_width = sourceCrop.right - sourceCrop.left;
467 width = displayFrame.right - displayFrame.left;
H A Dhwc_extonly.cpp105 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top,
106 sourceCrop.right - sourceCrop.left,
H A Dhwc_mdpcomp.cpp169 int s_l = sourceCrop.left;
174 int d_l = displayFrame.left;
211 const int src_w = sourceCrop.right - sourceCrop.left;
215 int crop_w = crop.right - crop.left;
219 int dst_w = dst.right - dst.left;
229 if(dst.left < 0 || dst.top < 0 ||
237 crop_w = crop.right - crop.left;
240 dst_w = dst.right - dst.left;
307 ovutils::Dim dcrop(crop.left, crop.top, crop_w, crop_h);
313 ovutils::Dim dim(dst.left, ds
[all...]
/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/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dipc_event.c431 S32 left; local
437 left = recvfrom(pIpcEventChild->STA_socket, buf, sizeof(buf), MSG_DONTWAIT,
439 if (left < 0)
448 while (left >= sizeof(*h))
454 if (len > left || plen < 0) {
455 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcEvent_Handle_STA_Event - Malformed netlink message: len=%d left=%d plen=%d",
456 len, left, plen);
468 left -= len;
472 if (left > 0)
475 left);
[all...]
/hardware/libhardware/modules/hwcomposer/
H A Dhwcomposer.cpp60 l->sourceCrop.left,
64 l->displayFrame.left,
/hardware/libhardware/include/hardware/
H A Dfb.h98 * return -EINVAL if width or height <=0, or if left or top < 0
101 int left, int top, int width, int height);
H A Dcamera.h81 int left, int top, int right, int bottom);
H A Dhwcomposer.h63 int left; member in struct:hwc_rect
134 /* area of the source to consider, the origin is the top-left corner of
140 * top-left corner of the screen.
145 * top-left corner of the screen.
H A Daudio.h238 int (*set_volume)(struct audio_stream_out *stream, float left, float right);
H A Dcamera2.h95 int left, int top, int right, int bottom);
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp159 l->sourceCrop.left,
163 l->displayFrame.left,
196 inline int WIDTH(const hwc_rect &rect) { return rect.right - rect.left; }
210 crop->left = (w - w_orig) / 2;
212 crop->right = crop->left + w_orig;
346 return (layer.displayFrame.left % pixel_alignment) == 0 &&
401 (!rot90or270 || layer.sourceCrop.left % 2 == 0);
628 cfg.x = layer.displayFrame.left;
657 sd_crop.rect.left = cfg.x;
734 return layer.sourceCrop.left > pde
748 int left = max(layer.displayFrame.left, 0); local
[all...]
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.h212 int left, int top, int right, int bottom);
/hardware/libhardware_legacy/audio/
H A DA2dpAudioInterface.h91 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } argument
H A DAudioHardwareGeneric.h55 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } argument
H A DAudioHardwareStub.h38 virtual status_t setVolume(float left, float right) { return NO_ERROR; } argument
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareInterface.h86 virtual status_t setVolume(float left, float right) = 0;
/hardware/msm7k/libaudio-qdsp5v2/
H A DAudioHardware.h112 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } argument

Completed in 250 milliseconds

123