Home
last modified time | relevance | path

Searched refs:top (Results 1 – 15 of 15) sorted by relevance

/hardware/ti/omap4xxx/camera/
DCameraHalUtilClasses.cpp122 size_t &top, in transfrom() argument
138 top = ( mTop + vRange / 2 ) * vScale; in transfrom()
141 areaHeight -= top; in transfrom()
150 status_t CameraArea::checkArea(ssize_t top, in checkArea() argument
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) { in checkArea()
167 if ( ( CameraArea::TOP > top ) || ( CameraArea::BOTTOM < top ) ) { in checkArea()
168 CAMHAL_LOGEB("Camera area top coordinate is invalid %d", top ); in checkArea()
192 if ( top >= bottom ) { in checkArea()
212 ssize_t top, left, bottom, right, weight; in parseAreas() local
257 top = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10)); in parseAreas()
[all …]
DANativeWindowDisplayAdapter.cpp628 bounds.top = 0; in allocateBuffer()
1202 bounds.top = 0; in handleFrameReturn()
DAppCallbackNotifier.cpp950 bounds.top = 0; in notifyFrame()
/hardware/ril/mock-ril/src/cpp/
Dworker.cpp153 ((wq->delayed_q_.top()->time - now) <= 0)) { in Worker()
154 struct WorkerQueue::Record *r = wq->delayed_q_.top(); in Worker()
165 struct WorkerQueue::Record *r = wq->delayed_q_.top(); in Worker()
213 r = delayed_q_.top(); in ~WorkerQueue()
291 p, delay_in_ms, now, delayed_q_.top()->p, in AddDelayed()
292 delayed_q_.top()->time, delayed_q_.top()->time - now); in AddDelayed()
294 if ((q_.size() == 0) && (delayed_q_.top() == r)) { in AddDelayed()
/hardware/ti/omap4xxx/libI420colorconvert/
DColorConvert.cpp29 srcWidth * srcRect.top + srcRect.left; in convertDecoderOutputToI420()
31 srcWidth * (srcHeight - srcRect.top / 2); in convertDecoderOutputToI420()
34 int dstHeight = srcRect.bottom - srcRect.top + 1; in convertDecoderOutputToI420()
100 encoderRect->top = 0; in getEncoderInputBufferInfo()
/hardware/ril/mock-ril/
DMakefile8 top=../../../ macro
10 PROTOC=$(wildcard $(top)out/host/*/bin/aprotoc)
/hardware/libhardware/modules/hwcomposer/
Dhwcomposer.cpp61 l->sourceCrop.top, in dump_layer()
65 l->displayFrame.top, in dump_layer()
/hardware/libhardware/include/hardware/
Dfb.h98 int left, int top, int width, int height);
Dhwcomposer.h128 int top; member
Dcamera.h105 int left, int top, int right, int bottom);
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h131 CameraArea(ssize_t top, in CameraArea() argument
135 size_t weight) : mTop(top), in CameraArea()
143 size_t &top,
170 static status_t checkArea(ssize_t top,
354 ssize_t top; member
/hardware/ti/omap4xxx/hwc/
Dhwc.c46 #define HEIGHT(rect) ((rect).bottom - (rect).top)
150 l->sourceCrop.top, in dump_layer()
154 l->displayFrame.top, in dump_layer()
358 oc->win.y = layer->displayFrame.top; in omap4_hwc_setup_layer()
364 oc->crop.y = layer->sourceCrop.top; in omap4_hwc_setup_layer()
452 m_translate(ext->m, -(orig_w >> 1) - region.left, -(orig_h >> 1) - region.top); in set_ext_matrix()
504 vis.lt[0] = vis_rect.left; vis.lt[1] = vis_rect.top; in crop_to_rect()
1152 .left = o->cfg.win.x, .top = o->cfg.win.y, in omap4_hwc_prepare()
1675 &hwc_dev->ext.mirror_region.left, &hwc_dev->ext.mirror_region.top, in omap4_hwc_device_open()
1678 hwc_dev->ext.mirror_region.top >= hwc_dev->ext.mirror_region.bottom) { in omap4_hwc_device_open()
[all …]
/hardware/qcom/media/mm-video/vidc/vdec/test/
Ddecoder_driver_test.c1018 outputframe->framesize.top = \ in async_thread()
1019 vdec_msg.msgdata.output_frame.framesize.top; in async_thread()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMX3A.cpp584 size_t top, left, width, height, weight; in setFocusMode() local
664 size_t top, left, width, height, weight; in getFocusMode() local
/hardware/qcom/media/mm-video/vidc/vdec/src/
Domx_vdec.cpp5531 output_respbuf->framesize.top = \ in async_message_process()
5532 vdec_msg->msgdata.output_frame.framesize.top; in async_message_process()