Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp48 mDepthPhotoProcess(nullptr) { in DepthCompositeStream()
89 mDepthPhotoProcess = reinterpret_cast<camera3::process_depth_photo_frame> ( in DepthCompositeStream()
91 if (mDepthPhotoProcess == nullptr) { in DepthCompositeStream()
115 mDepthPhotoProcess = nullptr; in ~DepthCompositeStream()
359 res = mDepthPhotoProcess(depthPhoto, finalJpegBufferSize, dstBuffer, &actualJpegSize); in processInputFrame()
579 if ((mDepthPhotoLibHandle == nullptr) || (mDepthPhotoProcess == nullptr)) { in configureStream()
DDepthCompositeStream.h130 process_depth_photo_frame mDepthPhotoProcess; variable