Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/
DStream.cpp40 mHeight(s->height), in Stream()
132 if (s->height != mHeight) { in isValidReuseStream()
134 __func__, mId, s->height, mHeight); in isValidReuseStream()
DStream.h61 const uint32_t mHeight; variable
/hardware/libhardware/tests/camera2/
DCameraStreamFixture.h111 mHeight = entry.data.i32[1]; in SetUp()
174 mWidth, mHeight, format, /*size (for jpegs)*/0, in CreateStream()
274 int mHeight; variable
DCameraBurstTests.cpp228 dout << "Buffer dimensions " << mWidth << "x" << mHeight << std::endl; in TEST_F()
250 (mWidth * mHeight - (underexposed + overexposed)); in TEST_F()
382 dout << "Stream size is " << mWidth << " x " << mHeight << std::endl; in TEST_F()
430 availableProcessedSizes.data.i32[i+1] == mHeight) { in TEST_F()
436 "available sizes: " << mWidth << ", " << mHeight; in TEST_F()
664 int numValidPixels = mWidth * mHeight - (underexposed + overexposed); in TEST_F()
Dcamera2_utils.cpp322 mWidth(0), mHeight(0), mFormat(0) in StreamAdapter()
346 mHeight = height; in connectToDevice()
356 mWidth, mHeight, mFormat, getStreamOps(), in connectToDevice()
390 mWidth, mHeight, mFormat); in connectToDevice()
394 __FUNCTION__, mWidth, mHeight, mFormat, mId); in connectToDevice()
DCameraMultiStreamTests.cpp178 mHeight(height) { in CameraStream()
205 mWidth, mHeight, mFormat, /*size (for jpegs)*/0, in SetUp()
233 int mHeight; member
Dcamera2_utils.h196 uint32_t mHeight; variable
/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/qcom/camera/QCamera2/HAL/
DQCameraMem.cpp917 mWidth = mHeight = 0; in QCameraGrallocMemory()
958 mHeight = height; in setWindowInfo()
1058 err = mWindow->set_buffers_geometry(mWindow, mWidth, mHeight, mFormat); in allocate()
1075 __func__, gralloc_usage, mWindow, mWidth, mHeight, mFormat); in allocate()
DQCameraMem.h174 int mWidth, mHeight, mFormat; variable
/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/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.h164 uint32_t mWidth, mHeight; variable
DQCamera3Channel.cpp474 mHeight(stream->height) in QCamera3RegularChannel()
505 mHeight(height) in QCamera3RegularChannel()
644 streamDim.height = mHeight; in registerBuffers()
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h315 OMX_U32 mHeight; variable