Searched refs:appSegmentBufferSize (Results 1 – 1 of 1) sorted by relevance
1046 size_t appSegmentBufferSize = sizeof(kExifApp1Marker) + in processAppSegment() local1048 uint8_t* appSegmentBuffer = new uint8_t[appSegmentBufferSize]; in processAppSegment()1056 sp<ABuffer> aBuffer = new ABuffer(appSegmentBuffer, appSegmentBufferSize); in processAppSegment()