OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iJpegSize
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp
285
int
iJpegSize
= m_jpegMain->getJpegSize();
287
if (
iJpegSize
<=0) {
288
JPEG_ERROR_LOG("%s:: output_size is too small(%d)!!\n", __func__,
iJpegSize
);
346
memmove(pcJpegBuffer+exifLen+2, pcJpegBuffer+2,
iJpegSize
- 2);
348
iJpegSize
+= exifLen;
354
*size =
iJpegSize
;
[
all
...]
/hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp
252
int
iJpegSize
= m_jpegMain->getJpegSize();
254
if (
iJpegSize
<=0) {
255
JPEG_ERROR_LOG("%s:: output_size is too small(%d)!!\n", __func__,
iJpegSize
);
305
memmove(pcJpegBuffer+exifLen+2, pcJpegBuffer+2,
iJpegSize
- 2);
307
iJpegSize
+= exifLen;
313
*size =
iJpegSize
;
Completed in 507 milliseconds