Home
last modified time | relevance | path

Searched refs:IOMX (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/av/media/libmedia/
DIOMX.cpp67 class BpOMX : public BpInterface<IOMX> {
70 : BpInterface<IOMX>(impl) { in BpOMX()
75 data.writeInterfaceToken(IOMX::getInterfaceDescriptor()); in livesLocally()
87 data.writeInterfaceToken(IOMX::getInterfaceDescriptor()); in listNodes()
110 data.writeInterfaceToken(IOMX::getInterfaceDescriptor()); in allocateNode()
130 data.writeInterfaceToken(IOMX::getInterfaceDescriptor()); in freeNode()
140 data.writeInterfaceToken(IOMX::getInterfaceDescriptor()); in sendCommand()
153 data.writeInterfaceToken(IOMX::getInterfaceDescriptor()); in getParameter()
174 data.writeInterfaceToken(IOMX::getInterfaceDescriptor()); in setParameter()
188 data.writeInterfaceToken(IOMX::getInterfaceDescriptor()); in getConfig()
[all …]
DIMediaCodecService.cpp41 virtual sp<IOMX> getOMX() { in getOMX()
45 return interface_cast<IOMX>(reply.readStrongBinder()); in getOMX()
61 sp<IOMX> omx = getOMX(); in onTransact()
DIMediaPlayerService.cpp86 virtual sp<IOMX> getOMX() { in getOMX()
90 return interface_cast<IOMX>(reply.readStrongBinder()); in getOMX()
166 sp<IOMX> omx = getOMX(); in onTransact()
DAndroid.mk60 IOMX.cpp \
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.h37 IOMX::buffer_id mID;
47 IOMX::node_id node, omx_message *msg, int64_t timeoutUs = -1);
50 IOMX::node_id node,
56 IOMX::node_id node, OMX_U32 portIndex,
61 IOMX::node_id node, OMX_U32 portIndex,
64 status_t setRole(IOMX::node_id node, const char *role);
88 sp<IOMX> mOMX;
DOMXHarness.cpp76 IOMX::node_id node, omx_message *msg, int64_t timeoutUs) { in dequeueMessageForNode()
123 IOMX::node_id node, in dequeueMessageForNodeIgnoringBuffers()
161 IOMX::node_id node, OMX_U32 portIndex, in getPortDefinition()
183 IOMX::node_id node, OMX_U32 portIndex, in allocatePortBuffers()
207 status_t Harness::setRole(IOMX::node_id node, const char *role) { in setRole()
223 NodeReaper(const sp<Harness> &harness, IOMX::node_id node) in NodeReaper()
241 IOMX::node_id mNode;
267 IOMX::node_id node; in testStateTransitions()
738 List<IOMX::ComponentInfo> componentInfos; in testAll()
742 for (List<IOMX::ComponentInfo>::iterator it = componentInfos.begin(); in testAll()
[all …]
/frameworks/av/media/libstagefright/
DOMXClient.cpp40 struct MuxOMX : public IOMX {
41 MuxOMX(const sp<IOMX> &mediaServerOMX, const sp<IOMX> &mediaCodecOMX);
166 sp<IOMX> mMediaServerOMX;
167 sp<IOMX> mMediaCodecOMX;
168 sp<IOMX> mLocalOMX;
180 const sp<IOMX> &getOMX(node_id node) const;
181 const sp<IOMX> &getOMX_l(node_id node) const;
188 MuxOMX::MuxOMX(const sp<IOMX> &mediaServerOMX, const sp<IOMX> &mediaCodecOMX) in MuxOMX()
237 const sp<IOMX> &MuxOMX::getOMX(node_id node) const { in getOMX()
242 const sp<IOMX> &MuxOMX::getOMX_l(node_id node) const { in getOMX_l()
[all …]
DACodec.cpp251 bool onOMXEmptyBufferDone(IOMX::buffer_id bufferID, int fenceFd);
254 IOMX::buffer_id bufferID,
1127 IOMX::buffer_id bufferId; in allocateOutputBuffersFromNativeWindow()
1297 res = fence->wait(IOMX::kFenceTimeoutMs); in waitForFence()
1592 uint32_t portIndex, IOMX::buffer_id bufferID, ssize_t *index) { in findBufferByID()
1700 const sp<IOMX> &omx, IOMX::node_id node, const char *role) { in setComponentRole()
4616 const sp<IOMX> &omx, IOMX::node_id node, in describeColorFormat()
4642 const sp<IOMX> &omx, IOMX::node_id node, in isFlexibleColorFormat()
5305 IOMX::buffer_id id, const sp<ABuffer> &buffer, in addBuffer()
5317 IOMX::buffer_id ACodec::PortDescription::bufferIDAt(size_t index) const { in bufferIDAt()
[all …]
/frameworks/av/include/media/stagefright/
DACodec.h76 IOMX::buffer_id bufferIDAt(size_t index) const;
84 Vector<IOMX::buffer_id> mBufferIDs;
91 IOMX::buffer_id id, const sp<ABuffer> &buffer,
98 const sp<IOMX> &omx, IOMX::node_id node,
189 IOMX::buffer_id mBufferID;
245 sp<IOMX> mOMX;
247 IOMX::node_id mNode;
340 uint32_t portIndex, IOMX::buffer_id bufferID,
346 const sp<IOMX> &omx, IOMX::node_id node, const char *role);
546 const sp<IOMX> &omx, IOMX::node_id node,
DMediaFilter.h53 virtual IOMX::buffer_id bufferIDAt(size_t index) const;
62 Vector<IOMX::buffer_id> mBufferIDs;
65 void addBuffer(IOMX::buffer_id id, const sp<ABuffer> &buffer);
80 IOMX::buffer_id mBufferID;
143 uint32_t portIndex, IOMX::buffer_id bufferID,
DOMXClient.h32 sp<IOMX> interface() { in interface()
37 sp<IOMX> mOMX;
DCodecBase.h90 virtual IOMX::buffer_id bufferIDAt(size_t index) const = 0;
DMediaCodecList.h118 sp<IOMX> mOMX;
/frameworks/av/include/media/
DIOMX.h43 class IOMX : public IInterface {
212 IOMX::node_id node;
225 IOMX::buffer_id buffer;
230 IOMX::buffer_id buffer;
255 class BnOMX : public BnInterface<IOMX> {
263 virtual bool isSecure(IOMX::node_id node) { in isSecure()
DIMediaPlayerService.h38 class IOMX; variable
52 virtual sp<IOMX> getOMX() = 0;
DIMediaCodecService.h33 virtual sp<IOMX> getOMX() = 0;
/frameworks/av/services/mediacodec/
DMediaCodecService.h36 virtual sp<IOMX> getOMX();
43 sp<IOMX> mOMX;
DMediaCodecService.cpp25 sp<IOMX> MediaCodecService::getOMX() { in getOMX()
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp1333 return fence->wait(IOMX::kFenceTimeoutMs); in storeFenceInMeta_l()
1439 inline static const char *asString(IOMX::InternalOptionType i, const char *def = "??") { in asString()
1441 case IOMX::INTERNAL_OPTION_SUSPEND: return "SUSPEND"; in asString()
1442 case IOMX::INTERNAL_OPTION_REPEAT_PREVIOUS_FRAME_DELAY: in asString()
1444 case IOMX::INTERNAL_OPTION_MAX_TIMESTAMP_GAP: return "MAX_TIMESTAMP_GAP"; in asString()
1445 case IOMX::INTERNAL_OPTION_MAX_FPS: return "MAX_FPS"; in asString()
1446 case IOMX::INTERNAL_OPTION_START_TIME: return "START_TIME"; in asString()
1447 case IOMX::INTERNAL_OPTION_TIME_LAPSE: return "TIME_LAPSE"; in asString()
1464 IOMX::InternalOptionType type, in setInternalOption()
1470 case IOMX::INTERNAL_OPTION_SUSPEND: in setInternalOption()
[all …]
DSoftVideoEncoderOMXComponent.cpp552 status_t err = fence->wait(IOMX::kFenceTimeoutMs); in extractGraphicBuffer()
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp198 IOMX::buffer_id id, const sp<ABuffer> &buffer) { in addBuffer()
207 IOMX::buffer_id MediaFilter::PortDescription::bufferIDAt(size_t index) const { in bufferIDAt()
284 uint32_t portIndex, IOMX::buffer_id bufferID, in findBufferByID()
579 IOMX::buffer_id bufferID; in onInputBufferFilled()
648 IOMX::buffer_id bufferID; in onOutputBufferDrained()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.h43 class IOMX; variable
221 virtual sp<IOMX> getOMX();
436 sp<IOMX> mOMX;
/frameworks/av/cmds/stagefright/
Dstagefright.cpp913 sp<IOMX> omx = service->getOMX(); in main()
916 List<IOMX::ComponentInfo> list; in main()
919 for (List<IOMX::ComponentInfo>::iterator it = list.begin(); in main()
/frameworks/av/media/libstagefright/include/
DOMX.h149 virtual bool isSecure(IOMX::node_id node);
DOMXNodeInstance.h129 IOMX::InternalOptionType type,

12