Searched refs:outputJpegStream (Results 1 – 1 of 1) sorted by relevance
496 std::ostringstream outputJpegStream; in processDepthPhotoFrame() local497 if (!WriteImageAndMetadataAndContainer(&inputJpegStream, device.get(), &outputJpegStream)) { in processDepthPhotoFrame()502 *depthPhotoActualSize = static_cast<size_t> (outputJpegStream.tellp()); in processDepthPhotoFrame()509 memcpy(depthPhotoBuffer, outputJpegStream.str().c_str(), *depthPhotoActualSize); in processDepthPhotoFrame()