Home
last modified time | relevance | path

Searched refs:mFront (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/services/surfaceflinger/
DLayerRejecter.cpp34 : mFront(front), in LayerRejecter()
66 if (mFront.active_legacy != mFront.requested_legacy) { in reject()
68 (bufWidth == mFront.requested_legacy.w && bufHeight == mFront.requested_legacy.h)) { in reject()
72 mFront.active_legacy = mFront.requested_legacy; in reject()
80 mCurrent.active_legacy = mFront.active_legacy; in reject()
88 if (mFront.crop_legacy != mFront.requestedCrop_legacy) { in reject()
89 mFront.crop_legacy = mFront.requestedCrop_legacy; in reject()
90 mCurrent.crop_legacy = mFront.requestedCrop_legacy; in reject()
102 mFront.active_legacy.w, mFront.active_legacy.h, mFront.crop_legacy.left, in reject()
103 mFront.crop_legacy.top, mFront.crop_legacy.right, mFront.crop_legacy.bottom, in reject()
[all …]
DLayerRejecter.h38 Layer::State &mFront;
/frameworks/wilhelm/src/itf/
DI3DMacroscopic.cpp108 thiz->mOrientationVectors.mFront = front; in I3DMacroscopic_SetOrientationVectors()
164 SLVec3D front = thiz->mOrientationVectors.mFront; in I3DMacroscopic_GetOrientationVectors()
222 thiz->mOrientationVectors.mFront.x = 0; in I3DMacroscopic_init()
223 thiz->mOrientationVectors.mFront.y = 0; in I3DMacroscopic_init()
224 thiz->mOrientationVectors.mFront.z = -1000; in I3DMacroscopic_init()
DIAndroidBufferQueue.cpp270 thiz->mFront = &thiz->mBufferArray[0]; in IAndroidBufferQueue_Clear()
367 } else if (newRear == thiz->mFront) { in IAndroidBufferQueue_Enqueue()
483 thiz->mFront = NULL; in IAndroidBufferQueue_init()
531 thiz->mFront, thiz->mFront - thiz->mBufferArray,
535 for (hdr = thiz->mFront; hdr != thiz->mRear; ) {
DIBufferQueue.cpp61 if (newRear == thiz->mFront) { in IBufferQueue_Enqueue()
95 thiz->mFront = &thiz->mArray[0]; in IBufferQueue_Clear()
188 thiz->mFront = NULL; in IBufferQueue_init()
DIOutputMixExt.cpp73 audioPlayer->mBufferQueue.mFront = &audioPlayer->mBufferQueue.mArray[0]; in track_check()
108 oldFront = audioPlayer->mBufferQueue.mFront; in track_check()
135 oldFront = audioPlayer->mBufferQueue.mFront; in track_check()
276 oldFront = bufferQueue->mFront; in IOutputMixExt_FillBuffer()
284 bufferQueue->mFront = (BufferHeader *) newFront; in IOutputMixExt_FillBuffer()
DI3DLocation.cpp176 thiz->mOrientationVectors.mFront = front; in I3DLocation_SetOrientationVectors()
251 SLVec3D front = thiz->mOrientationVectors.mFront; in I3DLocation_GetOrientationVectors()
DIEngine.cpp42 ap->mBufferQueue.mFront = ap->mBufferQueue.mArray; in initializeBufferQueueMembers()
86 ap->mAndroidBufferQueue.mFront = ap->mAndroidBufferQueue.mBufferArray; in initializeAndroidBufferQueueMembers()
521 thiz->mBufferQueue.mFront = thiz->mBufferQueue.mArray; in IEngine_CreateAudioRecorder()
1229 thiz->mAndroidBufferQueue.mFront = in IEngine_CreateMediaPlayer()
DIPlay.cpp59 if ((NULL != audioPlayer) && (audioPlayer->mBufferQueue.mFront != in IPlay_SetPlayState()
/frameworks/wilhelm/src/android/
DBufferQueueSource.cpp75 assert(mAndroidBufferQueueSource->mFront != mAndroidBufferQueueSource->mRear); in readAt()
77 AdvancedBufferHeader *oldFront = mAndroidBufferQueueSource->mFront; in readAt()
114 mAndroidBufferQueueSource->mFront = newFront; in readAt()
Dandroid_StreamPlayer.cpp147 assert(mAndroidBufferQueue->mFront != mAndroidBufferQueue->mRear); in pullFromBuffQueue()
149 oldFront = mAndroidBufferQueue->mFront; in pullFromBuffQueue()
229 mAndroidBufferQueue->mFront = newFront; in pullFromBuffQueue()
DAudioRecorder_to_android.cpp329 assert(ar->mBufferQueue.mFront != ar->mBufferQueue.mRear); in audioRecorder_callback()
331 BufferHeader *oldFront = ar->mBufferQueue.mFront; in audioRecorder_callback()
351 ar->mBufferQueue.mFront = newFront; in audioRecorder_callback()
DAudioPlayer_to_android.cpp161 assert(ap->mBufferQueue.mFront != ap->mBufferQueue.mRear); in adecoder_writeToBufferQueue()
163 BufferHeader *oldFront = ap->mBufferQueue.mFront; in adecoder_writeToBufferQueue()
182 ap->mBufferQueue.mFront = newFront; in adecoder_writeToBufferQueue()
1270 assert(ap->mBufferQueue.mFront != ap->mBufferQueue.mRear); in audioTrack_callBack_pullFromBuffQueue()
1272 BufferHeader *oldFront = ap->mBufferQueue.mFront; in audioTrack_callBack_pullFromBuffQueue()
1294 ap->mBufferQueue.mFront = newFront; in audioTrack_callBack_pullFromBuffQueue()
/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp182 front = android_atomic_acquire_load(&cblk->u.mStreaming.mFront); in obtainBuffer()
187 front = cblk->u.mStreaming.mFront; in obtainBuffer()
202 cblk->u.mStreaming.mFront = rear; in obtainBuffer()
363 int32_t front = cblk->u.mStreaming.mFront; in releaseBuffer()
364 android_atomic_release_store(stepCount + front, &cblk->u.mStreaming.mFront); in releaseBuffer()
393 return (mFrameCountP2 - (mIsOut ? cblk->u.mStreaming.mRear : cblk->u.mStreaming.mFront)) & in getMisalignment()
682 int32_t front = cblk->u.mStreaming.mFront; in flushBufferIfNeeded()
706 android_atomic_release_store(newFront, &cblk->u.mStreaming.mFront); in flushBufferIfNeeded()
726 const int32_t front = mCblk->u.mStreaming.mFront; in getRear()
777 front = cblk->u.mStreaming.mFront; in obtainBuffer()
[all …]
/frameworks/wilhelm/src/
Ditfstruct.h140 SLVec3D mFront; member
165 SLVec3D mFront; member
239 BufferHeader *mFront, *mRear; member
680 AdvancedBufferHeader *mFront, *mRear; member
/frameworks/av/include/private/media/
DAudioTrackShared.h59 volatile int32_t mFront; // read by consumer (output: server, input: client) member
484 int32_t front = mCblk->u.mStreaming.mFront; in flush()
485 android_atomic_release_store(rear, &mCblk->u.mStreaming.mFront); in flush()