/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraStream.cpp | 76 mHeight = res->height; in setResolution() 80 if (mWidth != res->width || mHeight != res->height) in isResolutionSame() 88 res->height = mHeight; in getResolution() 243 mHeight = 0; in setFormat() 252 stream_config.fmt.height = mHeight; in setFormat() 266 mHeight = stream_config.fmt.height; in setFormat() 293 mHeight(Height), in QCameraStream()
|
D | QCameraHWI.cpp | 529 mStreams[MM_CAMERA_SNAPSHOT_THUMBNAIL]->mHeight) { in encodeData() 586 main_buf_info->src_dim.height = main_stream->mHeight; in encodeData() 614 thumb_buf_info->src_dim.height = thumb_stream->mHeight; in encodeData() 1985 mStreams[MM_CAMERA_SNAPSHOT_MAIN]->mHeight = mStreams[MM_CAMERA_VIDEO]->mHeight; in startPreview2()
|
D | QCameraHWI_Parm.cpp | 4234 mStreams[MM_CAMERA_PREVIEW]->mHeight = dim.display_height; in setDimension() 4239 mStreams[MM_CAMERA_VIDEO]->mHeight = dim.video_height; in setDimension() 4245 mStreams[MM_CAMERA_SNAPSHOT_MAIN]->mHeight = dim.picture_height; in setDimension() 4263 mStreams[MM_CAMERA_SNAPSHOT_MAIN]->mHeight = raw_res.height; in setDimension() 4270 mStreams[MM_CAMERA_SNAPSHOT_THUMBNAIL]->mHeight = dim.ui_thumbnail_height; in setDimension()
|
D | QCameraHWI_Preview.cpp | 63 err = previewWindow->set_buffers_geometry(previewWindow, mWidth, mHeight, in getBufferFromSurface()
|
/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
D | QCameraStream.cpp | 210 stream_config.fmt.height=mHeight; in streamOn() 212 ALOGE("<DEBUG>::%s: Width :%d Height:%d Format:%d",__func__,mWidth,mHeight,mFormat); in streamOn() 286 stream_config.fmt.height=mHeight; in initStream() 287 ALOGE("<DEBUG>::%s: Width :%d Height:%d Format:%d",__func__,mWidth,mHeight,format); in initStream() 371 mHeight=Height; in QCameraStream()
|
D | QCameraStream_Preview.cpp | 77 int height = mHeight; /* height of channel */ in initBuffers()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 1277 mWidth = mHeight = mStride = mScanline = 0; in QCameraGrallocMemory() 1320 mHeight = height; in setWindowInfo() 1429 err = mWindow->set_crop(mWindow, 0, 0, mWidth, mHeight); in allocate() 1446 __func__, gralloc_usage, mWindow, mWidth, mHeight, mStride, in allocate()
|
D | QCameraMem.h | 229 int mWidth, mHeight, mFormat, mStride, mScanline; variable
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 1490 mWidth = mHeight = mStride = mScanline = 0; in QCameraGrallocMemory() 1533 mHeight = height; in setWindowInfo() 1644 err = mWindow->set_crop(mWindow, 0, 0, mWidth, mHeight); in allocate() 1661 __func__, gralloc_usage, mWindow, mWidth, mHeight, mStride, in allocate()
|
D | QCameraMem.h | 248 int mWidth, mHeight, mFormat, mStride, mScanline; variable
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 1490 mWidth = mHeight = mStride = mScanline = 0; in QCameraGrallocMemory() 1533 mHeight = height; in setWindowInfo() 1644 err = mWindow->set_crop(mWindow, 0, 0, mWidth, mHeight); in allocate() 1661 __func__, gralloc_usage, mWindow, mWidth, mHeight, mStride, in allocate()
|
D | QCameraMem.h | 248 int mWidth, mHeight, mFormat, mStride, mScanline; variable
|
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
D | QCameraStream.h | 88 uint32_t mHeight; variable
|
/device/moto/shamu/camera/QCamera/HAL/core/inc/ |
D | QCameraStream.h | 62 uint32_t mHeight; variable
|