Searched refs:depthPhotoActualSize (Results 1 – 1 of 1) sorted by relevance
414 void* depthPhotoBuffer /*out*/, size_t* depthPhotoActualSize /*out*/) { in processDepthPhotoFrame() argument416 (depthPhotoBuffer == nullptr) || (depthPhotoActualSize == nullptr)) { in processDepthPhotoFrame()502 *depthPhotoActualSize = static_cast<size_t> (outputJpegStream.tellp()); in processDepthPhotoFrame()503 if (*depthPhotoActualSize > depthPhotoBufferSize) { in processDepthPhotoFrame()505 *depthPhotoActualSize, depthPhotoBufferSize); in processDepthPhotoFrame()509 memcpy(depthPhotoBuffer, outputJpegStream.str().c_str(), *depthPhotoActualSize); in processDepthPhotoFrame()