Searched refs:encodeGrayscaleJpeg (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/common/ |
D | DepthPhotoProcessor.cpp | 113 status_t encodeGrayscaleJpeg(size_t width, size_t height, uint8_t *in, void *out, in encodeGrayscaleJpeg() function 392 auto ret = encodeGrayscaleJpeg(width, height, pointsQuantized.data(), in processDepthMapFrame() 401 ret = encodeGrayscaleJpeg(width, height, confidenceQuantized.data(), in processDepthMapFrame()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | DepthCompositeStream.h | 94 status_t encodeGrayscaleJpeg(size_t width, size_t height, uint8_t *in, void *out,
|