HomeSort by relevance Sort by last modified time
    Searched refs:VERSION_PACKED (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/libvpx/source/config/
vpx_version.h 5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/armv7a/
vpx_version.h 5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/armv7a-neon/
vpx_version.h 5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/generic/
vpx_version.h 5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/mips/
vpx_version.h 5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/mips-dspr2/
vpx_version.h 5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/x86/
vpx_version.h 5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vpx_version.h 5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vpx_version.h 5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vpx_version.h 5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vpx_version.h 5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vpx_version.h 5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vpx_version.h 5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_codec.c 25 return VERSION_PACKED;
  /external/libvpx/libvpx/vpx/src/
vpx_codec.c 25 return VERSION_PACKED;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_codec.c 25 return VERSION_PACKED;

Completed in 3088 milliseconds