HomeSort by relevance Sort by last modified time
    Searched refs:IOMX (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/av/include/media/stagefright/
OMXClient.h 21 #include <media/IOMX.h>
32 sp<IOMX> interface() {
37 sp<IOMX> mOMX;
CodecBase.h 22 #include <media/IOMX.h>
66 virtual IOMX::buffer_id bufferIDAt(size_t index) const = 0;
OMXCodec.h 22 #include <media/IOMX.h>
65 const sp<IOMX> &omx,
73 const sp<IOMX> &omx, IOMX::node_id node, bool isEncoder,
166 IOMX::buffer_id mBuffer;
179 sp<IOMX> mOMX;
181 IOMX::node_id mNode;
234 OMXCodec(const sp<IOMX> &omx, IOMX::node_id node,
308 bool drainInputBuffer(IOMX::buffer_id buffer)
    [all...]
ACodec.h 23 #include <media/IOMX.h>
64 IOMX::buffer_id bufferIDAt(size_t index) const;
70 Vector<IOMX::buffer_id> mBufferIDs;
74 void addBuffer(IOMX::buffer_id id, const sp<ABuffer> &buffer);
80 const sp<IOMX> &omx, IOMX::node_id node,
145 IOMX::buffer_id mBufferID;
178 sp<IOMX> mOMX;
179 IOMX::node_id mNode;
240 uint32_t portIndex, IOMX::buffer_id bufferID
    [all...]
MediaCodecList.h 24 #include <media/IOMX.h>
77 sp<IOMX> mOMX;
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.h 21 #include <media/IOMX.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;
OMXHarness.cpp 74 IOMX::node_id node, omx_message *msg, int64_t timeoutUs) {
121 IOMX::node_id node,
159 IOMX::node_id node, OMX_U32 portIndex,
181 IOMX::node_id node, OMX_U32 portIndex,
205 status_t Harness::setRole(IOMX::node_id node, const char *role) {
221 NodeReaper(const sp<Harness> &harness, IOMX::node_id node)
239 IOMX::node_id mNode;
288 IOMX::node_id node;
760 List<IOMX::ComponentInfo> componentInfos;
764 for (List<IOMX::ComponentInfo>::iterator it = componentInfos.begin()
    [all...]
  /frameworks/av/media/libmedia/
IOMX.cpp 18 #define LOG_TAG "IOMX"
23 #include <media/IOMX.h>
60 class BpOMX : public BpInterface<IOMX> {
63 : BpInterface<IOMX>(impl) {
68 data.writeInterfaceToken(IOMX::getInterfaceDescriptor());
80 data.writeInterfaceToken(IOMX::getInterfaceDescriptor());
101 data.writeInterfaceToken(IOMX::getInterfaceDescriptor());
118 data.writeInterfaceToken(IOMX::getInterfaceDescriptor());
128 data.writeInterfaceToken(IOMX::getInterfaceDescriptor());
141 data.writeInterfaceToken(IOMX::getInterfaceDescriptor())
    [all...]
IMediaPlayerService.cpp 30 #include <media/IOMX.h>
144 virtual sp<IOMX> getOMX() {
148 return interface_cast<IOMX>(reply.readStrongBinder());
287 sp<IOMX> omx = getOMX();
Android.mk 47 IOMX.cpp \
MediaCodecInfo.cpp 21 #include <media/IOMX.h>
  /frameworks/av/include/media/
IMediaPlayerService.h 40 class IOMX;
65 virtual sp<IOMX> getOMX() = 0;
IOMX.h 37 class IOMX : public IInterface {
169 IOMX::node_id node;
181 IOMX::buffer_id buffer;
186 IOMX::buffer_id buffer;
205 class BnOMX : public BnInterface<IOMX> {
  /frameworks/av/media/libstagefright/
OMXClient.cpp 36 struct MuxOMX : public IOMX {
37 MuxOMX(const sp<IOMX> &remoteOMX);
143 sp<IOMX> mRemoteOMX;
144 sp<IOMX> mLocalOMX;
150 const sp<IOMX> &getOMX(node_id node) const;
151 const sp<IOMX> &getOMX_l(node_id node) const;
158 MuxOMX::MuxOMX(const sp<IOMX> &remoteOMX)
187 const sp<IOMX> &MuxOMX::getOMX(node_id node) const {
191 const sp<IOMX> &MuxOMX::getOMX_l(node_id node) const {
214 sp<IOMX> omx
    [all...]
ACodec.cpp 199 bool onOMXEmptyBufferDone(IOMX::buffer_id bufferID);
202 IOMX::buffer_id bufferID,
805 IOMX::buffer_id bufferId;
    [all...]
OMXCodec.cpp 288 const sp<IOMX> &omx,
319 IOMX::node_id node = 0;
    [all...]
  /frameworks/wilhelm/src/android/
VideoCodec_to_android.cpp 22 #include <media/IOMX.h>
67 sp<IOMX> omx(service->getOMX());
  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 24 #include <media/IOMX.h>
OMX.h 20 #include <media/IOMX.h>
OMXNodeInstance.h 113 IOMX::InternalOptionType type,
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 922 IOMX::InternalOptionType type,
926 case IOMX::INTERNAL_OPTION_SUSPEND:
927 case IOMX::INTERNAL_OPTION_REPEAT_PREVIOUS_FRAME_DELAY:
928 case IOMX::INTERNAL_OPTION_MAX_TIMESTAMP_GAP:
929 case IOMX::INTERNAL_OPTION_START_TIME:
930 case IOMX::INTERNAL_OPTION_TIME_LAPSE:
939 if (type == IOMX::INTERNAL_OPTION_SUSPEND) {
947 IOMX::INTERNAL_OPTION_REPEAT_PREVIOUS_FRAME_DELAY){
956 IOMX::INTERNAL_OPTION_MAX_TIMESTAMP_GAP){
964 } else if (type == IOMX::INTERNAL_OPTION_START_TIME)
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 40 class IOMX;
280 virtual sp<IOMX> getOMX();
464 sp<IOMX> mOMX;
  /frameworks/av/cmds/stagefright/
stagefright.cpp 614 static void dumpCodecProfiles(const sp<IOMX>& omx, bool queryDecoders) {
884 sp<IOMX> omx = service->getOMX();
897 sp<IOMX> omx = service->getOMX();
900 List<IOMX::ComponentInfo> list;
903 for (List<IOMX::ComponentInfo>::iterator it = list.begin();
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 26 #include <media/IOMX.h>
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 26 #include <media/IOMX.h>

Completed in 345 milliseconds

1 2