OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:preview_offset
(Results
1 - 3
of
3
) sorted by null
/external/piex/src/
piex.cc
336
std::uint32_t
preview_offset
= 0;
local
337
if (!Get32u(stream, kRafOffsetToPreviewOffset, endian, &
preview_offset
)) {
341
const std::uint32_t exif_offset =
preview_offset
+ 12;
547
std::uint32_t
preview_offset
= 0;
local
549
if (!Get32u(stream, kRafOffsetToPreviewOffset, endian, &
preview_offset
) ||
561
const std::uint32_t exif_offset =
preview_offset
+ 12;
569
preview_image_data->preview.offset =
preview_offset
;
piex.h
44
// file.at(image_data.
preview_offset
), image_data.preview_length);
piex_types.h
53
// Contains relevant image information as well as the '
preview_offset
' and the
Completed in 60 milliseconds