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

1234

/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/msm8960/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/qcom/display/msm8974/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/qcom/display/msm8x26/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/qcom/display/msm8960/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/display/msm8974/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/display/msm8x26/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...]
/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...]
/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.h49 const CameraMetadata& staticInfo = mDevice->info();
88 struct camera_info info; local
89 ASSERT_EQ(OK, mModule->get_camera_info(cameraID, &info));
91 ASSERT_GE((int)info.device_version, CAMERA_DEVICE_API_VERSION_2_0) <<
93 info.device_version;
94 switch(info.device_version) {
105 info.device_version;
115 camera_info info; local
117 res = mModule->get_camera_info(cameraId, &info);
120 return info
[all...]
H A DCameraModuleTests.cpp113 struct camera_info info; local
114 ASSERT_EQ(OK, mModule->get_camera_info(i, &info));
125 struct camera_info info; local
126 EXPECT_NE(OK, mModule->get_camera_info(idx[i], &info));
127 EXPECT_EQ(-ENODEV, mModule->get_camera_info(idx[i], &info))
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Factory.h46 static int get_camera_info(int camera_id, struct camera_info *info);
50 int getCameraInfo(int camera_id, struct camera_info *info);
H A DQCamera3Factory.cpp57 camera_info info; local
65 getCameraInfo(i, &info);
112 * @info : ptr to camera info struct
118 int QCamera3Factory::get_camera_info(int camera_id, struct camera_info *info) argument
120 return gQCamera3Factory->getCameraInfo(camera_id, info);
144 * @info : ptr to camera info struct
150 int QCamera3Factory::getCameraInfo(int camera_id, struct camera_info *info) argument
155 if (!mNumOfCameras || camera_id >= mNumOfCameras || !info ||
[all...]
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2Factory.cpp91 * @info : ptr to camera info struct
97 int QCamera2Factory::get_camera_info(int camera_id, struct camera_info *info) argument
99 return gQCamera2Factory.getCameraInfo(camera_id, info);
123 * @info : ptr to camera info struct
129 int QCamera2Factory::getCameraInfo(int camera_id, struct camera_info *info) argument
134 if (!mNumOfCameras || camera_id >= mNumOfCameras || !info) {
138 rc = QCamera2HardwareInterface::getCapabilities(camera_id, info);
150 * @hw_device : ptr to struct storing camera hardware device info
[all...]
H A DQCamera2Factory.h48 static int get_camera_info(int camera_id, struct camera_info *info);
52 int getCameraInfo(int camera_id, struct camera_info *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);
79 return mCameras[id]->getInfo(info);
117 static int get_camera_info(int id, struct camera_info* info) argument
119 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/qcom/display/msm8974/libexternal/
H A Dexternal.cpp205 char info[PROPERTY_VALUE_MAX]; local
217 memset(info, 0, sizeof(info));
218 property_get(property, info, UNKNOWN_STRING);
219 ALOGD_IF(DEBUG, "In %s: %s = %s", __FUNCTION__, property, info);
220 if (strncmp(info, UNKNOWN_STRING, SPD_NAME_LENGTH)) {
221 err = write(spdFile, info, strlen(info));
339 // Store underscan support info in a system property
354 void setDisplayTiming(struct fb_var_screeninfo &info, argument
601 struct fb_var_screeninfo info; local
[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...]

Completed in 7395 milliseconds

1234