OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mem_get_le32
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/examples/
decoder_tmpl.c
29
static unsigned int
mem_get_le32
(const unsigned char *mem) {
function
74
int frame_sz =
mem_get_le32
(frame_hdr);
/external/libvpx/vpx_ports/
mem_ops.h
125
#undef
mem_get_le32
macro
126
#define
mem_get_le32
mem_ops_wrap_symbol(
mem_get_le32
)
macro
127
static unsigned MEM_VALUE_T
mem_get_le32
(const void *vmem)
function
/external/libvpx/
vpxdec.c
186
static unsigned int
mem_get_le32
(const void *vmem)
function
270
new_buf_sz =
mem_get_le32
(raw_hdr);
401
*fourcc =
mem_get_le32
(raw_hdr + 8);
404
*fps_num =
mem_get_le32
(raw_hdr + 16);
405
*fps_den =
mem_get_le32
(raw_hdr + 20);
455
if(
mem_get_le32
(buf) < 256 * 1024 * 1024)
[
all
...]
vpxenc.c
385
*fourcc =
mem_get_le32
(raw_hdr + 8);
[
all
...]
Completed in 49 milliseconds