Home
last modified time | relevance | path

Searched refs:INT32 (Results 1 – 25 of 84) sorted by relevance

1234

/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTSurfaceInterface.h29 INT32 dupFd;
30 INT32 name; // this name can be used by other process
31 INT32 size;
39 INT32 structSize;
40 INT32 structVersion;
41 INT32 left;
42 INT32 top;
43 INT32 right;
44 INT32 bottom;
45 INT32 usage;
[all …]
H A DRTMediaBuffer.h56 INT32 handle,
57 INT32 fd,
66 void summary(INT32 fd) { } in summary()
83 virtual INT32 getFd() const;
84 virtual INT32 getHandle() const;
86 virtual INT32 getUniqueID() const;
87 virtual INT32 getBufferSeq() const;
88 virtual INT32 getPoolID() const;
101 virtual void setBufferSeq(INT32 seq);
102 virtual void setFd(INT32 fd);
[all …]
H A DRTMediaData.h33 INT32 mTrackIndex;
34 INT32 mFlags;
37 INT32 mSize;
38 INT32 mSerial;
48 INT32 mFrameW;
49 INT32 mFrameH;
50 INT32 mDisplayW;
51 INT32 mDisplayH;
52 INT32 mFormat;
53 INT32 mDuration;
[all …]
H A DRTMediaDef.h344 INT32 mCodecFormat; // video: the pixel format; audio: the sample format
345 INT32 mCodecProfile;
346 INT32 mCodecLevel;
351 INT32 mExtraDataSize;
354 INT32 mVideoDelay;
355 INT32 mVideoWidth; // contain subtitle
356 INT32 mVideoHeight; // contain subtitle
357 INT32 mVideoRotation;
368 INT32 mAudioChannels;
369 INT32 mAudioSampleRate;
[all …]
H A DRTVideoPacket.h32 INT32 getEndOfFrame() const;
33 INT32 getTimeout() const;
34 INT32 getDuration() const;
35 INT32 getSeq() const;
36 INT32 getIsExtraData() const;
40 void setEndOfFrame(const INT32 endOfFrame);
41 void setTimeout(const INT32 timeout);
42 void setDuration(const INT32 duration);
43 void setSeq(const INT32 seq);
44 void setIsExtraData(const INT32 isExtraData);
[all …]
H A DRTMediaRockx.h46 INT32 width;
48 INT32 height;
110 INT32 index;
111 INT32 img_w;
112 INT32 img_h;
126 INT32 counter;
132 INT32 dataSize;
133 INT32 width;
134 INT32 height;
135 INT32 format;
[all …]
H A DRTAudioFrame.h34 INT32 getSoundMode() const;
35 INT32 getChannels() const;
36 INT32 getSampleRate() const;
38 INT32 getFrameNum() const;
39 INT32 getDuration() const;
46 void setSoundMode(const INT32 soundMode);
47 void setChannels(INT32 channels);
48 void setSampleRate(INT32 sampleRate);
50 void setFrameNum(INT32 frames);
51 void setDuration(INT32 duration);
[all …]
H A Drt_string_utils.h34 INT32 util_vsnprintf(char* buffer, size_t max_len, const char* format, va_list args);
35 INT32 util_snprintf(char* buffer, size_t max_len, const char* format, ...);
43 INT32 util_strcasecmp(const char* str1, const char* str2);
44 INT32 util_strncasecmp(const char* str1, const char* str2, size_t n);
45 INT32 util_strtolower(char* dst, const char* src, INT32 length);
46 INT32 util_strtoupper(char* dst, const char* src, INT32 length);
48 INT32 util_strlcpy(char *dst, const char *src, INT32 size);
49 INT32 util_strlcat(char *dst, const char *src, INT32 size);
51 INT32 util_dump_str(INT32 fd, const char* args);
H A Drt_mutex.h87 INT32 wait(const RtMutex& rtMutex);
88 INT32 wait(RtMutex* rtMutex);
91 INT32 timedwait(const RtMutex& rtMutex, UINT64 timeout_us);
92 INT32 timedwait(RtMutex* rtMutex, UINT64 timeout_us);
95 INT32 signal();
98 INT32 broadcast();
109 INT32 init(INT32 pshared, UINT32 value);
110 INT32 getValue(int *val);
111 INT32 tryWait();
112 INT32 wait();
[all …]
H A DRTAudioPacket.h32 INT32 getSoundMode() const;
33 INT32 getChannels() const;
34 INT32 getSampleRate() const;
38 INT32 getDuration() const;
42 void setSoundMode(const INT32 soundMode);
43 void setChannels(INT32 channels);
44 void setSampleRate(INT32 sampleRate);
48 void setDuration(const INT32 duration);
56 INT32 mSoundMode;
57 INT32 mChannels;
[all …]
H A DRTAudioSinkInterface.h199 INT32 mode;
200 INT32 sampleRate;
201 INT32 channels;
210 virtual INT32 open(void *param) = 0;
211 virtual INT32 start() = 0;
212 virtual INT32 pause() = 0;
213 virtual INT32 stop() = 0;
214 virtual INT32 flush() = 0;
215 virtual INT32 close() = 0;
216 virtual INT32 write(const void *buffer, INT32 size, bool block) = 0;
[all …]
H A DRTTaskNodeBase.h34 INT32 nodeId;
56 INT32 getID() { return mNodeId; } in getID()
61 INT32 numInputStreams() const;
62 INT32 numOutputStreams() const;
74 void setMaxInputStreamQueueSize(INT32 maxQueueSize);
75 void setMaxBatchPrcoessSize(INT32 maxBatchSize);
81 RT_RET initialize(INT32 node_id, RTTaskNodeInfo *nodeInfo) { return RT_OK; } in initialize()
83 INT32 nodeId,
87 RT_RET initialize(INT32 nodeId,
93 INT32 streamId, RTOutputStreamManager *lastOutputManager);
[all …]
H A DRTAVShellBuffer.h39 virtual INT32 getFd() const;
40 virtual INT32 getHandle() const;
42 virtual INT32 getUniqueID() const;
43 virtual INT32 getBufferSeq() const;
44 virtual INT32 getPoolID() const;
45 virtual RT_BOOL hasFlag(INT32 flag) const;
56 virtual void setBufferSeq(INT32 seq);
57 virtual void setFd(INT32 fd);
58 virtual void setHandle(INT32 handle);
59 virtual void setUniqueID(INT32 uniqueId);
[all …]
H A DRTTaskGraph.h83 RT_RET invoke(INT32 cmd, RtMetaData *params);
98 INT32 streamId,
100 RT_RET cancelObserveOutputStream(INT32 streamId);
103 RT_BOOL hasMirror(INT32 nodeId, RT_BOOL nodeOnly = RT_FALSE);
181 RT_RET autoUnlinkSource(INT32 nodeId);
187 RT_RET buildTaskNode(INT32 pipeId, INT32 nodeId, RTGraphParser* nodeParser);
194 std::vector<std::vector<INT32>> parseLinkShip(std::string linkShip);
195 RT_RET linkNode(INT32 srcNodeId, INT32 dstNodeId);
196 RT_RET unlinkNode(INT32 srcNodeId, INT32 dstNodeId);
210 INT32 mThreadNum;
[all …]
H A DRTThreadPool.h64 explicit RTThreadPool(INT32 numThreads);
71 RTThreadPool(const std::string& namePrefix, INT32 numThreads,
79 const std::string& namePrefix, INT32 numThreads,
93 void schedule(std::function<void()> callback, INT32 lockThreadId = 0);
96 INT32 getNumThreads() const;
110 void runWorker(INT32 threadId);
112 void assignAndRunWorker(INT32 threadId);
114 void assignScheduleToWorker(std::function<void()> callback, INT32 threadId);
115 void setThreadCount(INT32 numThreads);
120 INT32 mNumThreads;
[all …]
H A DRTSubtitleSinkInterface.h31 INT32 x;
32 INT32 y;
33 INT32 width;
34 INT32 height;
35 INT32 subWidth;
36 INT32 subHeight;
44 virtual void create(INT32 renderType, INT32 display) = 0;
H A Drt_thread.h82 INT32 getState();
99 INT32 setPriority(INT32 prior);
100 INT32 getPriority();
101 INT32 getMinPriority();
102 INT32 getMaxPriority();
103 RT_RET bindCpus(INT32 *selectedCpus, INT32 size);
106 static INT32 getThreadID();
H A DRTExecutor.h61 virtual void addTask(RTTaskQueue* taskQueue, INT32 threadId = 0) {
66 virtual void schedule(std::function<void()> task, INT32 threadId = 0) = 0;
67 virtual INT32 getNumThreads() const = 0;
75 explicit RTThreadPoolExecutor(INT32 numThreads);
76 explicit RTThreadPoolExecutor(const RTThreadOptions& threadOptions, INT32 numThreads,
81 void schedule(std::function<void()> task, INT32 threadId = 0) override;
83 INT32 getNumThreads() const { return mThreadPool.getNumThreads(); } in getNumThreads()
112 void schedule(std::function<void()> task, INT32 threadId = 0) override;
113 INT32 getNumThreads() const { return 1; } in getNumThreads()
H A DRTVideoFrame.h45 INT32 getSeq() const;
46 INT32 getDuration() const;
47 INT32 getRotation() const;
59 void setSeq(const INT32 seq);
60 void setDuration(const INT32 duration);
61 void setRotation(const INT32 rotation);
76 INT32 mSeq;
77 INT32 mDuration;
78 INT32 mRotation;
H A DRTMediaPlayerInterface.h34 virtual void notify(INT32 msg, INT32 ext1, INT32 ext2, void* ptr) = 0;
45 virtual rt_status setDataSource(INT32 fd, INT64 offset, INT64 length) = 0;
47 virtual rt_status setLooping(INT32 loop) = 0;
65 virtual rt_status dump(INT32 fd, const char *args) = 0;
69 virtual rt_status setParameter(INT32 key, RtMetaData *request) = 0;
70 virtual rt_status getParameter(INT32 key, RtMetaData *reply) = 0;
H A DRTTaskNodeContext.h40 INT32 nodeId,
52 INT32 nodeId() const { return mNodeId; } in nodeId()
61 void setMaxBatchPrcoessSize(INT32 maxBatchSize);
62 INT32 getMaxBatchPrcoessSize();
71 INT32 inputQueueSize(std::string streamType = "none");
84 RT_RET reallocOutputBuffers(INT32 wantSize, std::string streamType = "none");
91 INT32 getOutputBufferSize(std::string streamType = "none");
103 INT32 mNodeId;
106 INT32 mMaxBatchProcessSize = 4;
H A Drt_type.h40 typedef int32_t INT32; typedef
59 #define RtToS32(x) ((INT32)(x))
87 INT32 x;
88 INT32 y;
89 INT32 w;
90 INT32 h;
H A Drt_env.h42 INT32 rt_env_get_u32(const char *name, UINT32 *value, UINT32 default_value);
43 INT32 rt_env_get_str(const char *name, const char **value, const char *default_value);
44 INT32 rt_env_set_u32(const char *name, UINT32 value);
45 INT32 rt_env_set_str(const char *name, char *value);
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xv.h76 INT32 value, void *data);
78 INT32 *value, void *data);
162 int (*getAttribute) (ScrnInfoPtr pScrn, Atom attr, INT32 *value);
163 int (*setAttribute) (ScrnInfoPtr pScrn, Atom attr, INT32 value);
210 INT32 *xa,
211 INT32 *xb,
212 INT32 *ya,
213 INT32 *yb, RegionPtr reg, INT32 width, INT32 height);
/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Dlpc10.h85 typedef int INT32; typedef
87 typedef long INT32; typedef
89 #error Unable to determine an appropriate definition for INT32.
101 typedef INT32 integer;
102 typedef INT32 logical;
271 int lpc10_encode (real *speech, INT32 *bits, struct lpc10_encoder_state *st);
275 int lpc10_decode (INT32 *bits, real *speech, struct lpc10_decoder_state *st);

1234