Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 32) sorted by relevance

12

/hardware/ti/omap4-aah/
DCleanSpec.mk52 $(call add-clean-step, find $(PRODUCT_OUT) -type f -name "lib*cameraadapter*" -print0 | xargs -0 rm…
53 $(call add-clean-step, find $(PRODUCT_OUT) -type f -name "libcamera.so" -print0 | xargs -0 rm -f)
54 $(call add-clean-step, find $(PRODUCT_OUT) -type d -name "libcamera_intermediates" -print0 | xargs …
55 $(call add-clean-step, find $(PRODUCT_OUT) -type d -name "lib*cameraadapter_intermediates" -print0 …
/hardware/ti/omap4xxx/
DCleanSpec.mk52 $(call add-clean-step, find $(PRODUCT_OUT) -type f -name "lib*cameraadapter*" -print0 | xargs -0 rm…
53 $(call add-clean-step, find $(PRODUCT_OUT) -type f -name "libcamera.so" -print0 | xargs -0 rm -f)
54 $(call add-clean-step, find $(PRODUCT_OUT) -type d -name "libcamera_intermediates" -print0 | xargs …
55 $(call add-clean-step, find $(PRODUCT_OUT) -type d -name "lib*cameraadapter_intermediates" -print0 …
/hardware/libhardware/tests/camera2/
DCameraMetadataTests.cpp69 camera_metadata_ro_entry entry = staticInfo.find(tag); in GetTypeFromStaticTag()
75 camera_metadata_ro_entry entry = staticInfo.find(tag); in GetEntryCountFromStaticTag()
81 camera_metadata_ro_entry entry = staticInfo.find(tag); in HasElementInArrayFromStaticTag()
DCameraStreamFixture.h103 camera_metadata_ro_entry entry = staticInfo.find(tag); in SetUp()
146 camera_metadata_ro_entry_t availableMinDurations = staticInfo.find(tag); in getMinFrameDurationFor()
165 camera_metadata_ro_entry_t availableStrmConfigs = staticInfo.find(tag); in buildOutputResolutions()
DCameraMultiStreamTests.cpp245 metaData.find(ANDROID_SENSOR_EXPOSURE_TIME); in GetExposureValue()
255 metaData.find(ANDROID_SENSOR_SENSITIVITY); in GetSensitivity()
265 metaData.find(ANDROID_SENSOR_FRAME_DURATION); in GetFrameDuration()
392 camera_metadata_entry_t resultEntry = frameMetadata.find(ANDROID_REQUEST_ID); in CaptureBurst()
DCameraModuleFixture.h50 camera_metadata_ro_entry entry = staticInfo.find(tag); in GetStaticEntry()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
DTrustletSession.cpp91 if (buffers.find(pWsm->handle) != buffers.end()) { in addBulkBuff()
102 if (buffers.find(handle) == buffers.end()) { in removeBulkBuff()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
DRELEASE.TXT16 * Parsed SeekHead to find cues
25 * Loaded cue point during find
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dcpplint.py1076 end = line.find(delimiter)
1095 end = matched.group(3).find(delimiter)
1117 if lines[lineix].strip().find('*/', 2) < 0:
1165 commentpos = line.find('//')
1587 ix = line.find(single_thread_function)
1946 if line.find('{') != -1:
1948 line = line[line.find('{') + 1:]
2576 if prevbrace != -1 and prev_line[prevbrace:].find('}') == -1:
2621 and next_line.find('} else ') == -1):
2632 commentpos = line.find('//')
[all …]
/hardware/intel/common/libva/
Dstyle_unify2 file=$(find . -name "*.[ch]" -o -name "*.cpp")
/hardware/intel/img/psb_video/
Dstyle_unify2 file=$(find . -name "*.[ch]" -o -name "*.cpp")
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
DNetlinkServer.cpp200 connectionMap_t::iterator i = peerConnections.find(hash); in findConnection()
224 connectionMap_t::iterator i = peerConnections.find(hash); in removeConnection()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.asm112 vtst.16 q14, q4, q8 ; now find eob
124 vtst.16 q2, q10, q8 ; now find eob
127 vmax.u16 q0, q0, q1 ; find maximum value in q0, q1
131 vmax.u16 q10, q10, q11 ; find maximum value in q10, q11
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dtest_libvpx.cc28 if (filter.find('-') == std::string::npos) filter += '-'; in append_negative_gtest_filter()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
DMap.h61 T2 find(T); // Return VALUE
78 T2 Map<T,T2>::find(T d1) in find() function
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
DMap.h58 T2 find(T); // Return VALUE
77 T2 Map<T,T2>::find(T d1) in find() function
/hardware/intel/img/libdrm/
Dmissing185 find . -type f -name Makefile.am -print |
DMakefile.in100 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
104 distuninstallcheck_listfiles = find . -type f -print
105 distcleancheck_listfiles = find . -type f -print
473 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
Dconfigure.ac79 [AC_MSG_ERROR([Couldn't find clock_gettime])])])
Daclocal.m41035 # If we don't find anything, use the default library path according
1048 # Check for a 64-bit object if we didn't find anything.
1070 # will find an echo command which doesn't interpret backslashes.
1113 # find a string as large as possible, as long as the shell can cope with it
1149 # We didn't find a better echo, so look for alternatives.
1512 # find the maximum length of command line arguments
1681 find out it does not work in some platform. */
2755 # find a file program which can recognize shared library
2825 # find a file program which can recognize a shared library
2840 # find the pathname to the GNU or non-GNU linker
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DREADME110 build system where to find its headers and source files. The exact
367 use CMake. If you still need to use Autotools, you can find
397 able to find Python ("Could NOT find PythonInterp (missing:
421 regenerate them. You can find pump.py in the scripts/ directory.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dconfigure.sh904 COMPILER_LOCATION=`find "${SDK_PATH}" \
916 alt_libc=`find "${SDK_PATH}" -name arch-arm -print | \
DMakefile51 $(md5sum) `find . -name md5sums.txt -prune -o -type f -print` \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.c1544 int find=0; in vp8_mv_pred() local
1641 find = 1; in vp8_mv_pred()
1651 if(!find) in vp8_mv_pred()
1664 find = 1; in vp8_mv_pred()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dlibs.mk495 $(shell find $(SRC_PATH_BARE)/third_party/googletest -type f))

12