HomeSort by relevance Sort by last modified time
    Searched refs:BufferState (Results 1 - 16 of 16) sorted by null

  /frameworks/native/include/binder/
BufferedTextOutput.h 48 struct BufferState;
54 BufferState*getBuffer() const;
61 BufferState* mGlobalState;
  /frameworks/native/libs/gui/
BufferSlot.cpp 21 const char* BufferSlot::bufferStateName(BufferState state) {
BufferQueueCore.cpp 165 BufferSlot::BufferState state = mSlots[s].mBufferState;
  /frameworks/native/include/gui/
BufferSlot.h 52 // BufferState represents the different states in which a buffer slot
54 enum BufferState {
93 static const char* bufferStateName(BufferState state);
96 BufferState mBufferState;
  /frameworks/native/libs/binder/
BufferedTextOutput.cpp 35 struct BufferedTextOutput::BufferState : public RefBase
37 BufferState(int32_t _seq)
46 ~BufferState() {
84 Vector<sp<BufferedTextOutput::BufferState> > states;
145 mGlobalState = new BufferState(mSeq);
160 BufferState* b = getBuffer();
226 BufferState* b = getBuffer();
234 BufferState* b = getBuffer();
241 BufferState* b = getBuffer();
261 BufferedTextOutput::BufferState* BufferedTextOutput::getBuffer() cons
    [all...]
  /external/chromium_org/media/cast/sender/
vp8_encoder.h 63 struct BufferState {
99 BufferState buffer_state_[kNumberOfVp8VideoBuffers];
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Buffers.c 86 pBuffer->BufferState = LVM_FIRSTCALL;
117 if (pBuffer->BufferState == LVM_FIRSTCALL)
119 pBuffer->BufferState = LVM_FIRSTLASTCALL;
123 pBuffer->BufferState = LVM_LASTCALL;
132 if (((pBuffer->BufferState == LVM_FIRSTCALL) ||
133 (pBuffer->BufferState == LVM_FIRSTLASTCALL)) &&
171 if ((pBuffer->BufferState == LVM_FIRSTLASTCALL) ||
172 (pBuffer->BufferState == LVM_LASTCALL))
303 pBuffer->BufferState = LVM_FIRSTCALL;
399 pBuffer->BufferState = LVM_LASTCALL; /* Indicate this is the last bock to process *
    [all...]
LVM_Private.h 145 LVM_INT16 BufferState; /* Buffer status */
LVM_Init.c 551 pInstance->pBufferManagement->BufferState = LVM_FIRSTCALL; /* Set the state ready for the first call */
    [all...]
  /bionic/libc/kernel/uapi/drm/
i810_drm.h 152 unsigned int BufferState[I810_DEST_SETUP_SIZE];
  /external/kernel-headers/original/uapi/drm/
i810_drm.h 151 unsigned int BufferState[I810_DEST_SETUP_SIZE];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
i810_drm.h 151 unsigned int BufferState[I810_DEST_SETUP_SIZE];
i830_drm.h 186 unsigned int BufferState[I830_DEST_SETUP_SIZE];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
i810_drm.h 151 unsigned int BufferState[I810_DEST_SETUP_SIZE];
i830_drm.h 186 unsigned int BufferState[I830_DEST_SETUP_SIZE];
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp     [all...]

Completed in 2218 milliseconds