Searched refs:info (Results 1 - 25 of 62) sorted by relevance

123

/hardware/libhardware/modules/gralloc/
H A Dframebuffer.cpp79 m->info.reserved[0] = 0x54445055; // "UPDT";
80 m->info.reserved[1] = (uint16_t)l | ((uint32_t)t << 16);
81 m->info.reserved[2] = (uint16_t)(l+w) | ((uint32_t)(t+h) << 16);
98 m->info.activate = FB_ACTIVATE_VBL;
99 m->info.yoffset = offset / m->finfo.line_length;
100 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) {
116 0, 0, m->info.xres, m->info.yres,
121 0, 0, m->info.xres, m->info
163 struct fb_var_screeninfo info; local
[all...]
/hardware/qcom/display/libcopybit/
H A Dsoftware_converter.cpp139 copyInfo& info)
147 int width = info.width;
148 int height = info.height;
155 src += info.src_stride;
156 dst += info.dst_stride;
160 src = (unsigned char*)(src_base + info.src_plane1_offset);
161 dst = (unsigned char*)(dst_base + info.dst_plane1_offset);
165 memcpy(dst, src, info.src_stride);
166 src += info.src_stride;
167 dst += info
138 copy_source_to_destination(const int src_base, const int dst_base, copyInfo& info) argument
193 copyInfo info; local
238 copyInfo info; local
[all...]
/hardware/msm7k/libgralloc-qsd8k/
H A Dframebuffer.cpp86 m->info.reserved[0] = 0x54445055; // "UPDT";
87 m->info.reserved[1] = (uint16_t)l | ((uint32_t)t << 16);
88 m->info.reserved[2] = (uint16_t)(l+w) | ((uint32_t)(t+h) << 16);
112 0, 0, m->info.xres, m->info.yres, NULL);
115 m->info.activate = FB_ACTIVATE_VBL;
116 m->info.yoffset = offset / m->finfo.line_length;
117 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) {
130 0, 0, m->info.xres, m->info
191 struct fb_var_screeninfo info; local
[all...]
/hardware/msm7k/libgralloc/
H A Dframebuffer.cpp82 m->info.reserved[0] = 0x54445055; // "UPDT";
83 m->info.reserved[1] = (uint16_t)l | ((uint32_t)t << 16);
84 m->info.reserved[2] = (uint16_t)(l+w) | ((uint32_t)(t+h) << 16);
101 m->info.activate = FB_ACTIVATE_VBL;
102 m->info.yoffset = offset / m->finfo.line_length;
103 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) {
119 0, 0, m->info.xres, m->info.yres,
124 0, 0, m->info.xres, m->info
171 struct fb_var_screeninfo info; local
[all...]
/hardware/qcom/display/libgralloc/
H A Dframebuffer.cpp92 m->info.activate = FB_ACTIVATE_VBL;
93 m->info.yoffset = offset / m->finfo.line_length;
94 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) {
140 struct fb_var_screeninfo info; local
141 if (ioctl(fd, FBIOGET_VSCREENINFO, &info) == -1)
144 info.reserved[0] = 0;
145 info.reserved[1] = 0;
146 info.reserved[2] = 0;
147 info.xoffset = 0;
148 info
[all...]
H A Dfb_priv.h47 struct fb_var_screeninfo info; member in struct:private_module_t
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAMixer.cpp174 mixer_info_t *info = mixerMasterProp[i].mInfo = new mixer_info_t; local
177 info->name,
192 if (info->elem == NULL &&
193 strcmp(elementName, info->name) == 0 &&
196 info->elem = elem;
197 getVolumeRange[i] (elem, &info->min, &info->max);
198 info->volume = info->max;
199 setVol[i] (elem, info
211 mixer_info_t *info = mixerProp[j][i].mInfo = new mixer_info_t; local
269 mixer_info_t *info = mixerMasterProp[SND_PCM_STREAM_PLAYBACK].mInfo; local
288 mixer_info_t *info = mixerMasterProp[SND_PCM_STREAM_CAPTURE].mInfo; local
310 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_PLAYBACK].mInfo; local
333 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_CAPTURE].mInfo; local
356 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_CAPTURE].mInfo; local
382 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_CAPTURE].mInfo; local
397 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_PLAYBACK].mInfo; local
423 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_PLAYBACK].mInfo; local
[all...]
H A DALSAStreamOps.cpp262 EDID_AUDIO_INFO info = { 0 }; local
265 if (AudioUtil::getHDMIAudioSinkCaps(&info)) {
266 for (int i = 0; i < info.nAudioBlocks && i < MAX_EDID_BLOCKS; i++) {
268 switch (info.AudioBlocksArray[i].nChannels) {
278 ALOGD("Unsupported number of channels %d", info.AudioBlocksArray[i].nChannels);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DTrustZoneDevice.cpp310 uint32_t status, info; local
311 // read additional info about exception-point and print
313 ret = pMcKMod->fcInfo(1, &status, &info);
314 LOG_W("MC_HALT: flags : 0x%8x", info);
315 ret = pMcKMod->fcInfo(2, &status, &info);
316 LOG_W("MC_HALT: haltCode : 0x%8x", info);
317 ret = pMcKMod->fcInfo(3, &status, &info);
318 LOG_W("MC_HALT: haltIp : 0x%8x", info);
319 ret = pMcKMod->fcInfo(4, &status, &info);
320 LOG_W("MC_HALT: faultRec.cnt : 0x%8x", info);
[all...]
/hardware/libhardware/tests/camera2/
H A DCameraModuleFixture.h48 const CameraMetadata& staticInfo = mDevice->info();
87 struct camera_info info; local
88 ASSERT_EQ(OK, mModule->get_camera_info(cameraID, &info));
90 ASSERT_GE((int)info.device_version, CAMERA_DEVICE_API_VERSION_2_0) <<
92 info.device_version;
93 switch(info.device_version) {
104 info.device_version;
114 camera_info info; local
116 res = mModule->get_camera_info(cameraId, &info);
119 return info
[all...]
H A DCameraModuleTests.cpp100 struct camera_info info; local
101 ASSERT_EQ(OK, mModule->get_camera_info(i, &info));
112 struct camera_info info; local
113 EXPECT_NE(OK, mModule->get_camera_info(idx[i], &info));
114 EXPECT_EQ(-ENODEV, mModule->get_camera_info(idx[i], &info))
H A DCameraMetadataTests.cpp68 const CameraMetadata& staticInfo = mDevice->info();
74 const CameraMetadata& staticInfo = mDevice->info();
80 const CameraMetadata& staticInfo = mDevice->info();
/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c434 struct rotator_info *info,
440 plane_count = m_rotator_get_plane_count(info->v4l2_colorformat);
448 info->format.type = info->buf_type;
449 if (exynos_v4l2_g_fmt(fd, &info->format) < 0) {
450 ALOGE("%s::exynos_v4l2_g_fmt() fail type=%d", __func__, info->buf_type);
454 if (info->width != info->format.fmt.pix_mp.width ||
455 info->height != info
432 m_exynos_rotator_set_format( int fd, struct rotator_info *info, bool force) argument
552 m_exynos_rotator_set_addr( int fd, struct rotator_info *info) argument
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_mixer.c137 unsigned max = mixer->ctl[n].info->value.enumerated.items;
146 if (mixer->info)
147 free(mixer->info);
178 mixer->info = calloc(elist.count, sizeof(struct snd_ctl_elem_info));
179 if (!mixer->ctl || !mixer->info)
194 struct snd_ctl_elem_info *ei = mixer->info + n;
198 mixer->ctl[n].info = ei;
238 struct snd_ctl_elem_info *ei = mixer->info + n;
289 if (mixer->info[n].id.index == index) {
290 if (!strncmp(name, (char*) mixer->info[
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/
H A DAndroid.mk13 $(info PLATFORM: $(PLATFORM))
/hardware/libhardware/modules/camera/
H A DCameraHAL.h35 int getCameraInfo(int camera_id, struct camera_info *info);
H A DCameraHAL.cpp71 int CameraHAL::getCameraInfo(int id, struct camera_info* info) argument
73 ALOGV("%s: camera id %d: info=%p", __func__, id, info);
114 static int get_camera_info(int id, struct camera_info* info) argument
116 return gCameraHAL.getCameraInfo(id, info);
/hardware/ti/omap3/dspbridge/inc/
H A Ddynamic_loader.h389 * info A pointer to an information block for the section
394 * load_addr and run_addr fields of the section info structure. Returns TRUE
404 struct LDR_SECTION_INFO * info, unsigned align);
410 * info A pointer to an information block for the section
416 * The content of the info->name field is undefined on call to this function.
419 struct LDR_SECTION_INFO * info);
454 * info Section info for the section in which the address resides
462 LDR_ADDR locn, struct LDR_SECTION_INFO * info,
471 * info Sectio
[all...]
/hardware/samsung_slsi/exynos5/libv4l2/
H A Dexynos_mc.c52 return entity->info.type & MEDIA_ENT_TYPE_MASK;
110 links.entity = entity->info.id;
111 links.pads = (struct media_pad_desc*)malloc(entity->info.pads * sizeof(struct media_pad_desc));
112 links.links = (struct media_link_desc*)malloc(entity->info.links * sizeof(struct media_link_desc));
121 for (i = 0; i < entity->info.pads; ++i) {
127 for (i = 0; i < entity->info.links; ++i) {
174 sprintf(sysname, "/sys/dev/char/%u:%u", entity->info.v4l.major,
175 entity->info.v4l.minor);
188 ret = mknod(devname, 0666 | S_IFCHR, MKDEV(81, entity->info.v4l.minor));
223 for (id = 0, ret = 0; ; id = entity->info
[all...]
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c373 __func__, links->source->entity->info.id, links->sink->entity->info.id);
387 __func__, links->source->entity->info.id, links->sink->entity->info.id);
500 __func__, links->source->entity->info.id, links->sink->entity->info.id);
595 struct gsc_info *info)
602 plane_count = m_gsc_get_plane_count(info->v4l2_colorformat);
608 if (exynos_v4l2_s_ctrl(fd, V4L2_CID_ROTATE, info->rotation) < 0) {
613 if (exynos_v4l2_s_ctrl(fd, V4L2_CID_VFLIP, info
593 m_exynos_gsc_set_format( int fd, struct gsc_info *info) argument
668 m_exynos_gsc_set_addr( int fd, struct gsc_info *info) argument
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_print.c42 free(me->info); me->info = NULL;
68 /* data needed for info field */
87 me->info = (char *) malloc(3+9+1+8+2+6+4+2+7+12+8+16+2 + 100);
88 if (me->info)
91 sprintf(me->info,
92 "%s" /* info separator start */
104 "%s" /* info separator end */
129 /* info separator end */
133 /* we succeed if we could allocate the info strin
[all...]
/hardware/qcom/display/libexternal/
H A Dexternal.cpp288 // Store underscan support info in a system property
316 void set_info(struct fb_var_screeninfo &info) const;
319 void disp_mode_timing_type::set_info(struct fb_var_screeninfo &info) const
321 info.reserved[0] = 0;
322 info.reserved[1] = 0;
323 info.reserved[2] = 0;
325 info.reserved[3] = (info.reserved[3] & 0xFFFF) | (video_format << 16);
327 info.xoffset = 0;
328 info
587 struct fb_var_screeninfo info; local
[all...]
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimg2d.h321 * @plane2: address info for CbCr in YCbCr 2plane mode
342 * @scaling: common scaling info for src and mask image.
366 * @seq_no: user debugging info.
401 * @seq_no: user debugging info.
404 * @dma: array of dma info for each src, msk, tmp and dst
452 void (*blit)(struct fimg2d_control *info);
453 int (*configure)(struct fimg2d_control *info,
455 void (*run)(struct fimg2d_control *info);
456 void (*stop)(struct fimg2d_control *info);
457 void (*dump)(struct fimg2d_control *info);
[all...]
/hardware/libhardware/include/hardware/
H A Dcamera_common.h149 * the android.*.info.* sections. This should be a sorted metadata buffer,
269 int (*get_camera_info)(int camera_id, struct camera_info *info);
/hardware/samsung_slsi/exynos5/gralloc/
H A Dframebuffer.cpp178 struct fb_var_screeninfo info; local
179 if (ioctl(fd, FBIOGET_VSCREENINFO, &info) == -1) {
189 float xdpi = (module->xres * 25.4f) / info.width;
190 float ydpi = (module->yres * 25.4f) / info.height;
198 finfo.id, module->xres, module->yres, info.width, xdpi, info.height,

Completed in 876 milliseconds

123