Searched refs:algo (Results 1 – 11 of 11) sorted by relevance
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXAlgo.cpp | 920 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/ |
D | OMXAlgo.cpp | 946 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/ |
D | mkvparser.hpp | 214 unsigned long long algo; member 223 unsigned long long algo; member
|
D | mkvparser.cpp | 4393 : 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/ |
D | mkvparser.hpp | 222 unsigned long long algo; member 240 unsigned long long algo; member
|
D | mkvparser.cpp | 5049 : 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/ |
D | bcmutils.c | 1787 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/ |
D | OMXCameraAdapter.h | 566 status_t setAlgoPriority(AlgoPriority priority, Algorithm3A algo, bool enable);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 803 extern const char *bcm_crypto_algo_name(uint algo);
|
D | wlioctl.h | 889 uint32 algo; /* CRYPTO_ALGO_AES_CCM, CRYPTO_ALGO_WEP128, etc */ member
|
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/ |
D | OMXCameraAdapter.h | 651 status_t setAlgoPriority(AlgoPriority priority, Algorithm3A algo, bool enable);
|