HomeSort by relevance Sort by last modified time
    Searched refs:tOmx (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/
OMXClient.cpp 48 sp<IOmx> tOmx = IOmx::getService(name);
49 if (tOmx.get() == nullptr) {
53 if (!tOmx->isRemote()) {
57 mOMX = new utils::LWOmx(tOmx);
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 85 sp<IOmx> tOmx = IOmx::getService();
86 if (tOmx == nullptr) {
89 mOMX = new utils::LWOmx(tOmx);
  /hardware/google/av/media/sfplugin/
CCodec.cpp 872 sp<IOmx> tOmx = IOmx::getService("default");
873 if (tOmx == nullptr) {
878 sp<IOMX> omx = new utils::LWOmx(tOmx);
    [all...]

Completed in 399 milliseconds