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(
152 ~OMXNodeInstance();
192 OMXNodeInstance(const OMXNodeInstance &);
193 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(
105 OMXNodeInstance::~OMXNodeInstance() {
109 void OMXNodeInstance::setHandle(OMX::node_id node_id, OMX_HANDLETYPE handle) {
115 sp<GraphicBufferSource> OMXNodeInstance::getGraphicBufferSource() {
120 void OMXNodeInstance::setGraphicBufferSource
    [all...]

Completed in 8196 milliseconds