OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mem_put_le16
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vpx_ports/
mem_ops.h
203
#undef
mem_put_le16
macro
204
#define
mem_put_le16
mem_ops_wrap_symbol(
mem_put_le16
)
macro
205
static void
mem_put_le16
(void *vmem, MEM_VALUE_T val)
function
/external/libvpx/examples/
encoder_tmpl.c
29
static void
mem_put_le16
(char *mem, unsigned int val) {
function
78
mem_put_le16
(header+4, 0); /* version */
79
mem_put_le16
(header+6, 32); /* headersize */
81
mem_put_le16
(header+12, cfg->g_w); /* width */
82
mem_put_le16
(header+14, cfg->g_h); /* height */
Completed in 151 milliseconds