/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | StreamingProcessor.cpp | 63 status_t res; in setPreviewWindow() local 65 res = deletePreviewStream(); in setPreviewWindow() 66 if (res != OK) return res; in setPreviewWindow() 77 status_t res; in setRecordingWindow() local 79 res = deleteRecordingStream(); in setRecordingWindow() 80 if (res != OK) return res; in setRecordingWindow() 101 status_t res; in updatePreviewRequest() local 118 res = device->createDefaultRequest( in updatePreviewRequest() 121 res = device->createDefaultRequest(CAMERA3_TEMPLATE_PREVIEW, in updatePreviewRequest() 125 if (res != OK) { in updatePreviewRequest() [all …]
|
D | CaptureSequencer.cpp | 87 status_t res = -1; in waitUntilIdle() local 91 res = mStateChanged.waitRelative(mStateMutex, timeout); in waitUntilIdle() 92 if (res != OK) return res; in waitUntilIdle() 241 status_t res; in manageIdle() local 244 res = mStartCaptureSignal.waitRelative(mInputMutex, in manageIdle() 246 if (res == TIMED_OUT) break; in manageIdle() 257 status_t res = OK; in manageDone() local 275 res = INVALID_OPERATION; in manageDone() 278 res = client->getCameraDevice()->waitUntilDrained(); in manageDone() 279 if (res != OK) { in manageDone() [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | fastidct.cpp | 329 int res, res2; in idct_row1Inter() local 341 res = tmp + (pred_word & 0xFF); in idct_row1Inter() 342 CLIP_RESULT(res); in idct_row1Inter() 345 dst_word = (res2 << 8) | res; in idct_row1Inter() 346 res = tmp + ((pred_word >> 16) & 0xFF); in idct_row1Inter() 347 CLIP_RESULT(res); in idct_row1Inter() 348 dst_word |= (res << 16); in idct_row1Inter() 349 res = tmp + ((pred_word >> 24) & 0xFF); in idct_row1Inter() 350 CLIP_RESULT(res); in idct_row1Inter() 351 dst_word |= (res << 24); in idct_row1Inter() [all …]
|
/frameworks/compile/mclinker/lib/Script/ |
D | BinaryOp.cpp | 29 IntOperand* res = result(); in eval() local 30 res->setValue(m_pOperand[0]->value() * m_pOperand[1]->value()); in eval() 31 return res; in eval() 37 IntOperand* res = result(); in eval() local 38 res->setValue(m_pOperand[0]->value() / m_pOperand[1]->value()); in eval() 39 return res; in eval() 45 IntOperand* res = result(); in eval() local 46 res->setValue(m_pOperand[0]->value() % m_pOperand[1]->value()); in eval() 47 return res; in eval() 53 IntOperand* res = result(); in eval() local [all …]
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputStream.cpp | 163 status_t res; in getBufferLocked() local 164 res = getBufferLockedCommon(&anb, &fenceFd); in getBufferLocked() 165 if (res != OK) { in getBufferLocked() 166 return res; in getBufferLocked() 189 status_t res = returnAnyBufferLocked(buffer, timestamp, /*output*/true); in returnBufferLocked() local 191 if (res != OK) { in returnBufferLocked() 192 return res; in returnBufferLocked() 211 status_t res; in returnBufferCheckedLocked() local 233 res = currentConsumer->cancelBuffer(currentConsumer.get(), in returnBufferCheckedLocked() 236 if (res != OK) { in returnBufferCheckedLocked() [all …]
|
D | Camera3SharedOutputStream.cpp | 40 status_t res = OK; in connectStreamSplitterLocked() local 47 res = mStreamSplitter->connect(mSurfaces, usage, camera3_stream::max_buffers, &mConsumer); in connectStreamSplitterLocked() 48 if (res != OK) { in connectStreamSplitterLocked() 50 __FUNCTION__, strerror(-res), res); in connectStreamSplitterLocked() 51 return res; in connectStreamSplitterLocked() 54 return res; in connectStreamSplitterLocked() 59 status_t res = OK; in notifyBufferReleased() local 63 res = mStreamSplitter->notifyBufferReleased(buffer); in notifyBufferReleased() 66 return res; in notifyBufferReleased() 108 status_t res; in getBufferLocked() local [all …]
|
D | Camera3StreamSplitter.cpp | 50 status_t res = OK; in connect() local 70 res = addOutputLocked(surfaces[i]); in connect() 71 if (res != OK) { in connect() 73 __FUNCTION__, strerror(-res), res); in connect() 74 return res; in connect() 97 res = mConsumer->consumerConnect(this, /* controlledByApp */ false); in connect() 100 return res; in connect() 145 status_t res = addOutputLocked(outputQueue); in addOutput() local 147 if (res != OK) { in addOutput() 148 SP_LOGE("%s: addOutputLocked failed %d", __FUNCTION__, res); in addOutput() [all …]
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | Camera2Client.cpp | 78 status_t res = mDevice->createDefaultRequest(CAMERA2_TEMPLATE_STILL_CAPTURE, &stillTemplate); in isZslEnabledInStillTemplate() local 79 if (res == OK) { in isZslEnabledInStillTemplate() 94 status_t res; in initializeImpl() local 96 res = Camera2ClientBase::initialize(providerPtr); in initializeImpl() 97 if (res != OK) { in initializeImpl() 98 return res; in initializeImpl() 104 res = l.mParameters.initialize(&(mDevice->info()), mDeviceVersion); in initializeImpl() 105 if (res != OK) { in initializeImpl() 107 __FUNCTION__, mCameraId, strerror(-res), res); in initializeImpl() 400 binder::Status res = binder::Status::ok(); in disconnect() local [all …]
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestGetPositionUri.cpp | 69 SLresult res = (*caller)->GetFillLevel(caller, &level); CheckErr(res); in PrefetchEventCallback() local 72 res = (*caller)->GetPrefetchStatus(caller, &status); CheckErr(res); in PrefetchEventCallback() 96 SLresult res; in PlayEventCallback() local 100 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res); in PlayEventCallback() 113 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res); in PlayEventCallback() 118 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res); in PlayEventCallback() 131 SLresult res; in TestGetPositionUri() local 156 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestGetPositionUri() 157 CheckErr(res); in TestGetPositionUri() 171 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestGetPositionUri() [all …]
|
D | slesTestSlowDownUri.cpp | 75 SLresult res = (*pRateItf)->GetRate(pRateItf, &rate); CheckErr(res); in PlayEventCallback() local 76 res = (*pRateItf)->GetRateRange(pRateItf, 0, &minRate, &maxRate, &stepSize, &capa); in PlayEventCallback() 77 CheckErr(res); in PlayEventCallback() 84 res = (*pRateItf)->SetRate(pRateItf, rate); CheckErr(res); in PlayEventCallback() 85 if (res == SL_RESULT_FEATURE_UNSUPPORTED) { in PlayEventCallback() 88 CheckErr(res); in PlayEventCallback() 182 SLresult res; in TestSlowDownUri() local 203 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); CheckErr(res); in TestSlowDownUri() 214 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestSlowDownUri() 215 iidArray, required); CheckErr(res); in TestSlowDownUri() [all …]
|
D | slesTestManyPlayers.cpp | 76 SLresult res; in PrefetchEventCallback() local 79 res = (*caller)->GetFillLevel(caller, &level); CheckErrPlyr(res, *pPlayerId); in PrefetchEventCallback() 82 res = (*caller)->GetPrefetchStatus(caller, &status); CheckErrPlyr(res, *pPlayerId); in PrefetchEventCallback() 107 SLresult res; in PlayEventCallback() local 116 res = (*caller)->GetPosition(caller, &pMsec); CheckErrPlyr(res, *pPlayerId); in PlayEventCallback() 123 res = (*caller)->GetPosition(caller, &pMsec); CheckErrPlyr(res, *pPlayerId); in PlayEventCallback() 132 SLresult res; in TestSetup() local 139 res = slCreateEngine( &slEngine, 1, EngineOption, 0, NULL, NULL); in TestSetup() 140 CheckErr(res); in TestSetup() 142 res = (*slEngine)->Realize(slEngine, SL_BOOLEAN_FALSE); in TestSetup() [all …]
|
D | slesTestPlayUri.cpp | 129 SLresult res; in TestPlayUri() local 149 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestPlayUri() 150 CheckErr(res); in TestPlayUri() 164 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestPlayUri() 165 iidArray, required); CheckErr(res); in TestPlayUri() 168 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestPlayUri() 169 CheckErr(res); in TestPlayUri() 188 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, in TestPlayUri() 189 MAX_NUMBER_INTERFACES, iidArray, required); CheckErr(res); in TestPlayUri() 192 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res); in TestPlayUri() [all …]
|
D | slesTestLoopUri.cpp | 126 SLresult res; in TestLoopUri() local 146 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestLoopUri() 147 CheckErr(res); in TestLoopUri() 158 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestLoopUri() 159 iidArray, required); CheckErr(res); in TestLoopUri() 162 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestLoopUri() 163 CheckErr(res); in TestLoopUri() 186 res = (*EngineItf)->CreateAudioPlayer(EngineItf, &player, &audioSource, &audioSink, in TestLoopUri() 187 MAX_NUMBER_INTERFACES, iidArray, required); CheckErr(res); in TestLoopUri() 190 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res); in TestLoopUri() [all …]
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestSawtoothBufferQueue.cpp | 59 void CheckErr( SLresult res ) in CheckErr() argument 61 if ( res != SL_RESULT_SUCCESS ) in CheckErr() 63 fprintf(stdout, "%u SL failure, exiting\n", res); in CheckErr() 88 SLresult res; in BufferQueueCallback() local 95 res = (*queueItf)->Enqueue(queueItf, (void*) pCntxt->pData, in BufferQueueCallback() 97 CheckErr(res); in BufferQueueCallback() 109 SLresult res; in TestPlaySawtoothBufferQueue() local 135 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestPlaySawtoothBufferQueue() 136 CheckErr(res); in TestPlaySawtoothBufferQueue() 149 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestPlaySawtoothBufferQueue() [all …]
|
D | slesTestDecodeAac.cpp | 209 SLresult res = (*caller)->GetPosition(caller, &position); in PlayCallback() local 210 ExitOnError(res); in PlayCallback() 241 SLresult res; in AndroidBufferQueueCallback() local 273 res = (*caller)->Enqueue(caller, (void *)&kEosBufferCntxt /*pBufferContext*/, in AndroidBufferQueueCallback() 277 ExitOnError(res); in AndroidBufferQueueCallback() 288 res = (*caller)->Enqueue(caller, NULL /*pBufferContext*/, in AndroidBufferQueueCallback() 290 ExitOnError(res); in AndroidBufferQueueCallback() 332 SLresult res; in DecPlayCallback() local 333 res = (*queueItf)->Enqueue(queueItf, pCntxt->pData, BUFFER_SIZE_IN_BYTES); in DecPlayCallback() 334 ExitOnError(res); in DecPlayCallback() [all …]
|
/frameworks/wilhelm/tests/ |
D | mimeUri_test.cpp | 63 void CheckErr( SLresult res ) in CheckErr() argument 65 if ( res != SL_RESULT_SUCCESS ) { in CheckErr() 66 fprintf(stderr, "%u SL failure, exiting\n", res); in CheckErr() 103 SLresult res; in TestPlayUri() local 123 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); in TestPlayUri() 124 CheckErr(res); in TestPlayUri() 138 res = (*EngineItf)->CreateOutputMix(EngineItf, &OutputMix, 0, in TestPlayUri() 139 iidArray, required); CheckErr(res); in TestPlayUri() 142 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); in TestPlayUri() 143 CheckErr(res); in TestPlayUri() [all …]
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraFlashlight.cpp | 78 status_t res = OK; in setTorchMode() local 96 res = createFlashlightControl(cameraId); in setTorchMode() 97 if (res) { in setTorchMode() 98 return res; in setTorchMode() 100 res = mFlashControl->setTorchMode(cameraId, enabled); in setTorchMode() 101 return res; in setTorchMode() 106 res = mFlashControl->setTorchMode(cameraId, enabled); in setTorchMode() 107 if (res == BAD_INDEX) { in setTorchMode() 111 res = createFlashlightControl(cameraId); in setTorchMode() 112 if (res) { in setTorchMode() [all …]
|
/frameworks/base/rs/java/android/renderscript/ |
D | Double3.java | 51 Double3 res = new Double3(); in add() local 52 res.x = a.x + b.x; in add() 53 res.y = a.y + b.y; in add() 54 res.z = a.z + b.z; in add() 56 return res; in add() 89 Double3 res = new Double3(); in add() local 90 res.x = a.x + b; in add() 91 res.y = a.y + b; in add() 92 res.z = a.z + b; in add() 94 return res; in add() [all …]
|
D | Double4.java | 54 Double4 res = new Double4(); in add() local 55 res.x = a.x + b.x; in add() 56 res.y = a.y + b.y; in add() 57 res.z = a.z + b.z; in add() 58 res.w = a.w + b.w; in add() 60 return res; in add() 95 Double4 res = new Double4(); in add() local 96 res.x = a.x + b; in add() 97 res.y = a.y + b; in add() 98 res.z = a.z + b; in add() [all …]
|
D | Float4.java | 54 Float4 res = new Float4(); in add() local 55 res.x = a.x + b.x; in add() 56 res.y = a.y + b.y; in add() 57 res.z = a.z + b.z; in add() 58 res.w = a.w + b.w; in add() 60 return res; in add() 95 Float4 res = new Float4(); in add() local 96 res.x = a.x + b; in add() 97 res.y = a.y + b; in add() 98 res.z = a.z + b; in add() [all …]
|
D | Float2.java | 48 Float2 res = new Float2(); in add() local 49 res.x = a.x + b.x; in add() 50 res.y = a.y + b.y; in add() 52 return res; in add() 83 Float2 res = new Float2(); in add() local 84 res.x = a.x + b; in add() 85 res.y = a.y + b; in add() 87 return res; in add() 108 Float2 res = new Float2(); in sub() local 109 res.x = a.x - b.x; in sub() [all …]
|
D | Double2.java | 49 Double2 res = new Double2(); in add() local 50 res.x = a.x + b.x; in add() 51 res.y = a.y + b.y; in add() 53 return res; in add() 84 Double2 res = new Double2(); in add() local 85 res.x = a.x + b; in add() 86 res.y = a.y + b; in add() 88 return res; in add() 109 Double2 res = new Double2(); in sub() local 110 res.x = a.x - b.x; in sub() [all …]
|
D | Float3.java | 51 Float3 res = new Float3(); in add() local 52 res.x = a.x + b.x; in add() 53 res.y = a.y + b.y; in add() 54 res.z = a.z + b.z; in add() 56 return res; in add() 89 Float3 res = new Float3(); in add() local 90 res.x = a.x + b; in add() 91 res.y = a.y + b; in add() 92 res.z = a.z + b; in add() 94 return res; in add() [all …]
|
/frameworks/wilhelm/tests/native-media/jni/ |
D | native-media-jni.c | 102 XAresult res; in AndroidBufferQueueCallback() local 117 res = (*playerBQItf)->Clear(playerBQItf); in AndroidBufferQueueCallback() 118 assert(XA_RESULT_SUCCESS == res); in AndroidBufferQueueCallback() 196 res = (*caller)->Enqueue(caller, NULL /*pBufferContext*/, in AndroidBufferQueueCallback() 201 assert(XA_RESULT_SUCCESS == res); in AndroidBufferQueueCallback() 209 res = (*caller)->Enqueue(caller, (void *)&kEosBufferCntxt /*pBufferContext*/, in AndroidBufferQueueCallback() 214 assert(XA_RESULT_SUCCESS == res); in AndroidBufferQueueCallback() 242 XAresult res; in StreamChangeCallback() local 244 res = (*caller)->QueryStreamType(caller, streamIndex, &domain); in StreamChangeCallback() 245 assert(XA_RESULT_SUCCESS == res); in StreamChangeCallback() [all …]
|
/frameworks/base/core/tests/coretests/src/android/content/res/ |
D | ConfigurationBoundResourceCacheTest.java | 17 package android.content.res; 44 final Resources res = getActivity().getResources(); in testGetEmpty() local 45 assertNull(mCache.getInstance(-1, res, null)); in testGetEmpty() 51 final Resources res = getActivity().getResources(); in testSetGet() local 52 assertEquals(5f, mCache.getInstance(1, res, null)); in testSetGet() 53 assertNotSame(5f, mCache.getInstance(1, res, null)); in testSetGet() 54 assertEquals(null, mCache.getInstance(1, res, getActivity().getTheme())); in testSetGet() 60 final Resources res = getActivity().getResources(); in testSetGetThemed() local 61 assertEquals(null, mCache.getInstance(1, res, null)); in testSetGetThemed() 62 assertEquals(5f, mCache.getInstance(1, res, getActivity().getTheme())); in testSetGetThemed() [all …]
|