Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DDepthProcessorTest.cpp192 ASSERT_EQ(NV12Compressor::findJpegSize(depthPhotoBuffer.data(), actualDepthPhotoSize, in TEST()
196 ASSERT_EQ(NV12Compressor::findJpegSize(depthPhotoBuffer.data() + mainJpegSize, in TEST()
251 ASSERT_EQ(NV12Compressor::findJpegSize(depthPhotoBuffer.data(), actualDepthPhotoSize, in TEST()
255 ASSERT_EQ(NV12Compressor::findJpegSize(depthPhotoBuffer.data() + mainJpegSize, in TEST()
348 ASSERT_EQ(NV12Compressor::findJpegSize(depthPhotoBuffer.data(), actualDepthPhotoSize, in TEST()
352 ASSERT_EQ(NV12Compressor::findJpegSize(depthPhotoBuffer.data() + mainJpegSize, in TEST()
DNV12Compressor.h52 static android::status_t findJpegSize(uint8_t *jpegBuffer, size_t maxSize,
DNV12Compressor.cpp271 status_t NV12Compressor::findJpegSize(uint8_t *jpegBuffer, size_t maxSize, size_t *size /*out*/) { in findJpegSize() function in NV12Compressor
/frameworks/av/services/camera/libcameraservice/api1/client2/
DJpegProcessor.h59 static size_t findJpegSize(uint8_t* jpegBuffer, size_t maxSize);
DJpegProcessor.cpp258 size_t jpegSize = findJpegSize(imgBuffer.data, imgBuffer.width); in processNewCapture()
346 size_t JpegProcessor::findJpegSize(uint8_t* jpegBuffer, size_t maxSize) { in findJpegSize() function in android::camera2::JpegProcessor
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp257 auto jpegSize = android::camera2::JpegProcessor::findJpegSize(inputFrame.jpegBuffer.data, in processInputFrame()