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

/frameworks/av/media/libstagefright/include/
H A DOMXNodeInstance.h33 struct OMXNodeInstance { struct in namespace:android
34 OMXNodeInstance(
199 ~OMXNodeInstance();
269 OMXNodeInstance(const OMXNodeInstance &);
270 OMXNodeInstance &operator=(const OMXNodeInstance &);
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp18 #define LOG_TAG "OMXNodeInstance"
23 #include "../include/OMXNodeInstance.h"
193 OMX_CALLBACKTYPE OMXNodeInstance::kCallbacks = {
206 OMXNodeInstance::OMXNodeInstance( function in class:android::OMXNodeInstance
232 OMXNodeInstance::~OMXNodeInstance() {
237 void OMXNodeInstance::setHandle(OMX::node_id node_id, OMX_HANDLETYPE handle) {
244 sp<GraphicBufferSource> OMXNodeInstance::getGraphicBufferSource() {
249 void OMXNodeInstance
[all...]

Completed in 228 milliseconds