Searched defs:bufferType (Results 1 - 4 of 4) 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/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DTextViewBindingAdapter.java86 @BindingAdapter({"android:bufferType"})
87 public static void setBufferType(TextView view, TextView.BufferType bufferType) { argument
88 view.setText(view.getText(), bufferType);
/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.cpp493 MetadataBufferType bufferType = *(MetadataBufferType *)src; local
494 bool usingANWBuffer = bufferType == kMetadataBufferTypeANWBuffer;
495 if (!usingANWBuffer && bufferType != kMetadataBufferTypeGrallocSource) {
496 ALOGE("Unsupported metadata type (%d)", bufferType);

Completed in 423 milliseconds