Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/fake-pipeline2/
DJpegCompressor.h81 static const size_t kMaxJpegSize = 675000; variable
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DJpegCompressor.h73 static const size_t kMaxJpegSize = 300000; variable
DJpegCompressor.cpp269 dest->parent->mJpegBuffer.img, kMaxJpegSize); in jpegInitDestination()
271 dest->free_in_buffer = kMaxJpegSize; in jpegInitDestination()
/device/generic/goldfish/camera/
DEmulatedQemuCamera3.cpp1301 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo()
DEmulatedFakeCamera2.cpp2226 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo()
DEmulatedFakeCamera3.cpp1533 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera3.cpp1554 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo()
DEmulatedFakeCamera2.cpp2175 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo()