/hardware/libhardware/modules/camera/ |
D | Stream.cpp | 40 mHeight(s->height), in Stream() 132 if (s->height != mHeight) { in isValidReuseStream() 134 __func__, mId, s->height, mHeight); in isValidReuseStream()
|
D | Stream.h | 61 const uint32_t mHeight; variable
|
/hardware/libhardware/tests/camera2/ |
D | CameraStreamFixture.h | 111 mHeight = entry.data.i32[1]; in SetUp() 174 mWidth, mHeight, format, /*size (for jpegs)*/0, in CreateStream() 274 int mHeight; variable
|
D | CameraBurstTests.cpp | 228 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()
|
D | camera2_utils.cpp | 322 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()
|
D | CameraMultiStreamTests.cpp | 178 mHeight(height) { in CameraStream() 205 mWidth, mHeight, mFormat, /*size (for jpegs)*/0, in SetUp() 233 int mHeight; member
|
D | camera2_utils.h | 196 uint32_t mHeight; variable
|
/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/qcom/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 917 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()
|
D | QCameraMem.h | 174 int mWidth, mHeight, mFormat; variable
|
/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/qcom/camera/QCamera2/HAL3/ |
D | QCamera3Channel.h | 164 uint32_t mWidth, mHeight; variable
|
D | QCamera3Channel.cpp | 474 mHeight(stream->height) in QCamera3RegularChannel() 505 mHeight(height) in QCamera3RegularChannel() 644 streamDim.height = mHeight; in registerBuffers()
|
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/ |
D | OMXCameraAdapter.h | 315 OMX_U32 mHeight; variable
|