Searched refs:mem_get_le32 (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/examples/
H A Ddecoder_tmpl.c29 static unsigned int mem_get_le32(const unsigned char *mem) { function
74 int frame_sz = mem_get_le32(frame_hdr);
/external/libvpx/vpx_ports/
H A Dmem_ops.h125 #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/
H A Dvpxdec.c186 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)
H A Dvpxenc.c385 *fourcc = mem_get_le32(raw_hdr + 8);

Completed in 94 milliseconds