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(
142 ~OMXNodeInstance();
173 OMXNodeInstance(const OMXNodeInstance &);
174 OMXNodeInstance &operator=(const OMXNodeInstance &);
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 18 #define LOG_TAG "OMXNodeInstance"
21 #include "../include/OMXNodeInstance.h"
88 OMX_CALLBACKTYPE OMXNodeInstance::kCallbacks = {
92 OMXNodeInstance::OMXNodeInstance(
101 OMXNodeInstance::~OMXNodeInstance() {
105 void OMXNodeInstance::setHandle(OMX::node_id node_id, OMX_HANDLETYPE handle) {
111 sp<GraphicBufferSource> OMXNodeInstance::getGraphicBufferSource() {
116 void OMXNodeInstance::setGraphicBufferSource
    [all...]

Completed in 1521 milliseconds