Searched refs:depthPhoto (Results 1 – 1 of 1) sorted by relevance
312 DepthPhotoInputFrame depthPhoto; in processInputFrame() local313 depthPhoto.mMainJpegBuffer = reinterpret_cast<const char*> (inputFrame.jpegBuffer.data); in processInputFrame()314 depthPhoto.mMainJpegWidth = mBlobWidth; in processInputFrame()315 depthPhoto.mMainJpegHeight = mBlobHeight; in processInputFrame()316 depthPhoto.mMainJpegSize = jpegSize; in processInputFrame()317 depthPhoto.mDepthMapBuffer = reinterpret_cast<uint16_t*> (inputFrame.depthBuffer.data); in processInputFrame()318 depthPhoto.mDepthMapWidth = inputFrame.depthBuffer.width; in processInputFrame()319 depthPhoto.mDepthMapHeight = inputFrame.depthBuffer.height; in processInputFrame()320 depthPhoto.mDepthMapStride = inputFrame.depthBuffer.stride; in processInputFrame()321 depthPhoto.mJpegQuality = jpegQuality; in processInputFrame()[all …]