Searched refs:mHeight (Results 1 – 13 of 13) sorted by relevance
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXCameraAdapter.cpp | 499 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 …]
|
D | OMXFocus.cpp | 733 (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()
|
D | OMXAlgo.cpp | 1068 tmpHeight = mPreviewData->mHeight; in setSensorOrientation() 1071 mPreviewData->mHeight = 480; in setSensorOrientation() 1118 mPreviewData->mHeight = tmpHeight; in setSensorOrientation()
|
D | OMXCapture.cpp | 53 ( h != ( int ) cap->mHeight ) ) in setParametersCapture() 59 cap->mHeight = h; in setParametersCapture() 64 CAMHAL_LOGVB("Image: cap.mHeight = %d", (int)cap->mHeight); in setParametersCapture()
|
D | OMXExif.cpp | 374 exifTags->ulImageHeight = capData->mHeight; in setupEXIF() 571 snprintf(temp_value, sizeof(temp_value)/sizeof(char), "%lu", capData->mHeight); in setupEXIF_libjpeg()
|
D | OMX3A.cpp | 1529 (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/ |
D | ANativeWindowDisplayAdapter.h | 42 int mHeight; member
|
D | CameraHal.h | 262 mHeight(0), in CameraFrame() 282 mHeight(frame.mHeight), in CameraFrame() 299 unsigned int mWidth, mHeight; variable
|
/hardware/ti/omap4xxx/camera/ |
D | AppCallbackNotifier.cpp | 752 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()
|
D | ANativeWindowDisplayAdapter.cpp | 1261 df.mHeight = caFrame->mHeight; in frameCallback()
|
D | CameraHal.cpp | 1463 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()
|
D | BaseCameraAdapter.cpp | 879 ret = getFrameSize(frame->mWidth, frame->mHeight); in sendCommand()
|
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/ |
D | OMXCameraAdapter.h | 315 OMX_U32 mHeight; variable
|