Searched defs:info (Results 51 - 75 of 134) sorted by relevance

123456

/hardware/qcom/media/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp265 DEBUG_PRINT_ERROR("unknown error in slice info extradata");
418 OMX_U32 i, sym_len, sufix_len, info; local
427 info = symbol + 1 - (1 << i);
429 info = sufix_len | (info & (sufix_len - 1));
430 e_u(info, sym_len);
/hardware/samsung_slsi/exynos5/gralloc/
H A Dframebuffer.cpp177 struct fb_var_screeninfo info; local
178 if (ioctl(fd, FBIOGET_VSCREENINFO, &info) == -1) {
188 float xdpi = (module->xres * 25.4f) / info.width;
189 float ydpi = (module->yres * 25.4f) / info.height;
197 finfo.id, module->xres, module->yres, info.width, xdpi, info.height,
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DTrustZoneDevice.cpp311 uint32_t status, info; local
312 // read additional info about exception-point and print
314 ret = pMcKMod->fcInfo(1, &status, &info);
315 LOG_W("MC_HALT: flags : 0x%8x", info);
316 ret = pMcKMod->fcInfo(2, &status, &info);
317 LOG_W("MC_HALT: haltCode : 0x%8x", info);
318 ret = pMcKMod->fcInfo(3, &status, &info);
319 LOG_W("MC_HALT: haltIp : 0x%8x", info);
320 ret = pMcKMod->fcInfo(4, &status, &info);
321 LOG_W("MC_HALT: faultRec.cnt : 0x%8x", info);
[all...]
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
H A DVideoDecoderAVCSecure.cpp456 NaluInfo *info; local
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
H A DVideoDecoderAVCSecure.cpp459 NaluInfo *info; local
/hardware/intel/common/libmix/videoencoder/
H A DIntelMetadataBuffer.cpp494 IMB_Result IntelMetadataBuffer::GetValueInfo(ValueInfo* &info) argument
496 info = mInfo;
501 IMB_Result IntelMetadataBuffer::SetValueInfo(ValueInfo* info) argument
503 if (info)
508 memcpy(mInfo, info, sizeof(ValueInfo));
554 ValueInfo* info = NULL; local
581 info = new ValueInfo;
582 memcpy(info, data, sizeof(ValueInfo));
608 mInfo = info;
/hardware/intel/common/libva/va/x11/
H A Dva_nvctrl.c161 static void XNVCTRLCheckTargetData(Display *dpy, XExtDisplayInfo *info, argument
167 if (info->data == NVCTRL_EXT_NEED_CHECK) {
173 info->data = NVCTRL_EXT_NEED_TARGET_SWAP;
175 info->data = NVCTRL_EXT_NEED_NOTHING;
178 info->data = NVCTRL_EXT_NEED_NOTHING;
183 if (info->data == NVCTRL_EXT_NEED_TARGET_SWAP) {
197 XExtDisplayInfo *info = find_display (dpy); local
199 if (XextHasExtension(info)) {
200 if (event_basep) *event_basep = info->codes->first_event;
201 if (error_basep) *error_basep = info
214 XExtDisplayInfo *info = find_display (dpy); local
244 XExtDisplayInfo *info = find_display (dpy); local
279 XExtDisplayInfo *info = find_display (dpy); local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dvp9_spatial_scalable_encoder.c286 VpxVideoInfo info = {0}; local
316 info.codec_fourcc = VP9_FOURCC;
317 info.time_base.numerator = enc_cfg.g_timebase.num;
318 info.time_base.denominator = enc_cfg.g_timebase.den;
320 (unsigned int *)&info.frame_width,
321 (unsigned int *)&info.frame_height) !=
329 &info);
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drmMode.c221 struct drm_mode_fb_cmd info; local
224 info.fb_id = buf;
226 if (drmIoctl(fd, DRM_IOCTL_MODE_GETFB, &info))
232 r->fb_id = info.fb_id;
233 r->width = info.width;
234 r->height = info.height;
235 r->pitch = info.pitch;
236 r->bpp = info.bpp;
237 r->handle = info.handle;
238 r->depth = info
[all...]
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xvva.c68 XvAdaptorInfo *info; local
72 ret = XvQueryAdaptors(dpy, DefaultRootWindow(dpy), &numAdapt, &info);
74 /* check for numAdapt before modifying the info[1]. Without this check
77 info[1].num_ports = 1;
86 if ((info[i].type & XvImageMask) == 0)
89 formats = XvListImageFormats(dpy, info[i].base_id, &numImages);
92 for (k = 0; k < info[i].num_ports; k++) {
93 int ret = XvGrabPort(dpy, info[i].base_id + k, CurrentTime);
98 output->textured_portID = info[i].base_id + k;
101 output->overlay_portID = info[
[all...]
/hardware/libhardware/modules/audio/
H A Daudio_policy.c103 const audio_offload_info_t *info)
234 const audio_offload_info_t *info)
97 ap_get_output(struct audio_policy *pol, audio_stream_type_t stream, uint32_t sampling_rate, audio_format_t format, audio_channel_mask_t channelMask, audio_output_flags_t flags, const audio_offload_info_t *info) argument
233 ap_is_offload_supported(const struct audio_policy *pol, const audio_offload_info_t *info) argument
/hardware/libhardware/modules/camera/
H A DCamera.cpp94 int Camera::getInfo(struct camera_info *info) argument
98 info->facing = CAMERA_FACING_FRONT;
99 info->orientation = 0;
100 info->device_version = mDevice.common.version;
104 info->static_camera_characteristics = mStaticInfo;
/hardware/qcom/display/msm8084/libexternal/
H A Dexternal.cpp117 char info[PROPERTY_VALUE_MAX]; local
129 memset(info, 0, sizeof(info));
130 property_get(property, info, UNKNOWN_STRING);
131 ALOGD_IF(DEBUG, "In %s: %s = %s", __FUNCTION__, property, info);
132 if (strncmp(info, UNKNOWN_STRING, SPD_NAME_LENGTH)) {
133 err = write(spdFile, info, strlen(info));
237 // Store underscan support info in a system property
252 void setDisplayTiming(struct fb_var_screeninfo &info, argument
[all...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifi_hal.cpp147 hal_info *info = (hal_info *)malloc(sizeof(hal_info)); local
148 if (info == NULL) {
153 memset(info, 0, sizeof(*info));
181 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, internal_valid_message_handler, info);
184 info->cmd_sock = cmd_sock;
185 info->event_sock = event_sock;
186 info->clean_up = false;
187 info->in_event_loop = false;
189 info
224 hal_info *info = getHalInfo(handle); local
243 hal_info *info = getHalInfo(handle); local
261 hal_info *info = getHalInfo(handle); local
270 hal_info *info = getHalInfo(handle); local
294 hal_info *info = getHalInfo(handle); local
332 hal_info *info = getHalInfo(handle); local
478 get_interface(const char *name, interface_info *info) argument
488 hal_info *info = (hal_info *)handle; local
537 hal_info *info = (hal_info *)handle; local
547 interface_info *info = (interface_info *)handle; local
554 hal_info *info = (hal_info *)handle; local
[all...]
/hardware/ti/omap4-aah/camera/
H A DCameraHal_Module.cpp50 static int camera_get_camera_info(int camera_id, struct camera_info *info);
779 int camera_get_camera_info(int camera_id, struct camera_info *info) argument
830 info->facing = face_value;
831 info->orientation = orientation;
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_script.cpp1283 buffer_info_t info = bufferSourceOutputThread->popBuffer(); local
1284 bufferSourceInput->setInput(info, params.getPictureFormat(), reprocParams);
/hardware/ti/omap4xxx/camera/
H A DCameraHal_Module.cpp42 static int camera_get_camera_info(int camera_id, struct camera_info *info);
640 int camera_get_camera_info(int camera_id, struct camera_info *info) argument
690 info->facing = face_value;
691 info->orientation = orientation;
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_hal.cpp108 hal_info *info = (hal_info *)malloc(sizeof(hal_info)); local
109 if (info == NULL) {
114 memset(info, 0, sizeof(*info));
137 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, internal_no_seq_check, info);
138 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, internal_valid_message_handler, info);
141 info->cmd_sock = cmd_sock;
142 info->event_sock = event_sock;
143 info->clean_up = false;
144 info
182 hal_info *info = getHalInfo(handle); local
201 hal_info *info = getHalInfo(handle); local
220 hal_info *info = getHalInfo(handle); local
229 hal_info *info = getHalInfo(handle); local
240 hal_info *info = getHalInfo(handle); local
293 hal_info *info = getHalInfo(handle); local
636 get_interface(const char *name, interface_info *info) argument
646 hal_info *info = (hal_info *)handle; local
695 hal_info *info = (hal_info *)handle; local
705 interface_info *info = (interface_info *)handle; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
H A Dvpx_codec_internal.h98 /*!\brief parse stream info function pointer prototype
107 * \param[in,out] si Pointer to stream info to update. The size member
124 * \param[in,out] si Pointer to stream info to update. The size member
490 static void vpx_internal_error(struct vpx_internal_error_info *info, argument
496 info->error_code = error;
497 info->has_detail = 0;
500 size_t sz = sizeof(info->detail);
502 info->has_detail = 1;
504 vsnprintf(info->detail, sz - 1, fmt, ap);
506 info
[all...]
/hardware/intel/img/libdrm/shared-core/
H A Dnouveau_drm.h106 struct drm_nouveau_gem_info info; member in struct:drm_nouveau_gem_new
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Dmpu_iio.c90 * @channels: the channel info array
91 * @num_channels: size of the channel info array
112 void print2byte(int input, struct iio_channel_info *info) argument
116 input = input >> info->shift;
117 if (info->is_signed) {
119 val &= (1 << info->bits_used) - 1;
120 val = (int16_t)(val << (16 - info->bits_used)) >>
121 (16 - info->bits_used);
123 (float)(val + info->offset)*info
[all...]
/hardware/libhardware/tests/camera2/
H A Dcamera2.cpp82 camera_info info; local
83 res = sCameraModule->get_camera_info(i, &info);
85 << "Failure getting camera info for camera " << i;
90 << info.facing << std::endl;
92 << info.orientation << std::endl;
94 info.device_version << std::endl;
96 if (info.device_version >= CAMERA_DEVICE_API_VERSION_2_0 &&
97 info.device_version < CAMERA_DEVICE_API_VERSION_3_0) {
99 ASSERT_TRUE(NULL != info.static_camera_characteristics);
102 dump_indented_camera_metadata(info
202 camera_info info; local
[all...]
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp327 const audio_offload_info_t *info)
330 return lap->apm->isOffloadSupported(*info);
326 ap_is_offload_supported(const struct audio_policy *pol, const audio_offload_info_t *info) argument
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioHardwareALSA.cpp147 ALOGE("Cannot open /proc/asound/cards file to get sound card info");
841 EDID_AUDIO_INFO info = { 0 }; local
848 if (!AudioUtil::getHDMIAudioSinkCaps(&info)) {
853 alsa_handle.channels = info.AudioBlocksArray[info.nAudioBlocks-1].nChannels;
869 alsa_handle.sampleRate = info.AudioBlocksArray[info.nAudioBlocks-1].nSamplingFreq;
1309 //update channel info before do routing
1319 ALOGV("updated channel info: channels=%d channelMask %08x",
1323 /* Add current devices info t
[all...]
/hardware/qcom/display/msm8084/liboverlay/
H A Doverlay.cpp421 minfo = req.info;
480 struct mdp_display_commit info; local
481 memset(&info, 0, sizeof(struct mdp_display_commit));
482 info.flags = MDP_DISPLAY_COMMIT_OVERLAY;
483 info.l_roi.x = lRoi.x;
484 info.l_roi.y = lRoi.y;
485 info.l_roi.w = lRoi.w;
486 info.l_roi.h = lRoi.h;
487 info.r_roi.x = rRoi.x;
488 info
[all...]

Completed in 1773 milliseconds

123456