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

/frameworks/av/media/libstagefright/include/
H A DOMXNodeInstance.h32 struct OMXNodeInstance { struct in namespace:android
33 OMXNodeInstance(
195 ~OMXNodeInstance();
263 OMXNodeInstance(const OMXNodeInstance &);
264 OMXNodeInstance &operator=(const OMXNodeInstance &);
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp18 #define LOG_TAG "OMXNodeInstance"
23 #include "../include/OMXNodeInstance.h"
179 OMX_CALLBACKTYPE OMXNodeInstance::kCallbacks = {
192 OMXNodeInstance::OMXNodeInstance( function in class:android::OMXNodeInstance
216 OMXNodeInstance::~OMXNodeInstance() {
221 void OMXNodeInstance::setHandle(OMX::node_id node_id, OMX_HANDLETYPE handle) {
228 sp<GraphicBufferSource> OMXNodeInstance::getGraphicBufferSource() {
233 void OMXNodeInstance
[all...]

Completed in 39 milliseconds