Lines Matching refs:std

37 const std::uint32_t kRafOffsetToPreviewOffset = 84;
40 std::uint32_t* width, std::uint32_t* height,
41 std::vector<std::uint32_t>* cfa_pattern_dim) {
55 std::uint32_t* width, std::uint32_t* height,
56 std::vector<std::uint32_t>* cfa_pattern_dim) {
81 const std::uint32_t tiff_offset,
82 const std::uint32_t number_of_ifds, StreamInterface* stream,
106 const std::uint32_t number_of_ifds, StreamInterface* stream,
108 const std::uint32_t kTiffOffset = 0;
114 bool GetExifData(const std::uint32_t exif_offset, StreamInterface* stream,
117 const std::uint32_t kNumberOfIfds = 2;
130 const std::uint32_t kNumberOfIfds = 2;
139 const std::uint32_t kTiffOffset = 0;
140 std::uint32_t offset_to_ifd;
145 std::uint32_t next_ifd_offset;
152 std::uint32_t exif_offset;
163 const std::uint32_t skip_offset, StreamInterface* stream,
164 std::uint32_t* makernote_offset,
166 std::uint32_t makernote_length;
173 std::uint32_t next_ifd_offset;
181 const std::uint32_t makernote_offset,
184 std::uint32_t camera_settings_offset;
185 std::uint32_t camera_settings_length;
192 std::uint32_t next_ifd_offset;
205 const std::uint32_t makernote_offset,
208 std::uint32_t raw_processing_offset;
209 std::uint32_t raw_processing_length;
216 std::uint32_t next_ifd_offset;
241 std::uint32_t makernote_offset;
243 const std::uint32_t kSkipMakernoteStart = 12;
249 const std::uint32_t kThumbnailTag = 0x0100;
265 const std::uint32_t kPreviewOffset = 0x0101;
266 const std::uint32_t kPreviewLength = 0x0102;
285 std::vector<std::uint32_t> aspect_frame(4);
292 std::swap(preview_image_data->full_width,
313 std::uint32_t makernote_offset;
315 const std::uint32_t kSkipMakernoteStart = 6;
321 std::uint32_t color_space;
332 bool RafGetOrientation(StreamInterface* stream, std::uint32_t* orientation) {
336 std::uint32_t preview_offset = 0;
341 const std::uint32_t exif_offset = preview_offset + 12;
346 bool RafGetDimension(StreamInterface* stream, std::uint32_t* width,
347 std::uint32_t* height) {
349 std::uint32_t cfa_header_index = 0; // actual position in the cfa header.
350 std::uint32_t cfa_header_entries = 0;
359 for (std::uint32_t i = 0; i < cfa_header_entries; ++i) {
360 std::uint16_t id = 0;
361 std::uint16_t length = 0;
367 std::uint16_t tmp_width = 0;
368 std::uint16_t tmp_height = 0;
389 const std::uint32_t kNumberOfIfds = 1;
404 const std::uint32_t kNumberOfIfds = 1;
422 const std::uint32_t kNumberOfIfds = 3;
477 const std::uint32_t kNumberOfIfds = 2;
498 std::uint16_t width;
499 std::uint16_t height;
535 const std::uint32_t kNumberOfIfds = 3;
554 std::uint32_t preview_offset = 0;
555 std::uint32_t preview_length = 0;
568 const std::uint32_t exif_offset = preview_offset + 12;
589 const std::uint32_t kNumberOfIfds = 1;
597 const std::uint32_t exif_offset = preview_data.preview.offset + 12;
620 const std::uint32_t kNumberOfIfds = 1;
641 std::vector<std::uint8_t> file_header(bytes);
658 std::vector<std::uint8_t> file_header(bytes);
690 bool GetDngInformation(StreamInterface* data, std::uint32_t* width,
691 std::uint32_t* height,
692 std::vector<std::uint32_t>* cfa_pattern_dim) {
702 bool GetOrientation(StreamInterface* data, std::uint32_t* orientation) {
706 std::vector<std::uint8_t> file_header(
722 std::vector<std::string> SupportedExtensions() {