Searched refs:test (Results 1 - 25 of 66) sorted by relevance

123

/hardware/intel/common/libva/test/basic/
H A Dtest_01.c37 void test() function
H A Dtest_02.c34 void test() function
H A Dtest_03.c35 void test() function
H A Dtest_common.c57 void test();
81 test();
/hardware/bsp/intel/peripheral/libmraa/examples/python/
H A Dhello_isr.py35 def test(args): function
41 x.isr(mraa.EDGE_BOTH, test, test)
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/
H A DAndroid.mk44 # Make the apps-test (mm-aenc-omxaac-test)
49 mm-aac-enc-test-inc := $(LOCAL_PATH)/inc
50 mm-aac-enc-test-inc += $(LOCAL_PATH)/test
51 mm-aac-enc-test-inc += $(TARGET_OUT_HEADERS)/mm-audio/audio-alsa
52 mm-aac-enc-test-inc += $(TARGET_OUT_HEADERS)/mm-core/omxcore
54 LOCAL_MODULE := mm-aenc-omxaac-test
57 LOCAL_C_INCLUDES := $(mm-aac-enc-test-inc)
62 LOCAL_SRC_FILES := test/omx_aac_enc_tes
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/
H A DAndroid.mk45 # Make the apps-test (mm-aenc-omxamr-test)
50 mm-amr-enc-test-inc := $(LOCAL_PATH)/inc
51 mm-amr-enc-test-inc += $(LOCAL_PATH)/test
53 mm-amr-enc-test-inc += $(TARGET_OUT_HEADERS)/mm-core/omxcore
54 mm-amr-enc-test-inc += $(TARGET_OUT_HEADERS)/mm-audio/audio-alsa
55 LOCAL_MODULE := mm-aenc-omxamr-test
58 LOCAL_C_INCLUDES := $(mm-amr-enc-test-inc)
63 LOCAL_SRC_FILES := test/omx_amr_enc_tes
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/
H A DAndroid.mk44 # Make the apps-test (mm-aenc-omxevrc-test)
49 mm-evrc-enc-test-inc := $(LOCAL_PATH)/inc
50 mm-evrc-enc-test-inc += $(LOCAL_PATH)/test
51 mm-evrc-enc-test-inc += $(TARGET_OUT_HEADERS)/mm-core/omxcore
52 mm-evrc-enc-test-inc += $(TARGET_OUT_HEADERS)/mm-audio/audio-alsa
53 LOCAL_MODULE := mm-aenc-omxevrc-test
56 LOCAL_C_INCLUDES := $(mm-evrc-enc-test-inc)
61 LOCAL_SRC_FILES := test/omx_evrc_enc_tes
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/
H A DAndroid.mk45 # Make the apps-test (mm-aenc-omxqcelp13-test)
50 mm-qcelp13-enc-test-inc := $(LOCAL_PATH)/inc
51 mm-qcelp13-enc-test-inc += $(LOCAL_PATH)/test
53 mm-qcelp13-enc-test-inc += $(TARGET_OUT_HEADERS)/mm-core/omxcore
54 mm-qcelp13-enc-test-inc += $(TARGET_OUT_HEADERS)/mm-audio/audio-alsa
55 LOCAL_MODULE := mm-aenc-omxqcelp13-test
58 LOCAL_C_INCLUDES := $(mm-qcelp13-enc-test-inc)
63 LOCAL_SRC_FILES := test/omx_qcelp13_enc_tes
[all...]
/hardware/libhardware/tests/hwc/
H A DAndroid.mk10 LOCAL_MODULE := hwc-test-arrows
11 LOCAL_SRC_FILES := test-arrows.c
/hardware/qcom/camera/QCamera2/stack/
H A DAndroid.mk4 include $(LOCAL_PATH)/mm-jpeg-interface/test/Android.mk
5 include $(LOCAL_PATH)/mm-camera-test/Android.mk
/hardware/libhardware/tests/nusensors/
H A DAndroid.mk10 LOCAL_MODULE:= test-nusensors
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/
H A Dvdec.mk89 # Make the apps-test (mm-vdec-omx-test)
93 mm-vdec-test-inc := hardware/qcom/media/msm8974/mm-core/inc
94 mm-vdec-test-inc += $(LOCAL_PATH)/vdec/inc
96 LOCAL_MODULE := mm-vdec-omx-test
99 LOCAL_C_INCLUDES := $(mm-vdec-test-inc)
104 LOCAL_SRC_FILES += vdec/test/omx_vdec_test.cpp
109 # Make the driver-test (mm-video-driver-test)
113 mm-vdec-drv-test
[all...]
H A Dvenc.mk79 # # Make the apps-test (mm-venc-omx-test720p)
96 LOCAL_SRC_FILES := venc/test/venc_test.cpp
97 LOCAL_SRC_FILES += venc/test/camera_test.cpp
98 LOCAL_SRC_FILES += venc/test/venc_util.c
99 LOCAL_SRC_FILES += venc/test/fb_test.c
104 # Make the apps-test (mm-video-driver-test)
109 venc-test-inc += $(LOCAL_PATH)/venc/inc
111 LOCAL_MODULE := mm-video-encdrv-test
113 LOCAL_C_INCLUDES := $(venc-test
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/
H A Dvdec.mk180 # Make the apps-test (mm-vdec-omx-test)
184 mm-vdec-test-inc := hardware/qcom/media/msm8974/mm-core/inc
185 mm-vdec-test-inc += $(LOCAL_PATH)/vdec/inc
186 mm-vdec-test-inc += $(vdec-inc)
188 LOCAL_MODULE := mm-vdec-omx-test
191 LOCAL_C_INCLUDES := $(mm-vdec-test-inc)
196 LOCAL_SRC_FILES += vdec/test/omx_vdec_test.cpp
201 # Make the driver-test (mm-video-driver-test)
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/test/
H A DAndroid.mk1 #lib2d sample test
31 LOCAL_MODULE := mm-lib2d-interface-test
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dcodec_factory.h23 #include "test/decode_test_driver.h"
24 #include "test/encode_test_driver.h"
48 * to avoid having to include a pointer to the CodecFactory in every test
137 #define VP8_INSTANTIATE_TEST_CASE(test, ...)\
138 INSTANTIATE_TEST_CASE_P(VP8, test, \
144 #define VP8_INSTANTIATE_TEST_CASE(test, ...)
219 #define VP9_INSTANTIATE_TEST_CASE(test, ...)\
220 INSTANTIATE_TEST_CASE_P(VP9, test, \
226 #define VP9_INSTANTIATE_TEST_CASE(test, ...)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
H A DAndroid.mk10 # The test app itself runs on the command line through adb shell
38 include $(LOCAL_PATH)/test/test.mk
41 LOCAL_SRC_FILES := $(addprefix ./test/, $(FILTERED_SRC))
/hardware/intel/img/hwcomposer/merrifield/test/
H A DAndroid.mk25 # to integrate with auto-test framework.
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
H A DAndroid.mk1 #encoder int test
38 LOCAL_MODULE := mm-jpeg-interface-test
46 #decoder int test
81 LOCAL_MODULE := mm-jpegdec-interface-test
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/
H A DAndroid.mk27 LOCAL_SRC_FILES:= test/JPEGTestEnc.c
/hardware/ti/omap4-aah/ion/
H A Dion_test.c23 int test = -1; variable
62 printf("ion alloc test: passed\n");
284 test = ALLOC_TEST;
287 test = MAP_TEST;
293 test = SHARE_TEST;
306 printf("test %d, len %u, width %u, height %u fmt %u align %u, "
307 "map_flags %d, prot %d, alloc_flags %d\n", test, len, width,
309 switch (test) {
320 printf("must specify a test (alloc, map, share)\n");
/hardware/ti/omap4-aah/
H A DAndroid.mk26 LOCAL_MODULE_TAGS:= test
/hardware/ti/omap4-aah/domx/
H A DAndroid.mk25 LOCAL_MODULE_TAGS:= test
/hardware/ti/omap4xxx/
H A DAndroid.mk28 LOCAL_MODULE_TAGS:= test

Completed in 654 milliseconds

123