Searched defs:idx (Results 1 - 25 of 109) sorted by relevance

12345

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dhndrte_cons.h32 uint idx; member in struct:__anon66
/hardware/qcom/audio/legacy/libalsa-intf/
H A Damix.c37 unsigned idx = 0; local
45 idx = atoi(p);
48 return mixer_get_control(mixer, name, idx);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_scan.c299 static int find_in_scan(const int16_t *scan, int l, int idx) { argument
303 if (rc == idx)
H A Dvp9_tile_common.c18 static int get_tile_offset(int idx, int mis, int log2) { argument
20 const int offset = ((idx * sb_cols) >> log2) << MI_BLOCK_SIZE_LOG2;
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXMetadata.cpp82 int idx = 0; local
89 idx = metaData->number_of_faces;
92 faces[idx].left = faceData->tFacePosition[j].nLeft;
93 faces[idx].top = faceData->tFacePosition[j].nTop;
94 faces[idx].bottom = faceData->tFacePosition[j].nWidth;
95 faces[idx].right = faceData->tFacePosition[j].nHeight;
/hardware/broadcom/libbt/src/
H A Dbt_vendor_brcm.c168 int fd, idx; local
172 for (idx=0; idx < CH_MAX; idx++)
173 (*fd_array)[idx] = fd;
/hardware/intel/common/libmix/mix_video/test/src/
H A Dtest_framemanager.c34 guint idx, jdx; local
36 for (idx = 0; idx < len - 1; idx++) {
38 if (idx != jdx) {
40 g_ptr_array_index(list, jdx) = g_ptr_array_index(list, idx);
41 g_ptr_array_index(list, idx) = tmp;
61 gint idx = 0; local
89 for (idx = 0; idx < 1
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Drdopt.h44 static void insertsortsad(int arr[],int idx[], int len) argument
57 tempi = idx[i];
62 idx[k] = idx[k - 1];
66 idx[j] = tempi;
H A Dlookahead.c31 unsigned int *idx)
33 unsigned int index = *idx;
39 *idx = index;
30 pop(struct lookahead_ctx *ctx, unsigned int *idx) argument
/hardware/libhardware/tests/camera2/
H A DCameraModuleTests.cpp91 int idx[] = { -1, mNumberOfCameras, mNumberOfCameras + 1 }; local
94 for (unsigned i = 0; i < sizeof(idx)/sizeof(idx[0]); ++i) {
95 String8 deviceName = String8::format("%d", idx[i]);
119 int idx[] = { -1, mNumberOfCameras, mNumberOfCameras + 1 }; local
120 for (unsigned i = 0; i < sizeof(idx)/sizeof(idx[0]); ++i) {
122 EXPECT_NE(OK, mModule->getCameraInfo(idx[i], &info));
123 EXPECT_EQ(-EINVAL, mModule->getCameraInfo(idx[i], &info))
124 << "Incorrect error code for get_camera_info idx
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_lookahead.c32 unsigned int *idx) {
33 unsigned int index = *idx;
39 *idx = index;
31 pop(struct lookahead_ctx *ctx, unsigned int *idx) argument
H A Dvp9_quantize.c87 int idx = 0; local
103 idx_arr[idx++] = i;
107 // pre-scan pass. Note: idx can be zero.
108 for (i = 0; i < idx; i++) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvp8.h115 int idx; /**< frame index to get (input) */ member in struct:vp9_ref_frame
/hardware/libhardware/modules/thermal/
H A Dthermal.c43 size_t idx = 0; local
68 if (list != NULL && idx < size) {
69 list[idx] = (temperature_t) {
79 idx++;
83 return idx;
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3StreamMem.cpp289 * @idx : unregister buffer at index 'idx'
295 int32_t QCamera3StreamMem::unregisterBuffer(size_t idx) argument
298 return mGrallocMem.unregisterBuffer(idx);
H A DQCamera3Mem.cpp749 int32_t idx = -1; local
767 idx = getFreeIndexLocked();
768 if (0 > idx) {
773 mBufferHandle[idx] = buffer;
774 mPrivateHandle[idx] = (struct private_handle_t *)(*mBufferHandle[idx]);
776 setMetaData(mPrivateHandle[idx], UPDATE_COLOR_SPACE, &colorSpace);
778 mMemInfo[idx].main_ion_fd = open("/dev/ion", O_RDONLY);
779 if (mMemInfo[idx].main_ion_fd < 0) {
784 ion_info_fd.fd = mPrivateHandle[idx]
833 unregisterBufferLocked(size_t idx) argument
867 unregisterBuffer(size_t idx) argument
[all...]
/hardware/qcom/camera/mm-image-codec/qomx_core/
H A Dqomx_core.c162 int idx = -1, i = 0; local
166 idx = i;
170 return idx;
/hardware/bsp/intel/peripheral/libupm/src/zfm20/
H A Dzfm20.cxx281 int idx = 0; local
286 while (idx < len)
312 pkt[idx++] = buf[i];
313 if (idx >= len)
/hardware/intel/common/libmix/mix_video/src/
H A Dmixframemanager.c280 guint idx = 0; local
282 for (idx = 0; idx < len; idx++) {
284 idx);
287 g_ptr_array_index(fm->frame_array, idx) = NULL;
322 guint idx = 0; local
340 for (idx = 0; idx < len; idx
400 guint idx = 0; local
530 guint idx = 0; local
[all...]
H A Dmixvideorenderparams.c345 gint idx = 0; local
361 for (idx = 0; idx < number_of_clipping_rects; idx++) {
362 priv->va_cliprects[idx].x = clipping_rects[idx].x;
363 priv->va_cliprects[idx].y = clipping_rects[idx].y;
364 priv->va_cliprects[idx].width = clipping_rects[idx]
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Drate_hist.c84 int idx = hist->frames++ % hist->samples; local
85 hist->pts[idx] = now;
86 hist->sz[idx] = (int)pkt->data.frame.sz;
107 idx = (int)(avg_bitrate * (RATE_BINS / 2) / (cfg->rc_target_bitrate * 1000));
108 if (idx < 0)
109 idx = 0;
110 if (idx > RATE_BINS - 1)
111 idx = RATE_BINS - 1;
112 if (hist->bucket[idx].low > avg_bitrate)
113 hist->bucket[idx]
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Donyxd_if.c43 static void ref_cnt_fb (int *buf, int *idx, int new_idx);
199 static void ref_cnt_fb (int *buf, int *idx, int new_idx) argument
201 if (buf[*idx] > 0)
202 buf[*idx]--;
204 *idx = new_idx;
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_thread.c416 uint8_t idx = 0; local
419 /* get stream idx from handler if CH type */
420 idx = mm_camera_util_get_index_by_handler(handler);
422 /* for EVT type, only idx=0 is valid */
423 idx = 0;
426 if (MAX_STREAM_NUM_IN_BUNDLE > idx) {
427 poll_cb->poll_entries[idx].fd = fd;
428 poll_cb->poll_entries[idx].handler = handler;
429 poll_cb->poll_entries[idx].notify_cb = notify_cb;
430 poll_cb->poll_entries[idx]
462 uint8_t idx = 0; local
[all...]
/hardware/qcom/display/msm8084/libqdutils/
H A Dmdp_version.cpp112 char* tokenStr[], int *idx) {
124 *idx = index;
111 tokenizeParams(char *inputParams, const char *delim, char* tokenStr[], int *idx) argument
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnan_ind.cpp199 int ret = 0, idx = 0; local
257 idx = event->num_rx_discovery_attr;
260 &event->discovery_attr[idx]);
693 int idx = 0; local
714 for (idx = 0; idx < *num_chans; idx++) {
717 (idx * sizeof(NanFurtherAvailabilityChan)));

Completed in 959 milliseconds

12345