HomeSort by relevance Sort by last modified time
    Searched defs:OMXNodeInstance (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/include/
OMXNodeInstance.h 32 struct OMXNodeInstance {
33 OMXNodeInstance(
128 ~OMXNodeInstance();
159 OMXNodeInstance(const OMXNodeInstance &);
160 OMXNodeInstance &operator=(const OMXNodeInstance &);
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 18 #define LOG_TAG "OMXNodeInstance"
21 #include "../include/OMXNodeInstance.h"
84 OMX_CALLBACKTYPE OMXNodeInstance::kCallbacks = {
88 OMXNodeInstance::OMXNodeInstance(
97 OMXNodeInstance::~OMXNodeInstance() {
101 void OMXNodeInstance::setHandle(OMX::node_id node_id, OMX_HANDLETYPE handle) {
107 sp<GraphicBufferSource> OMXNodeInstance::getGraphicBufferSource() {
112 void OMXNodeInstance::setGraphicBufferSource
    [all...]

Completed in 154 milliseconds