Home
last modified time | relevance | path

Searched refs:TARGET_CPU (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_base/
Dconfig.h129 #define TARGET_CPU "aarch64" macro
131 #define TARGET_CPU "arm" macro
Dmeson.build152 core_conf.set_quoted('TARGET_CPU', host_machine.cpu())
/third_party/gstreamer/gstreamer/
Dconfig.h189 #define TARGET_CPU "aarch64" macro
191 #define TARGET_CPU "arm" macro
Dmeson.build186 cdata.set_quoted('TARGET_CPU', host_machine.cpu())
/third_party/skia/third_party/externals/libpng/scripts/
Dmakefile.bc3221 !ifndef TARGET_CPU
48 CFLAGS=-O2 -d -k- -w $(TARGET_CPU) $(CDEBUG)
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dmakefile.bc3221 !ifndef TARGET_CPU
48 CFLAGS=-O2 -d -k- -w $(TARGET_CPU) $(CDEBUG)
/third_party/gstreamer/gstreamer/gst/
Dgstregistry.c131 # define GST_REGISTRY_FILE_SUFFIX TARGET_CPU "-msvc"
133 # define GST_REGISTRY_FILE_SUFFIX TARGET_CPU "-mingw"
136 # define GST_REGISTRY_FILE_SUFFIX TARGET_CPU
Dgstbuffer.c193 #pragma message "No 64-bit atomic int defined for this " STR(TARGET_CPU) " platform/toolchain!"
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.c440 #ifdef TARGET_CPU in gst_check_init()
441 GST_INFO ("target CPU: %s", TARGET_CPU); in gst_check_init()