Home
last modified time | relevance | path

Searched refs:mHeight (Results 1 – 13 of 13) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp499 cap->mHeight = h; in setParameters()
504 CAMHAL_LOGVB("Prev: cap.mHeight = %d", (int)cap->mHeight); in setParameters()
512 cap->mHeight = h; in setParameters()
517 CAMHAL_LOGVB("Video: cap.mHeight = %d", (int)cap->mHeight); in setParameters()
522 cap->mBufSize = cap->mStride * cap->mHeight; in setParameters()
526 ( cap->mHeight >= 1080 ) && in setParameters()
533 ( cap->mHeight < 1080 ) || in setParameters()
795 portCheck.format.video.nFrameHeight = portParams.mHeight; in setFormat()
810 portCheck.nBufferSize = portParams.mStride * portParams.mHeight; in setFormat()
817 portCheck.format.image.nFrameHeight = portParams.mHeight; in setFormat()
[all …]
DOMXFocus.cpp733 (size_t)mPreviewData->mHeight, in setTouchFocus()
742 … ( focusAreas[0]->tAlgoAreas[n].nTop* TOUCH_FOCUS_RANGE ) / mPreviewData->mHeight; in setTouchFocus()
746 … ( focusAreas[0]->tAlgoAreas[n].nHeight * TOUCH_FOCUS_RANGE ) / mPreviewData->mHeight; in setTouchFocus()
DOMXAlgo.cpp1068 tmpHeight = mPreviewData->mHeight; in setSensorOrientation()
1071 mPreviewData->mHeight = 480; in setSensorOrientation()
1118 mPreviewData->mHeight = tmpHeight; in setSensorOrientation()
DOMXCapture.cpp53 ( h != ( int ) cap->mHeight ) ) in setParametersCapture()
59 cap->mHeight = h; in setParametersCapture()
64 CAMHAL_LOGVB("Image: cap.mHeight = %d", (int)cap->mHeight); in setParametersCapture()
DOMXExif.cpp374 exifTags->ulImageHeight = capData->mHeight; in setupEXIF()
571 snprintf(temp_value, sizeof(temp_value)/sizeof(char), "%lu", capData->mHeight); in setupEXIF_libjpeg()
DOMX3A.cpp1529 (size_t)mPreviewData->mHeight, in setMeteringAreas()
1538 … ( meteringAreas[0]->tAlgoAreas[n].nTop* METERING_AREAS_RANGE ) / mPreviewData->mHeight; in setMeteringAreas()
1542 … ( meteringAreas[0]->tAlgoAreas[n].nHeight * METERING_AREAS_RANGE ) / mPreviewData->mHeight; in setMeteringAreas()
/hardware/ti/omap4xxx/camera/inc/
DANativeWindowDisplayAdapter.h42 int mHeight; member
DCameraHal.h262 mHeight(0), in CameraFrame()
282 mHeight(frame.mHeight), in CameraFrame()
299 unsigned int mWidth, mHeight; variable
/hardware/ti/omap4xxx/camera/
DAppCallbackNotifier.cpp752 frame->mHeight, in copyAndSendPreviewFrame()
775 frame->mHeight, in copyAndSendPreviewFrame()
945 main_jpeg->in_height = frame->mHeight; in notifyFrame()
947 main_jpeg->out_height = frame->mHeight; in notifyFrame()
1065 frame->mHeight, in notifyFrame()
DANativeWindowDisplayAdapter.cpp1261 df.mHeight = caFrame->mHeight; in frameCallback()
DCameraHal.cpp1463 mPreviewHeight = frame.mHeight; in startPreview()
2394 ( int * ) &frame.mHeight); in startImageBracketing()
2397 frame.mHeight, in startImageBracketing()
2581 ( int * ) &frame.mHeight); in takePicture()
2584 frame.mHeight, in takePicture()
DBaseCameraAdapter.cpp879 ret = getFrameSize(frame->mWidth, frame->mHeight); in sendCommand()
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h315 OMX_U32 mHeight; variable