Searched refs:app1Size (Results 1 – 1 of 1) sorted by relevance
851 size_t app1Size = 0; in processAppSegment() local854 &app1Size); in processAppSegment()857 inputFrame.appSegmentBuffer.height, app1Size); in processAppSegment()864 auto exifRes = exifUtils->initialize(inputFrame.appSegmentBuffer.data, app1Size); in processAppSegment()894 appSegmentSize - app1Size + newApp1Length; in processAppSegment()898 if (appSegmentSize - app1Size > 0) { in processAppSegment()900 inputFrame.appSegmentBuffer.data + app1Size, appSegmentSize - app1Size); in processAppSegment()1295 uint16_t app1Size = (static_cast<uint16_t>(appSegmentBuffer[totalSize]) << 8) + in findAppSegmentsSize() local1297 totalSize += app1Size; in findAppSegmentsSize()1300 __FUNCTION__, expectedSize, app1Size); in findAppSegmentsSize()[all …]