Searched refs:PutLE24 (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/mux/ |
D | muxedit.c | 110 PutLE24(frame_bytes + 0, info->x_offset / 2); in CreateFrameData() 111 PutLE24(frame_bytes + 3, info->y_offset / 2); in CreateFrameData() 113 PutLE24(frame_bytes + 6, width - 1); in CreateFrameData() 114 PutLE24(frame_bytes + 9, height - 1); in CreateFrameData() 115 PutLE24(frame_bytes + 12, info->duration); in CreateFrameData() 540 PutLE24(data + 4, width - 1); // canvas width. in CreateVP8XChunk() 541 PutLE24(data + 7, height - 1); // canvas height. in CreateVP8XChunk()
|
D | muxread.c | 383 PutLE24(dst + CHUNK_HEADER_SIZE + 4, width - 1); in EmitVP8XChunk() 384 PutLE24(dst + CHUNK_HEADER_SIZE + 7, height - 1); in EmitVP8XChunk()
|
/external/webp/src/utils/ |
D | utils.h | 99 static WEBP_INLINE void PutLE24(uint8_t* const data, int val) { in PutLE24() function
|
/external/webp/src/enc/ |
D | syntax_enc.c | 68 PutLE24(vp8x + CHUNK_HEADER_SIZE + 4, pic->width - 1); in PutVP8XHeader() 69 PutLE24(vp8x + CHUNK_HEADER_SIZE + 7, pic->height - 1); in PutVP8XHeader()
|