Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 52) sorted by relevance

123

/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
DOMX_G726Dec_CompThread.c119 sigset_t set; in G726DEC_ComponentThread() local
120 sigemptyset (&set); in G726DEC_ComponentThread()
121 sigaddset (&set, SIGALRM); in G726DEC_ComponentThread()
122 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set); in G726DEC_ComponentThread()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDec_Thread.c111 sigset_t set; in OMX_VidDec_Thread() local
176 sigemptyset (&set); in OMX_VidDec_Thread()
177 sigaddset (&set, SIGALRM); in OMX_VidDec_Thread()
178 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL, &set); in OMX_VidDec_Thread()
179 sigdelset (&set, SIGALRM); in OMX_VidDec_Thread()
371 sigset_t set; in OMX_VidDec_Return() local
418 sigemptyset (&set); in OMX_VidDec_Return()
419 sigaddset (&set, SIGALRM); in OMX_VidDec_Return()
420 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set); in OMX_VidDec_Return()
421 sigdelset (&set, SIGALRM); in OMX_VidDec_Return()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
DOMX_G711Dec_ComponentThread.c93 sigset_t set; in ComponentThread() local
94 sigemptyset (&set); in ComponentThread()
95 sigaddset (&set, SIGALRM); in ComponentThread()
96 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set); in ComponentThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
DOMX_G726Enc_ComponentThread.c108 sigset_t set; in G726ENC_CompThread() local
109 sigemptyset (&set); in G726ENC_CompThread()
110 sigaddset (&set, SIGALRM); in G726ENC_CompThread()
111 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set); in G726ENC_CompThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
DOMX_G711Enc_ComponentThread.c112 sigset_t set; in G711ENC_CompThread() local
113 sigemptyset (&set); in G711ENC_CompThread()
114 sigaddset (&set, SIGALRM); in G711ENC_CompThread()
115 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set); in G711ENC_CompThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
DOMX_G729Enc_ComponentThread.c138 sigset_t set; in G729ENC_CompThread() local
139 sigemptyset (&set); in G729ENC_CompThread()
140 sigaddset (&set, SIGALRM); in G729ENC_CompThread()
141 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set); in G729ENC_CompThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
DOMX_AacDec_CompThread.c130 sigset_t set; in AACDEC_ComponentThread() local
131 sigemptyset (&set); in AACDEC_ComponentThread()
132 sigaddset (&set, SIGALRM); in AACDEC_ComponentThread()
133 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set); in AACDEC_ComponentThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Dec_ComponentThread.c135 sigset_t set; in G729DEC_ComponentThread() local
136 sigemptyset (&set); in G729DEC_ComponentThread()
137 sigaddset (&set, SIGALRM); in G729DEC_ComponentThread()
138 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set); in G729DEC_ComponentThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
DOMX_Mp3Dec_CompThread.c129 sigset_t set; in MP3DEC_ComponentThread() local
130 sigemptyset (&set); in MP3DEC_ComponentThread()
131 sigaddset (&set, SIGALRM); in MP3DEC_ComponentThread()
132 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set); in MP3DEC_ComponentThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
DOMX_WbAmrEnc_CompThread.c128 sigset_t set; in WBAMRENC_CompThread() local
129 sigemptyset (&set); in WBAMRENC_CompThread()
130 sigaddset (&set, SIGALRM); in WBAMRENC_CompThread()
131 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set); in WBAMRENC_CompThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
DOMX_WbAmrDec_ComponentThread.c116 sigset_t set; in WBAMR_DEC_ComponentThread() local
117 sigemptyset (&set); in WBAMR_DEC_ComponentThread()
118 sigaddset (&set, SIGALRM); in WBAMR_DEC_ComponentThread()
119 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set); in WBAMR_DEC_ComponentThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
DOMX_AmrEnc_ComponentThread.c129 sigset_t set; in NBAMRENC_CompThread() local
130 sigemptyset (&set); in NBAMRENC_CompThread()
131 sigaddset (&set, SIGALRM); in NBAMRENC_CompThread()
132 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set); in NBAMRENC_CompThread()
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP_CompThread.c108 sigset_t set; in VPP_ComponentThreadFunc() local
146 sigemptyset(&set); in VPP_ComponentThreadFunc()
147 sigaddset(&set,SIGALRM); in VPP_ComponentThreadFunc()
149 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL, &set); in VPP_ComponentThreadFunc()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
DOMX_AmrDec_ComponentThread.c101 sigset_t set; in NBAMRDEC_ComponentThread() local
102 sigemptyset (&set); in NBAMRDEC_ComponentThread()
103 sigaddset (&set, SIGALRM); in NBAMRDEC_ComponentThread()
104 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set); in NBAMRDEC_ComponentThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
DOMX_WmaDec_ComponentThread.c115 sigset_t set; in ComponentThread() local
116 sigemptyset (&set); in ComponentThread()
117 sigaddset (&set, SIGALRM); in ComponentThread()
118 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set); in ComponentThread()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEnc_Thread.c102 sigset_t set; in OMX_JpegEnc_Thread() local
140 sigemptyset(&set) ; in OMX_JpegEnc_Thread()
141 sigaddset(&set,SIGALRM); in OMX_JpegEnc_Thread()
142 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL,&set); in OMX_JpegEnc_Thread()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEnc_CompThread.c112 sigset_t set; in ComponentThread() local
113 sigemptyset (&set); in ComponentThread()
114 sigaddset (&set, SIGALRM); in ComponentThread()
115 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set); in ComponentThread()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Thread.c123 sigset_t set; in OMX_VIDENC_Thread() local
162 sigemptyset(&set); in OMX_VIDENC_Thread()
163 sigaddset(&set,SIGALRM); in OMX_VIDENC_Thread()
164 status = pselect(fdmax+1, &rfds, NULL, NULL, NULL,&set); in OMX_VIDENC_Thread()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Thread.c85 sigset_t set; in OMX_JpegDec_Thread() local
120 sigemptyset(&set); in OMX_JpegDec_Thread()
121 sigaddset(&set, SIGALRM); in OMX_JpegDec_Thread()
122 nStatus = pselect (nFdmax+1, &rfds, NULL, NULL, NULL,&set); in OMX_JpegDec_Thread()
/hardware/msm7k/libcamera/
DQualcommCameraHardware.cpp320 p.set("jpeg-quality", "100"); // maximum quality in initDefaultParameters()
324 p.set("jpeg-thumbnail-width", "512"); in initDefaultParameters()
325 p.set("jpeg-thumbnail-height", "384"); in initDefaultParameters()
326 p.set("jpeg-thumbnail-quality", "90"); in initDefaultParameters()
328 p.set("nightshot-mode", "0"); // off in initDefaultParameters()
329 p.set("luma-adaptation", "0"); // FIXME: turning it on causes a crash in initDefaultParameters()
330 p.set("antibanding", "auto"); // flicker detection and elimination in initDefaultParameters()
331 p.set("whitebalance", "auto"); in initDefaultParameters()
332 p.set("rotation", "0"); in initDefaultParameters()
335 p.set("gps-timestamp", "1199145600"); // Jan 1, 2008, 00:00:00 in initDefaultParameters()
[all …]
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/
Ddhdu_linux.c64 dhd_ioctl(void *dhd, int cmd, void *buf, int len, bool set) in dhd_ioctl() argument
79 ioc.set = set; in dhd_ioctl()
Ddhdu_cmd.h38 int set; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
DJPEGTest.c523 sigset_t set; local
535 sigemptyset(&set);
536 sigaddset(&set,SIGALRM);
538 nRetval = pselect(nFDmax+1, &rfds, NULL, NULL, NULL, &set);
659 sigset_t set; local
1319 sigemptyset(&set);
1320 sigaddset(&set,SIGALRM);
1321 nRetval = pselect(nFdmax+1, &rfds, NULL, NULL, NULL, &set);
/hardware/broadcom/wlan/bcm4329/src/include/
Ddhdioctl.h47 bool set; /* get or set request (optional) */ member
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
Ddhd_proto.h73 void *params, int plen, void *arg, int len, bool set);

123