Searched defs:info (Results 1 - 25 of 69) sorted by relevance

123

/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_print.h31 char *info; /* PERF instance information text */ member in struct:PERF_PRINT_Private
/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...]
/hardware/qcom/camera/QCamera2/HAL3/
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/libhardware/modules/camera/
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/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/display/msm8960/libgralloc/
H A Dfb_priv.h47 struct fb_var_screeninfo info; member in struct:private_module_t
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/display/msm8974/libgralloc/
H A Dfb_priv.h47 struct fb_var_screeninfo info; member in struct:private_module_t
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/display/msm8x26/libgralloc/
H A Dfb_priv.h47 struct fb_var_screeninfo info; member in struct:private_module_t
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/samsung_slsi/exynos5/include/
H A Dexynos_v4l2.h153 struct media_entity_desc info; member in struct:media_entity
/hardware/libhardware/modules/gralloc/
H A Dgralloc_priv.h49 struct fb_var_screeninfo info; member in struct:private_module_t
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/audio/legacy/alsa_sound/
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);
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/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/msm8974/liboverlay/
H A DmdpWrapper.h112 /* info */
228 inline bool displayCommit(int fd, mdp_display_commit& info) { argument
230 if(ioctl(fd, MSMFB_DISPLAY_COMMIT, &info) == -1) {
H A Doverlay.cpp272 minfo = req.info;
322 struct mdp_display_commit info; local
323 memset(&info, 0, sizeof(struct mdp_display_commit));
324 info.flags = MDP_DISPLAY_COMMIT_OVERLAY;
325 if(!mdp_wrapper::displayCommit(fd, info)) {
/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/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_linux.c196 struct ethtool_drvinfo info; local
203 memset(&info, 0, sizeof(info));
204 info.cmd = ETHTOOL_GDRVINFO;
205 strcpy(info.driver, "?");
206 strcat(info.driver, type);
207 ifr.ifr_data = (caddr_t)&info;
217 strcpy(buf, info.driver);
/hardware/qcom/media/mm-video-legacy/vidc/common/src/
H A Dextra_data_handler.cpp237 DEBUG_PRINT_ERROR("unknown error in slice info extradata");
354 OMX_U32 i, sym_len, sufix_len, info; local
363 info = symbol + 1 - (1 << i);
365 info = sufix_len | (info & (sufix_len - 1));
366 e_u(info, sym_len);
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp266 DEBUG_PRINT_ERROR("unknown error in slice info extradata");
419 OMX_U32 i, sym_len, sufix_len, info; local
428 info = symbol + 1 - (1 << i);
430 info = sufix_len | (info & (sufix_len - 1));
431 e_u(info, sym_len);

Completed in 1772 milliseconds

123