HomeSort by relevance Sort by last modified time
    Searched defs:mem_put_le16 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
mem_ops.h 196 #undef mem_put_le16 macro
197 #define mem_put_le16 mem_ops_wrap_symbol(mem_put_le16) macro
198 static void mem_put_le16(void *vmem, MEM_VALUE_T val) { function
  /external/libvpx/libvpx/vpx_ports/
mem_ops.h 196 #undef mem_put_le16 macro
197 #define mem_put_le16 mem_ops_wrap_symbol(mem_put_le16) macro
198 static void mem_put_le16(void *vmem, MEM_VALUE_T val) { function
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
mem_ops.h 196 #undef mem_put_le16 macro
197 #define mem_put_le16 mem_ops_wrap_symbol(mem_put_le16) macro
198 static void mem_put_le16(void *vmem, MEM_VALUE_T val) { function
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
resize_test.cc 25 static void mem_put_le16(char *const mem, const unsigned int val) { function in namespace:__anon16640
45 mem_put_le16(header + 4, 0); /* version */
46 mem_put_le16(header + 6, 32); /* headersize */
48 mem_put_le16(header + 12, cfg->g_w); /* width */
49 mem_put_le16(header + 14, cfg->g_h); /* height */
  /external/libvpx/libvpx/test/
resize_test.cc 25 static void mem_put_le16(char *const mem, const unsigned int val) { function in namespace:__anon28593
45 mem_put_le16(header + 4, 0); /* version */
46 mem_put_le16(header + 6, 32); /* headersize */
48 mem_put_le16(header + 12, cfg->g_w); /* width */
49 mem_put_le16(header + 14, cfg->g_h); /* height */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
resize_test.cc 25 static void mem_put_le16(char *const mem, const unsigned int val) { function in namespace:__anon39684
45 mem_put_le16(header + 4, 0); /* version */
46 mem_put_le16(header + 6, 32); /* headersize */
48 mem_put_le16(header + 12, cfg->g_w); /* width */
49 mem_put_le16(header + 14, cfg->g_h); /* height */

Completed in 113 milliseconds