Searched refs:depthPhoto (Results 1 – 1 of 1) sorted by relevance
322 DepthPhotoInputFrame depthPhoto; in processInputFrame() local323 depthPhoto.mMainJpegBuffer = reinterpret_cast<const char*> (inputFrame.jpegBuffer.data); in processInputFrame()324 depthPhoto.mMainJpegWidth = mBlobWidth; in processInputFrame()325 depthPhoto.mMainJpegHeight = mBlobHeight; in processInputFrame()326 depthPhoto.mMainJpegSize = jpegSize; in processInputFrame()327 depthPhoto.mDepthMapBuffer = reinterpret_cast<uint16_t*> (inputFrame.depthBuffer.data); in processInputFrame()328 depthPhoto.mDepthMapWidth = inputFrame.depthBuffer.width; in processInputFrame()329 depthPhoto.mDepthMapHeight = inputFrame.depthBuffer.height; in processInputFrame()330 depthPhoto.mDepthMapStride = inputFrame.depthBuffer.stride; in processInputFrame()331 depthPhoto.mJpegQuality = jpegQuality; in processInputFrame()[all …]