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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegProcessor.cpp334 const size_t MARKER_LENGTH = 2; // length of a marker member in namespace:android::camera2
339 uint8_t marker[MARKER_LENGTH];
374 size_t offset = size - MARKER_LENGTH;
395 while (size <= maxSize - MARKER_LENGTH) {
408 size += length + MARKER_LENGTH;
414 for ( ; size <= maxSize - MARKER_LENGTH; size++) {
417 size += MARKER_LENGTH;

Completed in 2660 milliseconds