Searched refs:set (Results 1 - 25 of 68) sorted by relevance

123

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCapabilities.cpp476 params->set(CameraProperties::SUPPORTED_PICTURE_SIZES, supported);
502 params->set(CameraProperties::SUPPORTED_PREVIEW_SIZES, supported);
528 params->set(CameraProperties::SUPPORTED_VIDEO_SIZES, supported);
555 params->set(CameraProperties::SUPPORTED_THUMBNAIL_SIZES, supported);
579 params->set(CameraProperties::SUPPORTED_ZOOM_RATIOS, supported);
580 params->set(CameraProperties::SUPPORTED_ZOOM_STAGES, zoomStageCount - 1); //As per CTS requirement
583 params->set(CameraProperties::ZOOM_SUPPORTED, TICameraParameters::ZOOM_UNSUPPORTED);
584 params->set(CameraProperties::SMOOTH_ZOOM_SUPPORTED, TICameraParameters::ZOOM_UNSUPPORTED);
586 params->set(CameraProperties::ZOOM_SUPPORTED, TICameraParameters::ZOOM_SUPPORTED);
587 params->set(CameraPropertie
[all...]
/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp117 @brief Enable a message, or set of messages.
167 @brief Disable a message, or set of messages.
194 @brief Query whether a message, or a set of messages, is enabled.
286 CAMHAL_LOGDB("VNF set %s", params.get(TICameraParameters::KEY_VNF));
287 mParameters.set(TICameraParameters::KEY_VNF, valstr);
295 // make sure we support vstab...if we don't and application is trying to set
301 mParameters.set(CameraParameters::KEY_VIDEO_STABILIZATION,
307 mParameters.set(CameraParameters::KEY_VIDEO_STABILIZATION,
314 CAMHAL_LOGDB("Capture mode set %s", params.get(TICameraParameters::KEY_CAP_MODE));
315 mParameters.set(TICameraParameter
[all...]
H A DCameraParameters.cpp139 ssize_t CameraProperties::Properties::set(const char *prop, const char *value) function in class:android::CameraProperties::Properties
149 ssize_t CameraProperties::Properties::set(const char *prop, int value) function in class:android::CameraProperties::Properties
155 return set(prop, s_val);
/hardware/broadcom/wlan/bcm4329/dhdutil/
H A Ddhdu_cmd.h32 int set; member in struct:cmd
40 /* Special set cmds to do download via dev node interface if present */
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_cmd.h32 int set; member in struct:cmd
40 /* Special set cmds to do download via dev node interface if present */
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp1118 previewSizeIDX = 1; /* Default resolution set to WVGA */
1157 ippIDX = 0;//set the ipp to ldc-nsf as the capture mode is set to HQ by default
1166 params.set(CameraParameters::KEY_ROTATION, rotation);
1167 params.set(KEY_COMPENSATION, (int) (compensation * 10));
1168 params.set(params.KEY_WHITE_BALANCE, strawb_mode[awb_mode]);
1169 params.set(KEY_MODE, (capture[capture_mode]));
1170 params.set(params.KEY_SCENE_MODE, scene[scene_mode]);
1171 params.set(KEY_CAF, caf_mode);
1172 params.set(KEY_IS
[all...]
H A Dcamera_test_script.cpp265 params.set(CameraParameters::KEY_ROTATION, rotation);
369 params.set(KEY_COMPENSATION, (int) (compensation * 10));
377 params.set(params.KEY_WHITE_BALANCE, (cmd + 1));
441 params.set(KEY_STEREO_CAMERA, "true");
443 params.set(KEY_STEREO_CAMERA, "false");
467 params.set(params.KEY_GPS_LATITUDE, temp_str);
470 params.set(params.KEY_GPS_LONGITUDE, temp_str);
473 params.set(params.KEY_GPS_ALTITUDE, temp_str);
524 params.set(CameraParameters::KEY_JPEG_THUMBNAIL_WIDTH, width);
525 params.set(CameraParameter
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_ComponentThread.c93 sigset_t set; local
94 sigemptyset (&set);
95 sigaddset (&set, SIGALRM);
96 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
126 G711DEC_DPRINT ("%d :: DATA pipe is set in Component Thread\n",__LINE__);
142 G711DEC_DPRINT ("%d :: CMD pipe is set in Component Thread\n",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_ComponentThread.c112 sigset_t set; local
113 sigemptyset (&set);
114 sigaddset (&set, SIGALRM);
115 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
150 G711ENC_DPRINT("%d :: DATA pipe is set in Component Thread\n",__LINE__);
163 G711ENC_DPRINT("%d :: CMD pipe is set in Component Thread\n",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_CompThread.c119 sigset_t set; local
120 sigemptyset (&set);
121 sigaddset (&set, SIGALRM);
122 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
152 G726DEC_DPRINT (":: DATA pipe is set in Component Thread\n");
164 G726DEC_DPRINT (":: CMD pipe is set in Component Thread\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_ComponentThread.c108 sigset_t set; local
109 sigemptyset (&set);
110 sigaddset (&set, SIGALRM);
111 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
135 G726ENC_DPRINT("%d :: CMD pipe is set in Component Thread\n",__LINE__);
162 G726ENC_DPRINT("%d :: DATA pipe is set in Component Thread\n",__LINE__);
/hardware/ti/omap4xxx/camera/inc/
H A DCameraProperties.h156 set(EXIF_MAKE, property);
159 set(EXIF_MODEL, property);
165 ssize_t set(const char *prop, const char *value);
166 ssize_t set(const char *prop, int value);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_CompThread.c140 sigset_t set; local
141 sigemptyset (&set);
142 sigaddset (&set, SIGALRM);
143 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
170 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: CMD pipe is set in Component Thread\n",__LINE__);
202 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_ComponentThread.c135 sigset_t set; local
136 sigemptyset (&set);
137 sigaddset (&set, SIGALRM);
138 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
190 G729DEC_DPRINT ("%d :: DATA pipe is set in Component Thread\n",__LINE__);
204 G729DEC_DPRINT ("%d :: CMD pipe is set in Component Thread\n",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_ComponentThread.c138 sigset_t set; local
139 sigemptyset (&set);
140 sigaddset (&set, SIGALRM);
141 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
183 G729ENC_DPRINT("DATA pipe is set in Component Thread\n");
202 G729ENC_DPRINT("CMD pipe is set in Component Thread\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_CompThread.c139 sigset_t set; local
140 sigemptyset (&set);
141 sigaddset (&set, SIGALRM);
142 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
183 OMX_PRCOMM2(pComponentPrivate->dbg, ":: DATA pipe is set in Component Thread\n");
195 OMX_PRCOMM2(pComponentPrivate->dbg, ":: CMD pipe is set in Component Thread\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_ComponentThread.c101 sigset_t set; local
102 sigemptyset (&set);
103 sigaddset (&set, SIGALRM);
104 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
159 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: DATA pipe is set in Component Thread\n",__LINE__);
173 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: CMD pipe is set in Component Thread\n",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_ComponentThread.c129 sigset_t set; local
130 sigemptyset (&set);
131 sigaddset (&set, SIGALRM);
132 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
172 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__);
187 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: CMD pipe is set in Component Thread\n",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_ComponentThread.c126 sigset_t set; local
127 sigemptyset (&set);
128 sigaddset (&set, SIGALRM);
129 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
177 OMX_PRCOMM2(pComponentPrivate->dbg, "DATA pipe is set in Component Thread\n");
190 OMX_PRCOMM2(pComponentPrivate->dbg, "CMD pipe is set in Component Thread\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_CompThread.c127 sigset_t set; local
128 sigemptyset (&set);
129 sigaddset (&set, SIGALRM);
130 status = pselect (fdmax + 1, &rfds, NULL, NULL, &tv, &set);
164 OMX_PRCOMM2(pComponentPrivate->dbg, "DATA pipe is set in Component Thread\n");
181 OMX_PRINT1(pComponentPrivate->dbg, "CMD pipe is set in Component Thread\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_ComponentThread.c115 sigset_t set; local
116 sigemptyset (&set);
117 sigaddset (&set, SIGALRM);
118 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
160 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__);
175 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: CMD pipe is set in Component Thread\n",__LINE__);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Thread.c102 sigset_t set; local
140 sigemptyset(&set) ;
141 sigaddset(&set,SIGALRM);
142 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL,&set);
157 OMX_PRBUFFER2(pComponentPrivate->dbg, "filled_inpBuf_Q pipe is set\n");
181 OMX_PRCOMM2(pComponentPrivate->dbg, "CMD pipe is set in Component Thread\n");
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_CompThread.c108 sigset_t set; local
146 sigemptyset(&set);
147 sigaddset(&set,SIGALRM);
149 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL, &set);
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Thread.c111 sigset_t set; local
176 sigemptyset (&set);
177 sigaddset (&set, SIGALRM);
178 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL, &set);
179 sigdelset (&set, SIGALRM);
366 sigset_t set; local
413 sigemptyset (&set);
414 sigaddset (&set, SIGALRM);
415 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
416 sigdelset (&set, SIGALR
[all...]
/hardware/libhardware_legacy/
H A DAndroid.mk47 # legacy_audio builds it's own set of libraries that aren't linked into

Completed in 4049 milliseconds

123