Searched defs:MARKER_LENGTH (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegProcessor.cpp339 const size_t MARKER_LENGTH = 2; // length of a marker member in namespace:android::camera2
344 uint8_t marker[MARKER_LENGTH];
379 size_t offset = size - MARKER_LENGTH;
400 while (size <= maxSize - MARKER_LENGTH) {
413 size += length + MARKER_LENGTH;
419 for ( ; size <= maxSize - MARKER_LENGTH; size++) {
422 size += MARKER_LENGTH;

Completed in 55 milliseconds