HomeSort by relevance Sort by last modified time
    Searched defs:Ti (Results 1 - 25 of 61) sorted by null

1 2 3

  /hardware/ti/omap4-aah/libtiutils/
ErrorUtils.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
31 ///Header file where all the TI OSAL error codes are defined
35 namespace Ti {
45 ///Method to convert from TI OSAL to Android errors
54 } // namespace Ti
Semaphore.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
29 namespace Ti {
63 } // namespace Ti
Status.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
27 namespace Ti {
61 } // namespace Ti
ErrorUtils.cpp 2 * Copyright (C) Texas Instruments - http://www.ti.com/
20 namespace Ti {
65 @brief Method to convert from TI OSAL to Android errors
67 @param error Any of the standard TI OSAL error codes (defined in
68 hardware/ti/omx/ducati/domx/system/mm_osal/inc/timm_osal_error.h)
89 @param error Any of the standard OMX error codes (defined in hardware/ti/omx/ducati/domx/system/omx_core/inc/OMX_Core.h)
140 } // namespace Ti
UtilsCommon.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
25 namespace Ti {
94 } // namespace Ti
DebugUtils.cpp 2 * Copyright (C) Texas Instruments - http://www.ti.com/
24 namespace Ti {
96 } // namespace Ti
Semaphore.cpp 2 * Copyright (C) Texas Instruments - http://www.ti.com/
24 namespace Ti {
232 } // namespace Ti
MessageQueue.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
36 namespace Ti {
93 } // namespace Ti
MessageQueue.cpp 2 * Copyright (C) Texas Instruments - http://www.ti.com/
32 namespace Ti {
419 } // namespace Ti
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXDCC.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
20 namespace Ti {
42 } // namespace Ti
OMXSceneModeTables.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
35 namespace Ti {
751 } // namespace Ti
  /hardware/ti/omap4-aah/camera/
CameraProperties.cpp 2 * Copyright (C) Texas Instruments - http://www.ti.com/
29 namespace Ti {
135 } // namespace Ti
CameraHalCommon.cpp 2 * Copyright (C) Texas Instruments - http://www.ti.com/
19 namespace Ti {
213 } // namespace Ti
MemoryManager.cpp 2 * Copyright (C) Texas Instruments - http://www.ti.com/
28 namespace Ti {
229 } // namespace Ti
SensorListener.cpp 2 * Copyright (C) Texas Instruments - http://www.ti.com/
30 namespace Ti {
236 } // namespace Ti
CameraHalUtilClasses.cpp 2 * Copyright (C) Texas Instruments - http://www.ti.com/
26 namespace Ti {
361 } // namespace Ti
Decoder_libjpeg.cpp 26 namespace Ti {
280 } // namespace Ti
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXZoom.cpp 2 * Copyright (C) Texas Instruments - http://www.ti.com/
27 namespace Ti {
289 } // namespace Ti
OMXMetadata.cpp 2 * Copyright (C) Texas Instruments - http://www.ti.com/
31 namespace Ti {
181 } // namespace Ti
OMXReprocess.cpp 2 * Copyright (C) Texas Instruments - http://www.ti.com/
29 namespace Ti {
382 } // namespace Ti
OMXDccDataSave.cpp 2 * Copyright (C) Texas Instruments - http://www.ti.com/
28 namespace Ti {
361 } // namespace Ti
  /hardware/ti/omap4-aah/camera/inc/
Decoder_libjpeg.h 31 namespace Ti {
54 } // namespace Ti
SensorListener.h 2 * Copyright (C) Texas Instruments - http://www.ti.com/
35 namespace Ti {
103 } // namespace Ti
  /prebuilts/go/darwin-x86/test/bench/shootout/
mandelbrot.c 50 double Zr, Zi, Cr, Ci, Tr, Ti;
60 Zr = Zi = Tr = Ti = 0.0;
63 for (i=0;i<iter && (Tr+Ti <= limit*limit);++i)
66 Zr = Tr - Ti + Cr;
68 Ti = Zi * Zi;
72 if(Tr+Ti <= limit*limit) byte_acc |= 0x01;
  /prebuilts/go/linux-x86/test/bench/shootout/
mandelbrot.c 50 double Zr, Zi, Cr, Ci, Tr, Ti;
60 Zr = Zi = Tr = Ti = 0.0;
63 for (i=0;i<iter && (Tr+Ti <= limit*limit);++i)
66 Zr = Tr - Ti + Cr;
68 Ti = Zi * Zi;
72 if(Tr+Ti <= limit*limit) byte_acc |= 0x01;

Completed in 164 milliseconds

1 2 3