Searched defs:done (Results 1 - 19 of 19) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dvpx_once.h23 static int done; local
30 if(done)
56 if (!done)
59 done = 1;
65 * protected by checking if(done) above.
93 static int done; local
95 if(!done)
98 done = 1;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_thread.c31 int done = 0; local
32 while (!done) {
41 done = 1;
43 // signal to the main thread that we're done (for Sync())
/hardware/intel/bootstub/
H A De820_bios.S150 jge done
151 testl %ebx, %ebx /* ebx == 0: done, ebx != 0: continue */
152 je done
155 done: label
/hardware/ril/rild/
H A Drild.c165 goto done;
176 int done = 0; local
228 done = 1;
236 if (!done) {
245 if (!done) do {
262 done = 1;
266 if (done) {
321 done:
/hardware/intel/common/utils/ISV/profile/
H A Disv_profile.cpp302 int done; local
334 done = len < mBufSize;
335 if (XML_Parse(parser, (const char *)pBuf, len, done) == XML_STATUS_ERROR) {
339 } while (!done);
/hardware/invensense/6515/libsensors_iio/
H A DCompassSensor.IIO.9150.cpp252 int numEventReceived = 0, done = 0; local
262 while (done == 0 && mCompassInputReader.readEvent(&event)) {
269 done = 1;
277 return done;
/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.IIO.9150.cpp250 int numEventReceived = 0, done = 0; local
260 while (done == 0 && mCompassInputReader.readEvent(&event)) {
267 done = 1;
275 return done;
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalCooling.java93 private boolean done = false; field in class:ThermalCooling.ThermalParser
160 while (mEventType != XmlPullParser.END_DOCUMENT && !done) {
379 done = true;
701 * 4. CDeviceThrottlePath is null no write operation will be done
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_dx_iface.c666 int i, done; local
680 done = 1;
693 done &= (ctx->priv->alg_priv->mmaps[i].base != NULL);
697 if (done && !res)
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DG722EncTest.c133 int done = 0; variable
201 done = 1;
741 done = 0;
834 if((frmCount1 == nbDASFframes) && (done == 0)){
852 done = 1;
882 done = 1;
911 done = 1;
1013 done = 1;
1068 done = 1;
1202 /*if(done
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c234 OMX_S16 done = 0; variable
1138 done = 0;
1260 done = 1;
1570 if((nRead < numRead) && (done == 0)) {
1584 done = 1;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c283 int done = 0; variable
1035 done = 0;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
H A DG729EncTest.c41 *! 21-Jun-2006 bk: Khronos OpenMAX (TM) 1.0 migration done
217 int done = 0; variable
904 done = 0;
941 if((nRead == 0) && (done == 0)) {
943 done = 1;
1008 if(done == 0) {
1018 if((nRead < 160) && (done == 0)) {
1020 done = 1;
1053 done = 1;
1065 if(done
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c334 int done = 0; variable
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c1112 int done; local
1811 done = 0;
1944 done = 1;
1966 if (done == 1) {
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c505 int done = 0; local
1589 done = 0;
1723 if (!done) {
1731 if((nRead < pBuffer->nAllocLen) && (done == 0)){
1739 done = 1;
1851 done = 1;
1867 if(done == 1) {
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c486 APP_DPRINT("%d:: APP: Inside empty buffer done \n",__LINE__);
528 int done = 0; local
1412 done = 0;
1447 if((nRead < pInputBufferHeader[i]->nAllocLen) && (done == 0))
1536 if(done == 0)
1540 if((nRead < pBuffer->nAllocLen) && (done == 0))
1543 done = 1;
1556 if(done == 0)
1572 done = 1;
1597 if(done
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c174 int done = 0; variable
1066 done = 0;
1269 done = 1;
1378 if(done == 1) {
1380 printf("done\n");
/hardware/ti/omap4-aah/camera/
H A DCameraHal.cpp1241 status_t done = mCameraAdapter->sendCommand(CameraAdapter::CAMERA_SETUP_TUNNEL, sliceHeight, encoderHandle, w, h); local
1242 if (done == NO_ERROR) mTunnelSetup = true;
1243 ret |= done;
2511 // Note: this is done so that when stopPreview is called by client after
3871 Note that this is *not* done in the destructor.
3913 Member variables are initialized here. No allocations should be done here as we

Completed in 884 milliseconds