Home
last modified time | relevance | path

Searched refs:outputJpegStream (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp496 std::ostringstream outputJpegStream; in processDepthPhotoFrame() local
497 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()