Searched refs:getOMX (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/services/mediacodec/
H A DMediaCodecService.cpp25 sp<IOMX> MediaCodecService::getOMX() { function in class:android::MediaCodecService
H A DMediaCodecService.h36 virtual sp<IOMX> getOMX();
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp180 const sp<IOMX> &getOMX(node_id node) const;
237 const sp<IOMX> &MuxOMX::getOMX(node_id node) const { function in class:android::MuxOMX
256 return getOMX(node)->livesLocally(node, pid);
325 return getOMX(node)->sendCommand(node, cmd, param);
331 return getOMX(node)->getParameter(node, index, params, size);
337 return getOMX(node)->setParameter(node, index, params, size);
343 return getOMX(node)->getConfig(node, index, params, size);
349 return getOMX(node)->setConfig(node, index, params, size);
354 return getOMX(node)->getState(node, state);
359 return getOMX(nod
[all...]
/frameworks/av/include/media/
H A DIMediaCodecService.h33 virtual sp<IOMX> getOMX() = 0;
H A DIMediaPlayerService.h52 virtual sp<IOMX> getOMX() = 0;
/frameworks/av/media/libmedia/
H A DIMediaCodecService.cpp41 virtual sp<IOMX> getOMX() { function in class:android::BpMediaCodecService
61 sp<IOMX> omx = getOMX();
H A DIMediaPlayerService.cpp86 virtual sp<IOMX> getOMX() { function in class:android::BpMediaPlayerService
166 sp<IOMX> omx = getOMX();
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h222 virtual sp<IOMX> getOMX();
H A DMediaPlayerService.cpp350 sp<IOMX> MediaPlayerService::getOMX() { function in class:android::MediaPlayerService
351 ALOGI("MediaPlayerService::getOMX");
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp913 sp<IOMX> omx = service->getOMX();
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp62 mOMX = service->getOMX();

Completed in 215 milliseconds