Searched refs:bufferID (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/media/libmedia/aidl/android/
H A DIOMXBufferSource.aidl51 void onInputBufferAdded(int bufferID);
61 void onInputBufferEmptied(int bufferID, in OMXFenceParcelable fenceParcel);
/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DWOmxBufferSource.h66 ::android::binder::Status onInputBufferAdded(int32_t bufferID) override;
68 int32_t bufferID, OMXFenceParcelable const& fenceParcel) override;
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
H A DWOmxBufferSource.h66 ::android::binder::Status onInputBufferAdded(int32_t bufferID) override;
68 int32_t bufferID, OMXFenceParcelable const& fenceParcel) override;
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp261 uint32_t portIndex, IOMX::buffer_id bufferID,
266 if (info->mBufferID == bufferID) {
512 IOMX::buffer_id bufferID; local
513 CHECK(msg->findInt32("buffer-id", (int32_t*)&bufferID));
514 BufferInfo *info = findBufferByID(kPortIndexInput, bufferID);
523 ALOGV("Caught a stale input buffer [ID %d]", bufferID);
580 ALOGV("Handled kWhatInputBufferFilled. [ID %u]", bufferID);
584 IOMX::buffer_id bufferID; local
585 CHECK(msg->findInt32("buffer-id", (int32_t*)&bufferID));
586 BufferInfo *info = findBufferByID(kPortIndexOutput, bufferID);
260 findBufferByID( uint32_t portIndex, IOMX::buffer_id bufferID, ssize_t *index) argument
[all...]
/frameworks/av/media/libstagefright/include/
H A DACodecBufferChannel.h106 void fillThisBuffer(IOMX::buffer_id bufferID);
113 void drainThisBuffer(IOMX::buffer_id bufferID, OMX_U32 omxFlags);
/frameworks/rs/driver/
H A DrsdMeshObj.cpp153 if (drvAlloc->bufferID) {
154 mAttribs[ct].buffer = drvAlloc->bufferID;
172 if (drvAlloc->bufferID) {
173 RSD_CALL_GL(glBindBuffer, GL_ELEMENT_ARRAY_BUFFER, drvAlloc->bufferID);
H A DrsdAllocation.h43 uint32_t bufferID; member in struct:DrvAllocation
H A DrsdAllocation.cpp231 if (!drv->bufferID) {
232 RSD_CALL_GL(glGenBuffers, 1, &drv->bufferID);
234 if (!drv->bufferID) {
239 RSD_CALL_GL(glBindBuffer, drv->glTarget, drv->bufferID);
539 if (drv->bufferID) {
/frameworks/av/include/media/stagefright/
H A DMediaFilter.h124 uint32_t portIndex, IOMX::buffer_id bufferID,
H A DACodec.h339 uint32_t portIndex, IOMX::buffer_id bufferID,
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaFilter.h124 uint32_t portIndex, IOMX::buffer_id bufferID,
H A DACodec.h339 uint32_t portIndex, IOMX::buffer_id bufferID,
/frameworks/av/media/libstagefright/
H A DACodec.cpp271 bool onOMXEmptyBufferDone(IOMX::buffer_id bufferID, int fenceFd);
274 IOMX::buffer_id bufferID,
1659 uint32_t portIndex, IOMX::buffer_id bufferID, ssize_t *index) {
1663 if (info->mBufferID == bufferID) {
1671 ALOGE("Could not find buffer with ID %u", bufferID);
5533 IOMX::buffer_id bufferID; local
5536 CHECK(msg->findInt32("buffer", (int32_t*)&bufferID));
5539 return onOMXEmptyBufferDone(bufferID, fenceFd);
5544 IOMX::buffer_id bufferID; local
5545 CHECK(msg->findInt32("buffer", (int32_t*)&bufferID));
1658 findBufferByID( uint32_t portIndex, IOMX::buffer_id bufferID, ssize_t *index) argument
5616 onOMXEmptyBufferDone(IOMX::buffer_id bufferID, int fenceFd) argument
5679 IOMX::buffer_id bufferID; local
5936 onOMXFillBufferDone( IOMX::buffer_id bufferID, size_t rangeOffset, size_t rangeLength, OMX_U32 flags, int64_t timeUs, int fenceFd) argument
6098 IOMX::buffer_id bufferID; local
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java1338 long bufferID = ((long)rbuf[1] << 32L) + ((long)rbuf[0] & 0xffffffffL);
1339 Allocation.sendBufferNotification(bufferID);

Completed in 281 milliseconds