/frameworks/av/media/libmedia/ |
D | IOMX.cpp | 67 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 …]
|
D | IMediaCodecService.cpp | 41 virtual sp<IOMX> getOMX() { in getOMX() 45 return interface_cast<IOMX>(reply.readStrongBinder()); in getOMX() 61 sp<IOMX> omx = getOMX(); in onTransact()
|
D | IMediaPlayerService.cpp | 86 virtual sp<IOMX> getOMX() { in getOMX() 90 return interface_cast<IOMX>(reply.readStrongBinder()); in getOMX() 166 sp<IOMX> omx = getOMX(); in onTransact()
|
D | Android.mk | 60 IOMX.cpp \
|
/frameworks/av/media/libstagefright/omx/tests/ |
D | OMXHarness.h | 37 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;
|
D | OMXHarness.cpp | 76 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/ |
D | OMXClient.cpp | 40 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 …]
|
D | ACodec.cpp | 251 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/ |
D | ACodec.h | 76 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,
|
D | MediaFilter.h | 53 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,
|
D | OMXClient.h | 32 sp<IOMX> interface() { in interface() 37 sp<IOMX> mOMX;
|
D | CodecBase.h | 90 virtual IOMX::buffer_id bufferIDAt(size_t index) const = 0;
|
D | MediaCodecList.h | 118 sp<IOMX> mOMX;
|
/frameworks/av/include/media/ |
D | IOMX.h | 43 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()
|
D | IMediaPlayerService.h | 38 class IOMX; variable 52 virtual sp<IOMX> getOMX() = 0;
|
D | IMediaCodecService.h | 33 virtual sp<IOMX> getOMX() = 0;
|
/frameworks/av/services/mediacodec/ |
D | MediaCodecService.h | 36 virtual sp<IOMX> getOMX(); 43 sp<IOMX> mOMX;
|
D | MediaCodecService.cpp | 25 sp<IOMX> MediaCodecService::getOMX() { in getOMX()
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 1333 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 …]
|
D | SoftVideoEncoderOMXComponent.cpp | 552 status_t err = fence->wait(IOMX::kFenceTimeoutMs); in extractGraphicBuffer()
|
/frameworks/av/media/libstagefright/filters/ |
D | MediaFilter.cpp | 198 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/ |
D | MediaPlayerService.h | 43 class IOMX; variable 221 virtual sp<IOMX> getOMX(); 436 sp<IOMX> mOMX;
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 913 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/ |
D | OMX.h | 149 virtual bool isSecure(IOMX::node_id node);
|
D | OMXNodeInstance.h | 129 IOMX::InternalOptionType type,
|