OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mem_get_le16
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx_ports/
mem_ops.h
97
#undef
mem_get_le16
macro
98
#define
mem_get_le16
mem_ops_wrap_symbol(
mem_get_le16
)
macro
99
static unsigned MEM_VALUE_T
mem_get_le16
(const void *vmem) {
function
/external/libvpx/libvpx/
vpxdec.c
164
static unsigned int
mem_get_le16
(const void *vmem) {
function
351
if (
mem_get_le16
(raw_hdr + 4) != 0)
356
*width =
mem_get_le16
(raw_hdr + 12);
357
*height =
mem_get_le16
(raw_hdr + 14);
[
all
...]
vpxenc.c
246
if (
mem_get_le16
(raw_hdr + 4) != 0)
255
*width =
mem_get_le16
(raw_hdr + 12);
256
*height =
mem_get_le16
(raw_hdr + 14);
[
all
...]
Completed in 500 milliseconds