Searched refs:mem_get_le16 (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Divfdec.c48 if (mem_get_le16(raw_hdr + 4) != 0) {
54 input_ctx->width = mem_get_le16(raw_hdr + 12);
55 input_ctx->height = mem_get_le16(raw_hdr + 14);
H A Dvideo_reader.c42 if (mem_get_le16(header + 4) != 0)
51 reader->info.frame_width = mem_get_le16(header + 12);
52 reader->info.frame_height = mem_get_le16(header + 14);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dmem_ops.h99 #undef mem_get_le16 macro
100 #define mem_get_le16 mem_ops_wrap_symbol(mem_get_le16) macro
101 static unsigned MEM_VALUE_T mem_get_le16(const void *vmem) { function

Completed in 83 milliseconds