Searched refs:findJpegSize (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/services/camera/libcameraservice/tests/ |
D | DepthProcessorTest.cpp | 192 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()
|
D | NV12Compressor.h | 52 static android::status_t findJpegSize(uint8_t *jpegBuffer, size_t maxSize,
|
D | NV12Compressor.cpp | 271 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/ |
D | JpegProcessor.h | 59 static size_t findJpegSize(uint8_t* jpegBuffer, size_t maxSize);
|
D | JpegProcessor.cpp | 258 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/ |
D | DepthCompositeStream.cpp | 257 auto jpegSize = android::camera2::JpegProcessor::findJpegSize(inputFrame.jpegBuffer.data, in processInputFrame()
|