Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/fake-pipeline2/
DJpegCompressor.h72 static const size_t kMaxJpegSize = 300000; variable
DJpegCompressor.cpp267 __FUNCTION__, dest->parent->mJpegBuffer.img, kMaxJpegSize); in jpegInitDestination()
269 dest->free_in_buffer = kMaxJpegSize; in jpegInitDestination()
/device/generic/goldfish/camera/
DEmulatedFakeCamera3.cpp1191 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo()
DEmulatedFakeCamera2.cpp2228 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo()