Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXAlgo.cpp920 Algorithm3A algo, in setAlgoPriority() argument
934 if ( algo & WHITE_BALANCE_ALGO ) { in setAlgoPriority()
942 if ( algo & EXPOSURE_ALGO ) { in setAlgoPriority()
950 if ( algo & FOCUS_ALGO ) { in setAlgoPriority()
972 if ( algo & WHITE_BALANCE_ALGO ) { in setAlgoPriority()
980 if ( algo & EXPOSURE_ALGO ) { in setAlgoPriority()
988 if ( algo & FOCUS_ALGO ) { in setAlgoPriority()
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXAlgo.cpp946 Algorithm3A algo, in setAlgoPriority() argument
960 if ( algo & WHITE_BALANCE_ALGO ) { in setAlgoPriority()
968 if ( algo & EXPOSURE_ALGO ) { in setAlgoPriority()
976 if ( algo & FOCUS_ALGO ) { in setAlgoPriority()
998 if ( algo & WHITE_BALANCE_ALGO ) { in setAlgoPriority()
1006 if ( algo & EXPOSURE_ALGO ) { in setAlgoPriority()
1014 if ( algo & FOCUS_ALGO ) { in setAlgoPriority()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
Dmkvparser.hpp214 unsigned long long algo; member
223 unsigned long long algo; member
Dmkvparser.cpp4393 : algo(0), in ContentCompression()
4402 : algo(0), in ContentEncryption()
4513 encryption->algo = value; in ParseEncryptionEntry()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvparser.hpp222 unsigned long long algo; member
240 unsigned long long algo; member
Dmkvparser.cpp5049 : algo(0), in ContentCompression()
5059 : algo(0), in ContentEncryption()
5316 long long algo = UnserializeUInt(pReader, pos, size); in ParseCompressionEntry() local
5317 if (algo < 0) in ParseCompressionEntry()
5319 compression->algo = algo; in ParseCompressionEntry()
5376 encryption->algo = UnserializeUInt(pReader, pos, size); in ParseEncryptionEntry()
5377 if (encryption->algo != 5) in ParseEncryptionEntry()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1787 bcm_crypto_algo_name(uint algo) in bcm_crypto_algo_name() argument
1789 return (algo < ARRAYSIZE(crypto_algo_names)) ? crypto_algo_names[algo] : "ERR"; in bcm_crypto_algo_name()
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h566 status_t setAlgoPriority(AlgoPriority priority, Algorithm3A algo, bool enable);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h803 extern const char *bcm_crypto_algo_name(uint algo);
Dwlioctl.h889 uint32 algo; /* CRYPTO_ALGO_AES_CCM, CRYPTO_ALGO_WEP128, etc */ member
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h651 status_t setAlgoPriority(AlgoPriority priority, Algorithm3A algo, bool enable);