Searched refs:GetLE24 (Results 1 - 5 of 5) sorted by relevance

/external/webp/src/mux/
H A Dmuxread.c263 mux->canvas_width_ = GetLE24(data + 12) + 1;
264 mux->canvas_height_ = GetLE24(data + 15) + 1;
319 w = GetLE24(data.bytes + 4) + 1;
320 h = GetLE24(data.bytes + 7) + 1;
446 frame->x_offset = 2 * GetLE24(frame_data->bytes + 0);
447 frame->y_offset = 2 * GetLE24(frame_data->bytes + 3);
450 frame->duration = GetLE24(frame_data->bytes + 12);
H A Dmuxedit.c399 *x_offset = 2 * GetLE24(data->bytes + 0);
400 *y_offset = 2 * GetLE24(data->bytes + 3);
401 *duration = GetLE24(data->bytes + 12);
/external/webp/src/utils/
H A Dutils.h84 static WEBP_INLINE int GetLE24(const uint8_t* const data) { function
/external/webp/src/dec/
H A Dwebp_dec.c122 width = 1 + GetLE24(*data + 12);
123 height = 1 + GetLE24(*data + 15);
/external/webp/src/demux/
H A Ddemux.c162 const int val = GetLE24(data);

Completed in 124 milliseconds