Home
last modified time | relevance | path

Searched refs:TOP (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/media/libc2dcolorconvert/
DAndroid.mk9 $(TOP)/frameworks/av/include/media/stagefright \
10 $(TOP)/frameworks/native/include/media/openmax \
11 $(TOP)/hardware/qcom/display/libcopybit
/hardware/qcom/gps/loc_api/loc_api_v02/
DAndroid.mk33 $(TOP)/vendor/qcom/proprietary/qmi-framework/inc \
34 $(TOP)/vendor/qcom/proprietary/qmi-framework/qcci/inc \
35 $(TOP)/vendor/qcom/proprietary/qmi-framework/common/inc \
/hardware/ti/omap4xxx/libI420colorconvert/
DAndroid.mk10 $(TOP)/frameworks/native/include/media/openmax \
11 $(TOP)/frameworks/native/include/media/editor
/hardware/msm7k/libstagefrighthw/
DAndroid.mk26 $(TOP)/frameworks/native/include/media/hardware \
27 $(TOP)/frameworks/native/include/media/openmax
/hardware/ti/omap3/libstagefrighthw/
DAndroid.mk10 $(TOP)/frameworks/native/include/media/openmax \
11 $(TOP)/frameworks/native/include/media/hardware
/hardware/ti/omap4xxx/libstagefrighthw/
DAndroid.mk10 $(TOP)/frameworks/native/include/media/openmax \
11 $(TOP)/frameworks/native/include/media/hardware
/hardware/ti/omap4xxx/camera/
DCameraHalUtilClasses.cpp134 vRange = CameraArea::BOTTOM - CameraArea::TOP; in transfrom()
167 if ( ( CameraArea::TOP > top ) || ( CameraArea::BOTTOM < top ) ) { in checkArea()
172 if ( ( CameraArea::TOP > bottom ) || ( CameraArea::BOTTOM < bottom ) ) { in checkArea()
/hardware/samsung_slsi/exynos5/libv4l2/
DAndroid.mk26 $(TOP)/hardware/samsung_slsi/exynos5/libexynosutils
/hardware/qcom/gps/loc_api/
DAndroid.mk15 ifeq (exists, $(shell test -d $(TOP)/vendor/qcom/proprietary/qmi-framework && echo exists))
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXFD.cpp313 vRange = CameraFDResult::BOTTOM - CameraFDResult::TOP; in encodeFaceCoordinates()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h181 static const ssize_t TOP = -1000;
218 static const ssize_t TOP = -1000; variable