Searched defs:index (Results 126 - 150 of 151) sorted by relevance

1234567

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DsiteMgr.c177 TI_UINT8 length=0, index=0;\
179 while ((length < pSite->rsnIeLen) && (index<MAX_RSN_IE)){\
180 pSite->pRsnIe[index].hdr[0] = pRsnIe->hdr[0];\
181 pSite->pRsnIe[index].hdr[1] = pRsnIe->hdr[1];\
182 os_memoryCopy(pSiteMgr->hOs, (void *)pSite->pRsnIe[index].rsnIeData, (void *)pRsnIe->rsnIeData, pRsnIe->hdr[1]);\
185 index++;}\
258 TI_UINT8 length=0, index=0;
260 while ((length < pSite->rsnIeLen) && (index<MAX_RSN_IE)){
261 pSite->pRsnIe[index].hdr = pRsnIe->hdr;
262 os_memoryCopy(pSiteMgr->hOs, pSite->pRsnIe[index]
2983 TI_UINT8 rsnIeLength,index; local
[all...]
/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmRxNative.cpp265 int ret,index; local
298 for(index=0;index<ret;index+=3)
299 rds_decode(buf[index+2] & 0x7,buf[index+1],buf[index]);
383 vtun.index = 0;
480 vt.index = 0;
543 vt.index
[all...]
/hardware/qcom/camera/QCamera/HAL/core/inc/
H A DQCameraHWI.h178 unsigned int index; member in struct:__anon349
487 char* ext, int index);
/hardware/qcom/camera/
H A DQCameraHWI.h178 unsigned int index; member in struct:__anon600
488 char* ext, int index);
H A DQCameraHWI_Parm.cpp1772 int values[5], index=0; local
1795 if(index >= max_num_areas) {
1799 pAreas[index].x1 = values[0];
1800 pAreas[index].y1 = values[1];
1801 pAreas[index].x2 = values[2];
1802 pAreas[index].y2 = values[3];
1803 pAreas[index].weight = values[4];
1805 index++;
1808 (*num_areas_found) = index;
3805 ALOGE("Failed to get camera memory for stats heap index
3988 int index = mExifTableNumEntries; local
[all...]
H A DQualcommCameraHardware.cpp669 int index = (left + right) >> 1;
670 if (country_numeric[index].country_code == country_code)
671 return country_numeric[index].type;
672 else if (country_numeric[index].country_code > country_code)
673 right = index - 1;
675 left = index + 1;
2381 int index = exif_table_numEntries; local
2382 exif_data[index].tag_id = tagid;
2383 exif_data[index].tag_entry.type = type;
2384 exif_data[index]
3550 int index = mapvideoBuffer(vframe); local
7631 int index = mapThumbnailBuffer(postviewframe); local
7707 int32_t index = -1; local
9687 getVideoBuffer(int32_t index) argument
[all...]
H A DQCamera_Intf.h147 int frame_idx; /* frame index */
154 int frame_idx; /* frame index */
930 uint32_t index; member in struct:__anon665
2658 // Exposure index
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp415 int index = 0; local
425 enum_preset.index = index++;
436 __func__, enum_preset.index, enum_preset.preset,
693 buffer.index = hl.current_buf;
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c392 omap4_hwc_setup_layer_base(struct dss2_ovl_cfg *oc, int index, int format, int blended, int width, int height) argument
440 oc->zorder = index;
454 hwc_layer_1_t *layer, int index,
461 omap4_hwc_setup_layer_base(oc, index, format, is_BLENDED(layer), width, height);
1402 ALOGE("**** used ovl index #%d multiple times", c->ix);
453 omap4_hwc_setup_layer(omap4_hwc_device_t *hwc_dev, struct dss2_ovl_info *ovl, hwc_layer_1_t *layer, int index, int format, int width, int height) argument
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Parm.cpp1745 int values[5], index=0; local
1768 if(index >= max_num_areas) {
1772 pAreas[index].x1 = values[0];
1773 pAreas[index].y1 = values[1];
1774 pAreas[index].x2 = values[2];
1775 pAreas[index].y2 = values[3];
1776 pAreas[index].weight = values[4];
1778 index++;
1781 (*num_areas_found) = index;
3670 LOGE("Failed to get camera memory for stats heap index
3817 int index = mExifTableNumEntries; local
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp345 //found valid entry, save index
372 DEBUG_PRINT_LOW("Pop_min_ts:Timestamp (%lld), index(%d)",
2753 DEBUG_PRINT_ERROR("get_parameter: Bad port index %d\n",
3648 DEBUG_PRINT_ERROR("get_config: Bad port index %d queried on only o/p port\n",
3776 OMX_U8 index = 0; local
3784 while (index < 2)
3799 index++;
3897 else if (!strncmp(paramName, "OMX.QCOM.index.param.video.SyncFrameDecodingMode",sizeof("OMX.QCOM.index.param.video.SyncFrameDecodingMode") - 1)) {
3901 else if (!strncmp(paramName, "OMX.QCOM.index
4368 unsigned int index = 0; local
4423 unsigned int index = 0; local
6136 component_role_enum(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_U8* role, OMX_IN OMX_U32 index) argument
6541 OMX_U32 index = buffer - m_out_mem_ptr; local
6596 OMX_U32 index = buffer - m_out_mem_ptr; local
8156 OMX_U32 index = p_buf_hdr - m_out_mem_ptr; local
8593 allocate_desc_buffer(OMX_U32 index) argument
8637 OMX_U32 index = 0; local
9044 unsigned index = 0; local
9075 unsigned index = 0; local
9101 unsigned int index = 0; local
[all...]
H A Domx_vdec_copper.cpp369 //found valid entry, save index
396 DEBUG_PRINT_LOW("Pop_min_ts:Timestamp (%lld), index(%d)",
1387 fdesc.index=0;
1391 fdesc.index++;
1394 fdesc.index=0;
1399 fdesc.index++;
2629 DEBUG_PRINT_ERROR("get_parameter: Bad port index %d\n",
3463 DEBUG_PRINT_ERROR("get_config: Bad port index %d queried on only o/p port\n",
3576 OMX_U8 index = 0; local
3584 while (index <
4125 unsigned int index = 0; local
4179 unsigned int index = 0; local
5862 component_role_enum(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_U8* role, OMX_IN OMX_U32 index) argument
8248 allocate_desc_buffer(OMX_U32 index) argument
8292 OMX_U32 index = 0; local
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Domx_vdec_test.cpp1772 int i, bufCnt, index = 0; local
1924 videoportFmt.nIndex = index;
1934 index++;
1967 DEBUG_PRINT("\n Nal length is %d index %d",nalSize,OMX_IndexConfigVideoNalSize);
3794 int index = 0; local
3801 index = pBuffer - pOutYUVBufHdrs[0];
3802 DEBUG_PRINT("\n Index of free buffer %d",index);
3805 munmap((void *)use_buf_virt_addr[index],pBuffer->nAllocLen);
3806 if(p_eglHeaders[index])
3808 close(p_eglHeaders[index]
[all...]
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp161 int cam_int_qbuf(node_info_t *node, int index) argument
171 v4l2_buf.index = index;
175 v4l2_buf.m.planes[i].m.fd = (int)(node->buffer[index].fd.extFd[i]);
176 v4l2_buf.m.planes[i].length = (unsigned long)(node->buffer[index].size.extS[i]);
182 ALOGE("%s: cam_int_qbuf failed (index:%d)(ret:%d)",__FUNCTION__, index, ret);
247 return v4l2_buf.index;
265 return v4l2_buf.index;
268 int cam_int_s_input(node_info_t *node, int index) argument
529 int index; local
545 CheckCompleted(int index) argument
562 pushSensorQ(int index) argument
571 int index; local
601 int index; local
634 int index, targetStreamIndex; local
763 int index = FindEntryIndexByFrameCnt(frameCnt); local
783 int index = FindEntryIndexByFrameCnt(frameCnt); local
792 GetTimestamp(int index) argument
812 int index = FindEntryIndexByFrameCnt(frameCnt); local
821 GetOutputStream(int index) argument
835 int index = FindEntryIndexByFrameCnt(frameCnt); local
844 GetInternalShotExt(int index) argument
914 GetNextIndex(int index) argument
923 GetPrevIndex(int index) argument
2566 MarkSensorEnqueue(int index) argument
2591 MarkSensorDequeue(int index, int reqFrameCnt, nsecs_t *timeStamp) argument
2634 MarkIspEnqueue(int index) argument
2658 MarkIspDequeue(int index) argument
2698 GetNextIndex(int index) argument
3050 int index; local
3575 int index; local
3820 int index; local
5945 int index; local
5955 int index; local
5966 int index, vacantIndex; local
5988 int index; local
[all...]
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
H A Dpublic_commands.h977 uint8 index; /* relevant only for KLV_TEMPLATE type */ member in struct:__anon2372
H A Dpublic_infoele.h1145 uint8 TID; /* The TID index*/
1194 uint8 index; /* Index of Event. Values 0 - 7 */ member in struct:__anon2449
1637 uint8 paramIdx; /* the param index which the FW should update, if it equals to 0xFF - update all */
1933 uint8 index; /* range 0-MAX_DATA_FILTERS */ member in struct:__anon2483
2107 uint8 index; member in struct:__anon2493
/hardware/ril/include/telephony/
H A Dril.h174 int index; /* Connection Index for use with, eg, AT+CHLD */ member in struct:__anon1168
339 * Level index of CPICH Received Signal Code Power in UMTS
427 int index; /* CUG index. See 27.007 7.17. */ member in struct:__anon1182
1058 * (int *)data)[0] contains Connection index (value of 'x' in CHLD above)
2130 * (int *)data)[0] contains Connection index (value of 'x' in CHLD above) "response" is NULL
2382 * ((const int *)response)[0] is the record index where the message is stored.
2397 * ((int *)data)[0] is the record index of the message to delete.
3069 * ((const int *)response)[0] is the record index where the message is stored.
3085 * ((int *)data)[0] is the record index o
[all...]
/hardware/ril/mock-ril/src/cpp/
H A Dril.h174 int index; /* Connection Index for use with, eg, AT+CHLD */ member in struct:__anon1293
339 * Level index of CPICH Received Signal Code Power in UMTS
427 int index; /* CUG index. See 27.007 7.17. */ member in struct:__anon1307
1058 * (int *)data)[0] contains Connection index (value of 'x' in CHLD above)
2130 * (int *)data)[0] contains Connection index (value of 'x' in CHLD above) "response" is NULL
2382 * ((const int *)response)[0] is the record index where the message is stored.
2397 * ((int *)data)[0] is the record index of the message to delete.
3069 * ((const int *)response)[0] is the record index where the message is stored.
3085 * ((int *)data)[0] is the record index o
[all...]
/hardware/ril/reference-ril/
H A Dril.h174 int index; /* Connection Index for use with, eg, AT+CHLD */ member in struct:__anon1355
339 * Level index of CPICH Received Signal Code Power in UMTS
427 int index; /* CUG index. See 27.007 7.17. */ member in struct:__anon1369
1058 * (int *)data)[0] contains Connection index (value of 'x' in CHLD above)
2130 * (int *)data)[0] contains Connection index (value of 'x' in CHLD above) "response" is NULL
2382 * ((const int *)response)[0] is the record index where the message is stored.
2397 * ((int *)data)[0] is the record index of the message to delete.
3069 * ((const int *)response)[0] is the record index where the message is stored.
3085 * ((int *)data)[0] is the record index o
[all...]
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dcu_cmd.c56 #define CU_CMD_FIND_NAME_ARRAY(index, arr, val) \
57 for ( index = 0; index < SIZE_ARR(arr); index++ ) \
58 if ( arr[ index ].value == (val) ) \
3074 index = %d, \n \
3629 os_error_printf(CU_MSG_INFO2, (PS8)"Please enter <index (0,1..)> <value> \n");
3686 /* value[0] - parmater index, value[1] - parameter value */
3975 int index = 0; local
3979 for (index
3997 S32 index = 0; local
5027 TI_UINT32 index =0; local
5112 TI_UINT16 index; local
5134 TI_UINT16 index; local
5172 TI_UINT16 index; local
5195 TI_UINT32 index; local
5242 TI_UINT16 index; local
5265 TI_INT16 index; local
5321 TI_UINT8 index; local
[all...]
/hardware/ti/wlan/wl1271/platforms/os/common/src/
H A DosRgstry.c5027 TI_UINT32 index; local
5049 index = 0;
5058 while ((numberReady==TI_FALSE) && (index<bufferSize))
5061 switch (pBuffer[index])
5073 pTempBuffer[tempBufferIndex] = pBuffer[index];
5091 pTempBuffer[tempBufferIndex] = pBuffer[index];
5097 pTempBuffer[tempBufferIndex] = pBuffer[index];
5101 PRINTF(DBG_REGISTRY_INFO, ("Error in read parameter %c in line index %d\n\
5102 The sign '-' isn't in place!\n",pBuffer[index],index));
[all...]
/hardware/samsung_slsi/exynos5/include/
H A Dvideodev2.h435 __u32 index; /* Format number */ member in struct:v4l2_fmtdesc
472 __u32 index; /* Frame size number */ member in struct:v4l2_frmsizeenum
500 __u32 index; /* Frame format index */ member in struct:v4l2_frmivalenum
616 * @index: id number of the buffer
644 __u32 index; member in struct:v4l2_buffer
943 __u32 index; member in struct:v4l2_standard
963 __u32 index; member in struct:v4l2_dv_enum_preset
1076 __u32 index; /* Which input */ member in struct:v4l2_input
1124 __u32 index; /* Whic member in struct:v4l2_output
1210 __u32 index; member in struct:v4l2_querymenu
1827 __u32 index; member in struct:v4l2_tuner
1841 __u32 index; member in struct:v4l2_modulator
1918 __u32 index; member in struct:v4l2_audio
1933 __u32 index; member in struct:v4l2_audioout
2338 __u32 index; member in struct:v4l2_create_buffers
[all...]
/hardware/ti/wlan/wl1271/TWD/TWDriver/
H A DTWDriver.h1530 TI_UINT8 index; /**< */ member in struct:__anon2633
1625 * The entry index is the descriptor-ID. It is written in the descriptor and
1691 /* Current Tx-Session index as configured to FW in last Join command */
1706 TI_UINT8 index; /**< only valid for keep-alive templates */ member in struct:__anon2641
4230 * \param index - Index of the Rx Data filter
4244 TI_UINT8 index,
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Dwlioctl.h557 uint32 index; member in struct:wl_wsec_key
/hardware/qcom/camera/QCamera/HAL2/core/inc/
H A DQCamera_Intf.h113 int frame_idx; /* frame index */
120 int frame_idx; /* frame index */
864 uint32_t index; member in struct:__anon422
2583 // Exposure index

Completed in 623 milliseconds

1234567