Searched defs:OMXNodeInstance (Results 1 - 2 of 2) sorted by path

/frameworks/av/media/libstagefright/include/
H A DOMXNodeInstance.h32 struct OMXNodeInstance { struct in namespace:android
33 OMXNodeInstance(
164 ~OMXNodeInstance();
208 OMXNodeInstance(const OMXNodeInstance &);
209 OMXNodeInstance &operator=(const OMXNodeInstance &);
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp18 #define LOG_TAG "OMXNodeInstance"
23 #include "../include/OMXNodeInstance.h"
153 OMX_CALLBACKTYPE OMXNodeInstance::kCallbacks = {
166 OMXNodeInstance::OMXNodeInstance( function in class:android::OMXNodeInstance
187 OMXNodeInstance::~OMXNodeInstance() {
192 void OMXNodeInstance::setHandle(OMX::node_id node_id, OMX_HANDLETYPE handle) {
199 sp<GraphicBufferSource> OMXNodeInstance::getGraphicBufferSource() {
204 void OMXNodeInstance
[all...]

Completed in 79 milliseconds