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

/frameworks/av/media/libmedia/
H A DOMXBuffer.cpp115 BufferType bufferType = (BufferType) parcel->readInt32(); local
116 CHECK(bufferType != kBufferTypeHidlMemory);
118 switch(bufferType) {
171 mBufferType = bufferType;
/frameworks/wilhelm/src/itf/
H A DIAndroidBufferQueue.cpp56 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/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DTextViewBindingAdapter.java109 @BindingAdapter({"android:bufferType"})
110 public static void setBufferType(TextView view, TextView.BufferType bufferType) { argument
111 view.setText(view.getText(), bufferType);
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp528 MetadataBufferType bufferType = *(MetadataBufferType *)src; local
529 bool usingANWBuffer = bufferType == kMetadataBufferTypeANWBuffer;
530 if (!usingANWBuffer && bufferType != kMetadataBufferTypeGrallocSource) {
531 ALOGE("Unsupported metadata type (%d)", bufferType);

Completed in 1109 milliseconds