![]() |
libxcoder
5.2.0
|
Public definitions related to resource management of NETINT video processing devices on Android. More...
Go to the source code of this file.
Data Structures | |
class | BpSharedBuffer |
Macros | |
#define | LOG_TAG "ISharedBuffer" |
Enumerations | |
enum | { GET_BUFFER = IBinder::FIRST_CALL_TRANSACTION, GET_FD, SET_FD } |
Functions | |
IMPLEMENT_META_INTERFACE (SharedBuffer, "net.int.ISharedBuffer") | |
Public definitions related to resource management of NETINT video processing devices on Android.
Definition in file ISharedBuffer.cpp.
#define LOG_TAG "ISharedBuffer" |
Definition at line 29 of file ISharedBuffer.cpp.
anonymous enum |
Enumerator | |
---|---|
GET_BUFFER | |
GET_FD | |
SET_FD |
Definition at line 37 of file ISharedBuffer.cpp.
IMPLEMENT_META_INTERFACE | ( | SharedBuffer | , |
"net.int.ISharedBuffer" | |||
) |