Home
last modified time | relevance | path

Searched refs:PutLE24 (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/3rdparty/libwebp/mux/
Dmuxedit.c136 PutLE24(frame_frgm_bytes + 0, x_offset / 2); in CreateFrameFragmentData()
137 PutLE24(frame_frgm_bytes + 3, y_offset / 2); in CreateFrameFragmentData()
140 PutLE24(frame_frgm_bytes + 6, width - 1); in CreateFrameFragmentData()
141 PutLE24(frame_frgm_bytes + 9, height - 1); in CreateFrameFragmentData()
142 PutLE24(frame_frgm_bytes + 12, duration); in CreateFrameFragmentData()
589 PutLE24(data + 4, width - 1); // canvas width. in CreateVP8XChunk()
590 PutLE24(data + 7, height - 1); // canvas height. in CreateVP8XChunk()
Dmuxread.c303 PutLE24(dst + CHUNK_HEADER_SIZE + 4, width - 1); in EmitVP8XChunk()
304 PutLE24(dst + CHUNK_HEADER_SIZE + 7, height - 1); in EmitVP8XChunk()
/external/opencv3/3rdparty/libwebp/utils/
Dutils.h66 static WEBP_INLINE void PutLE24(uint8_t* const data, int val) { in PutLE24() function
/external/opencv3/3rdparty/libwebp/enc/
Dsyntax.c72 PutLE24(vp8x + CHUNK_HEADER_SIZE + 4, pic->width - 1); in PutVP8XHeader()
73 PutLE24(vp8x + CHUNK_HEADER_SIZE + 7, pic->height - 1); in PutVP8XHeader()
280 PutLE24(buffer + 0, enc->layer_data_size_); in WriteExtensions()
/external/webp/src/utils/
Dutils.h99 static WEBP_INLINE void PutLE24(uint8_t* const data, int val) { in PutLE24() function
/external/webp/src/enc/
Dsyntax.c68 PutLE24(vp8x + CHUNK_HEADER_SIZE + 4, pic->width - 1); in PutVP8XHeader()
69 PutLE24(vp8x + CHUNK_HEADER_SIZE + 7, pic->height - 1); in PutVP8XHeader()