Searched defs:bufferType (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIAndroidBufferQueue.c56 SLuint16 bufferType, AdvancedBufferHeader *pBuff, bool *pEOS)
59 switch (bufferType) {
93 switch (bufferType) {
180 }// switch (bufferType)
188 switch (bufferType) {
54 setItems(SLuint32 dataLength, const SLAndroidBufferItem *pItems, SLuint32 itemsLength, SLuint16 bufferType, AdvancedBufferHeader *pBuff, bool *pEOS) argument
/frameworks/rs/
H A DrsMesh.cpp223 const Type *bufferType = mHal.state.vertexBuffers[ct]->getType(); local
224 const Element *bufferElem = bufferType->getElement();
235 numVerts = bufferType->getDimX();
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp484 MetadataBufferType bufferType = *(MetadataBufferType *)src; local
485 bool usingGraphicBuffer = bufferType == kMetadataBufferTypeGraphicBuffer;
486 if (!usingGraphicBuffer && bufferType != kMetadataBufferTypeGrallocSource) {
487 ALOGE("Unsupported metadata type (%d)", bufferType);

Completed in 295 milliseconds