/hardware/ti/omap4xxx/camera/ |
D | CameraHalUtilClasses.cpp | 122 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 …]
|
D | ANativeWindowDisplayAdapter.cpp | 628 bounds.top = 0; in allocateBuffer() 1202 bounds.top = 0; in handleFrameReturn()
|
D | AppCallbackNotifier.cpp | 950 bounds.top = 0; in notifyFrame()
|
/hardware/ril/mock-ril/src/cpp/ |
D | worker.cpp | 153 ((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/ |
D | ColorConvert.cpp | 29 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/ |
D | Makefile | 8 top=../../../ macro 10 PROTOC=$(wildcard $(top)out/host/*/bin/aprotoc)
|
/hardware/libhardware/modules/hwcomposer/ |
D | hwcomposer.cpp | 61 l->sourceCrop.top, in dump_layer() 65 l->displayFrame.top, in dump_layer()
|
/hardware/libhardware/include/hardware/ |
D | fb.h | 98 int left, int top, int width, int height);
|
D | hwcomposer.h | 128 int top; member
|
D | camera.h | 105 int left, int top, int right, int bottom);
|
/hardware/ti/omap4xxx/camera/inc/ |
D | CameraHal.h | 131 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/ |
D | hwc.c | 46 #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/ |
D | decoder_driver_test.c | 1018 outputframe->framesize.top = \ in async_thread() 1019 vdec_msg.msgdata.output_frame.framesize.top; in async_thread()
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMX3A.cpp | 584 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/ |
D | omx_vdec.cpp | 5531 output_respbuf->framesize.top = \ in async_message_process() 5532 vdec_msg->msgdata.output_frame.framesize.top; in async_message_process()
|