/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
H A D | perf_log.h | 38 #define PERF_log_combine(flag, field, len) \ 39 ( ((unsigned long) (flag)) | (PERF_mask(field, len) & PERF_LOG_NotMask) ) 45 #define PERF_LOGCOMBINE2(flag, field1, len1, field2, len2) \ 46 PERF_log_combine(flag, PERF_COMBINE2(field1, len1, field2, len2), \ 54 #define PERF_LOGCOMBINE3(flag, field1, len1, field2, len2, field3, len3) \ 55 PERF_log_combine(flag, \ 73 /* we squeeze PERF_LOG flag into 2 or 4 bits */
|
/hardware/invensense/mlsdk/mllite/ |
H A D | mlFIFO.h | 144 void setUmplDataInFIFOFlag(bool flag);
|
H A D | ml.c | 571 * @brief inv_check_flag returns the value of a flag. 574 * functions. If a flag is set to True when inv_check_flag is called, 575 * the flag is automatically reset. 594 * @param flag The flag to check. 596 * @return TRUE or FALSE state of the flag 598 int inv_check_flag(int flag) argument 601 int flagReturn = inv_obj.flags[flag]; 603 inv_obj.flags[flag] = 0;
|
H A D | ml.h | 454 int inv_check_flag(int flag);
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
H A D | rx.c | 610 fieldPatterns[*lenFieldPatterns] = fieldPattern->flag; 611 *lenFieldPatterns += sizeof(fieldPattern->flag); 617 if ((fieldPattern->flag & RX_DATA_FILTER_FLAG_USE_BIT_MASK) == RX_DATA_FILTER_FLAG_USE_BIT_MASK) 623 TRACE3(pRxData->hReport, REPORT_SEVERITY_INFORMATION, ": Closed field pattern, length = %d, total length = %d, pattern bit mask = %d.\n", fieldPattern->length, *lenFieldPatterns, ((fieldPattern->flag & RX_DATA_FILTER_FLAG_USE_BIT_MASK) == RX_DATA_FILTER_FLAG_USE_BIT_MASK)); 698 fieldPattern.flag = RX_DATA_FILTER_FLAG_NO_BIT_MASK; 703 fieldPattern.flag |= RX_DATA_FILTER_FLAG_ETHERNET_HEADER; 707 fieldPattern.flag |= RX_DATA_FILTER_FLAG_IP_HEADER; 711 TRACE2(pRxData->hReport, REPORT_SEVERITY_INFORMATION, ": offset = %d, flag = %d.\n", fieldPattern.offset, fieldPattern.flag); 1085 /* ReAuth not in progress yet, force active, set flag, restar [all...] |
H A D | TrafficMonitor.c | 304 If AutoResetCreate flag is set to true then the registration function will create a conjunction reset element automatic 307 If AutoResetCreate flag is set to false then the reset element will be supplied afterward by the user with the function 1285 static flag = TI_TRUE; local 1287 if(flag) 1333 flag = TI_FALSE;
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
H A D | OMX_JpegDec_Utils.c | 2030 OMX_PRBUFFER1(pComponentPrivate->dbg, "JPEGdec:: %d: output buffer %lu has flag %lx\n", __LINE__, 2032 pPortType->sBufferFlagTrack[i].flag); 2033 pBuffHead->nFlags = pPortType->sBufferFlagTrack[i].flag; 2034 pPortType->sBufferFlagTrack[i].flag = 0; 2042 OMX_PRBUFFER1(pComponentPrivate->dbg, "JPEGdec:: %d: OUTPUT buffer %lu has flag %lx\n", __LINE__, 2044 pPortType->sBufferFlagTrack[i].flag); 2045 if(pPortType->sBufferFlagTrack[i].flag & OMX_BUFFERFLAG_EOS){ 2046 pPortType->sBufferFlagTrack[i].flag = pPortType->sBufferFlagTrack[i].flag & (!(OMX_BUFFERFLAG_EOS)); 2047 pBuffHead->nFlags |= pPortType->sBufferFlagTrack[i].flag; [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/ |
H A D | OMX_VPP_Utils.h | 323 OMX_U32 flag;
member in struct:VPP_BUFFERDATA_PROPAGATION
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/ |
H A D | OMX_JpegDec_Utils.h | 333 OMX_U32 flag; member in struct:_JPEGDEC_BUFFERFLAG_TRACK 488 OMX_U32 ulInReserved2; /*could be post processing flag*/ 519 OMX_U32 ulOutnProgressiveFlag; /*nProgressive flag*/
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
H A D | OMX_JpegEnc_Utils.h | 337 OMX_U32 flag; member in struct:_JPEGENC_BUFFERFLAG_TRACK
|
/hardware/ti/wlan/wl1271/Test/ |
H A D | measurementDbg.c | 69 TI_BOOL flag; variable
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
H A D | OMX_VPP_Utils.c | 2113 VPP_DPRINT("EOS flag is in input buffer (len %d)\n", pBufHeader->nFilledLen);
2591 VPP_DPRINT("set EOS flag at YUV output buffer\n");
2811 pDataProp->flag,
2814 pComponentBuf->pBufHeader->nFlags = pDataProp->flag;
2829 pDataProp->flag,
2832 pComponentBuf->pBufHeader->nFlags |= pDataProp->flag;
2912 pDataProp->flag,
2916 pComponentBuf->pBufHeader->nFlags = pDataProp->flag;
2931 pDataProp->flag,
2934 pComponentBuf->pBufHeader->nFlags |= pDataProp->flag;
[all...] |
/hardware/ril/mock-ril/src/js/ |
H A D | simulated_radio.js | 110 // Call transition flag 923 // Send out call state changed flag 934 // Send out call state change flag 997 // set the incomingCallIsProcessed flag to be false 1045 * Set call transition flag 1048 print('ctrlServerCmdSetCallTransitionFlag: flag=' + req.data.flag); 1050 callTransitionFlag = req.data.flag; 1062 print('ctrlServerCmdSetCallAlert: need to set the flag first'); 1096 print('ctrlServerCmdSetCallActive: need to set the flag fir [all...] |
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
H A D | dhdu.c | 1540 int flag = 0xdead; local 1543 flag = atoi(argv[1]); 1544 dhd_iovar_setint(dhd, cmd->name, flag); 1547 dhd_iovar_getint(dhd, cmd->name, &flag); 1548 printf("proptxstatus: %d\n", flag);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
H A D | dhdu.c | 1540 int flag = 0xdead; local 1543 flag = atoi(argv[1]); 1544 dhd_iovar_setint(dhd, cmd->name, flag); 1547 dhd_iovar_getint(dhd, cmd->name, &flag); 1548 printf("proptxstatus: %d\n", flag);
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
H A D | wlioctl.h | 1368 uint32 flag; member in struct:wl_sampledata 2155 uint8 flag; member in struct:wlc_extlog_cfg 2184 uint16 flag; member in struct:log_idstr
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
H A D | wlioctl.h | 1368 uint32 flag; member in struct:wl_sampledata 2155 uint8 flag; member in struct:wlc_extlog_cfg 2184 uint16 flag; member in struct:log_idstr
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
H A D | OMX_G711Dec_Utils.c | 281 /* This means, it is not a last buffer. This flag is to be modified by 305 /* This means, it is not a last buffer. This flag is to be modified by 1867 OMX_S16 flag = 1; local 1880 flag = 0; 1893 flag = 0; 1898 if (flag == 1) { 2640 /* This means, it is not a last buffer. This flag is to be modified by the application to indicate the last buffer */ 2661 /* This means, it is not a last buffer. This flag is to be modified by the application to indicate the last buffer */
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
H A D | OMX_G711Enc_Utils.c | 260 /* This means, it is not a last buffer. This flag is to be modified by the application to indicate the last buffer */ 298 /* This means, it is not a last buffer. This flag is to be modified by 1780 OMX_U32 flag = 1,i = 0; local 1789 flag = 0; 1801 flag = 0; 1806 if (flag == 1) { 2454 /* This means, it is not a last buffer. This flag is to be modified by 2500 /* This means, it is not a last buffer. This flag is to be modified by
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
H A D | OMX_G722Dec_Utils.c | 1620 int flag = 1; local 1629 flag = 0; 1641 flag = 0; 1646 if (flag == 1) { 1749 G722DEC_DPRINT ("Adding EOS flag to the output buffer\n");
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
H A D | OMX_G722Enc_Utils.c | 1418 OMX_U16 flag = 1,i = 0; local 1428 flag = 0; 1439 flag = 0; 1443 if (flag == 1) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
H A D | OMX_G726Dec_Utils.c | 1525 int flag = 1; local 1534 flag = 0; 1546 flag = 0; 1551 if (flag == 1) { 1711 G726DEC_DPRINT ("Adding EOS flag to the output buffer\n");
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
H A D | OMX_G726Enc_Utils.c | 330 /* This means, it is not a last buffer. This flag is to be modified by 363 /* This means, it is not a last buffer. This flag is to be modified by 1551 OMX_U32 flag = 1,i = 0; local 1560 flag = 0; 1571 flag = 0; 1576 if (flag == 1) { 2202 /* This means, it is not a last buffer. This flag is to be modified by 2238 /* This means, it is not a last buffer. This flag is to be modified by
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
H A D | OMX_G729Dec_Utils.c | 297 /* This means, it is not a last buffer. This flag is to be modified by 332 /* This means, it is not a last buffer. This flag is to be modified by 1478 pComponentPrivate->bufParamsArray[0] = 0; /* last frame flag */ 1479 pComponentPrivate->bufParamsArray[1] = 0; /* frame lost flag */ 1666 OMX_S16 flag = 1; local 1677 flag = 0; 1689 flag = 0; 1694 if (flag == 1) { 2343 /* This means, it is not a last buffer. This flag is to be modified by 2378 /* This means, it is not a last buffer. This flag i [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
H A D | OMX_G729Enc_Utils.c | 268 /* This means, it is not a last buffer. This flag is to be modified by 307 /* This means, it is not a last buffer. This flag is to be modified by 904 cmdValues[0] = 100; /* setting the VAD flag */ 1741 OMX_U32 flag = 1,i = 0; local 1754 flag = 0; 1768 flag = 0; 1773 if (flag == 1) 2662 /* This means, it is not a last buffer. This flag is to be modified by the application to indicate the last buffer */ 2699 /* This means, it is not a last buffer. This flag is to be modified by the application to indicate the last buffer */
|