Searched defs:duration (Results 1 - 15 of 15) sorted by relevance

/system/media/opensles/libopensles/
H A DIMIDITime.c30 SLuint32 duration = this->mDuration; local
31 *pDuration = duration;
83 SLuint32 duration = this->mDuration; local
84 if (!((startTick < duration) && (numTicks <= duration - startTick))) {
H A DIPlay.c155 SLmillisecond duration = this->mDuration; local
157 if ((SL_TIME_UNKNOWN == duration) &&
162 duration = temp;
163 this->mDuration = duration;
168 // otherwise the duration will be updated each time a new maximum position is detected
171 *pMsec = duration;
/system/media/opensles/tests/listening/
H A DseekTorture.c82 SLmillisecond duration; local
83 result = (*playerPlay)->GetDuration(playerPlay, &duration);
87 result = (*playerPlay)->GetDuration(playerPlay, &duration);
96 unsigned position, duration; local
97 while (fscanf(fp_map, "%u %u", &position, &duration) == 2) {
98 printf("%u %u\n", position, duration);
102 if (duration > 0)
103 usleep(duration * 1000);
120 SLmillisecond newPos = duration * ((rand() & 65535) / 65536.0);
/system/media/opensles/tests/sandbox/
H A Durimime.c122 // get the player duration
123 SLmillisecond duration; local
124 result = (*playerPlay)->GetDuration(playerPlay, &duration);
126 if (SL_TIME_UNKNOWN == duration)
129 printf("Duration: %.1f\n", duration / 1000.0f);
146 // get the player duration
147 result = (*playerPlay)->GetDuration(playerPlay, &duration);
149 if (SL_TIME_UNKNOWN == duration)
152 printf("Duration: %.1f\n", duration / 1000.0f);
H A Dreverb.c410 // set play state to paused to enable pre-fetch so we can get a more reliable duration
433 // get the duration
434 SLmillisecond duration; local
435 result = (*playerPlay)->GetDuration(playerPlay, &duration);
437 if (SL_TIME_UNKNOWN == duration) {
438 printf("duration: unknown\n");
440 printf("duration: %.1f seconds\n", duration / 1000.0);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/Export_Inc/
H A DmeasurementTypes.h159 UINT32 duration; member in struct:__anon612
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriverMsr.h184 TI_UINT32 duration; /**< */ member in struct:__anon1512
H A DTWDriver.h1923 TI_UINT32 duration; /**< Specifies the measurement process duration in microseconds. The value of 0 means member in struct:__anon1469
1924 * infinite duration in which only a STOP_MEASUREMENT command can stop the measurement
2136 TI_UINT32 uCoexPllStabilizationTime;/* The time duration in uSec required for COEX PLL to stabilize.
2140 TI_UINT16 uLdoStabilizationTime; /* The time duration in uSec required for LDO to stabilize.
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp178 const int64_t duration = ggl_system_time() - mDuration; local
180 LOGI(format, name, int(pc()-base()), base(), pc(), duration);
192 printf(format, name, int(pc()-base()), base(), pc(), duration);
H A DGGLAssembler.cpp95 int64_t duration = ggl_system_time(); local
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
H A Dtx.c235 static void txData_setVadTimer(TI_HANDLE hTxData, BOOL vadEnabled, UINT16 duration);
2379 ("txData_setParams: GET_VAD (enable=%d; duration=%d ms)\n",
2577 ("txData_setParams: SET_VAD (enable=%d; duration=%d ms)\n",
3048 static void txData_setVadTimer(TI_HANDLE hTxData, BOOL vadEnabled, UINT16 duration) argument
3052 WLAN_REPORT_INFORMATION(pTxData->hReport, TX_DATA_MODULE_LOG, ("txData_setVadTimer (%d, %d)\n", vadEnabled, duration));
3054 txData_startVadTimer(hTxData, duration);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
H A DwhalCtrl_api.h394 uint32 duration; member in struct:__anon828
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_commands.h1286 a result of the end of the measurement duration or a STOP_MEASUREMENT
1301 uint32 duration; /* Specifies the measurement process duration in */ member in struct:__anon873
1302 /* microseconds. The value of 0 means infinite duration*/
1473 the duration has expired, it will send an "AP discovery complete event"
1610 /* (Scan could be aborted before this duration in case of*/
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_commands.h1061 a result of the end of the measurement duration or a STOP_MEASUREMENT
1076 uint32 duration; /* Specifies the measurement process duration in */ member in struct:__anon1196
1077 /* microseconds. The value of 0 means infinite duration*/
1236 the duration has expired, it will send an "AP discovery complete event"
1333 /* (Scan could be aborted before this duration in case of*/
1452 uint16 scanMinDuration; /* Min duration (in ms)*/
1453 uint16 scanMaxDuration; /* Max duration (in ms)*/
/system/wlan/ti/wilink_6_1/utils/
H A D802_11Defs.h241 TI_UINT16 duration; member in struct:__anon1939
253 TI_UINT16 duration; member in struct:__anon1940
265 TI_UINT16 duration; member in struct:__anon1941
292 TI_UINT16 duration; member in struct:__anon1944

Completed in 227 milliseconds