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

  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
SoftOMXComponent.h 29 struct SoftOMXComponent : public RefBase {
30 SoftOMXComponent(
44 virtual ~SoftOMXComponent();
168 DISALLOW_EVIL_CONSTRUCTORS(SoftOMXComponent);
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 18 #define LOG_TAG "SoftOMXComponent"
21 #include <media/stagefright/omx/SoftOMXComponent.h>
26 SoftOMXComponent::SoftOMXComponent(
65 SoftOMXComponent::~SoftOMXComponent() {
70 void SoftOMXComponent::setLibHandle(void *libHandle) {
75 void *SoftOMXComponent::libHandle() const {
79 OMX_ERRORTYPE SoftOMXComponent::initCheck() const {
83 const char *SoftOMXComponent::name() const
    [all...]

Completed in 75 milliseconds