OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mem_get_le32
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx_ports/
mem_ops.h
122
#undef
mem_get_le32
macro
123
#define
mem_get_le32
mem_ops_wrap_symbol(
mem_get_le32
)
macro
124
static unsigned MEM_VALUE_T
mem_get_le32
(const void *vmem) {
function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
mem_ops.h
122
#undef
mem_get_le32
macro
123
#define
mem_get_le32
mem_ops_wrap_symbol(
mem_get_le32
)
macro
124
static unsigned MEM_VALUE_T
mem_get_le32
(const void *vmem) {
function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_partial_drops.c
78
static unsigned int
mem_get_le32
(const unsigned char *mem) {
function
252
int frame_sz =
mem_get_le32
(frame_hdr);
Completed in 58 milliseconds