Searched refs:RT_BOOL (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | rt_metadata.h | 54 virtual RT_BOOL remove(UINT64 key); 56 virtual RT_BOOL setCString(UINT64 key, const char *value); 57 virtual RT_BOOL setInt32(UINT64 key, INT32 value); 58 virtual RT_BOOL setInt64(UINT64 key, INT64 value); 59 virtual RT_BOOL setFloat(UINT64 key, float value); 60 virtual RT_BOOL setPointer(UINT64 key, RT_PTR value, RTMetaValueFree freeFunc = RT_NULL); 61 virtual RT_BOOL setStructData(UINT64 key, const void *value, UINT32 size); 63 virtual RT_BOOL findCString(UINT64 key, const char **value) const; 64 virtual RT_BOOL findInt32(UINT64 key, INT32 *value) const; 65 virtual RT_BOOL findInt64(UINT64 key, INT64 *value) const; [all …]
|
| H A D | RTScheduler.h | 72 RT_BOOL checkScheduleDone(); 76 RT_BOOL isRunning(); 98 void notifyHasError(RT_BOOL hasError); 171 RT_BOOL mObservedOutputSignal = RT_FALSE; 173 RT_BOOL mWaitingForObservedOutput = RT_FALSE; 174 RT_BOOL mWaitindForPaused = RT_FALSE; 175 RT_BOOL mReachEos;
|
| H A D | RTMediaBuffer.h | 45 virtual void onBufferRelease(void* buffer, RT_BOOL render) = 0; 69 virtual RT_BOOL checkType(RTMediaBufferType type); 109 virtual RT_BOOL hasFlag(INT32 flag) const; 118 RT_BOOL hasMeta(const INT32 id) { in hasMeta() 123 void setRegistered(RT_BOOL registered); 124 RT_BOOL isRegistered(); 150 RT_BOOL mOwnsData; 154 RT_BOOL mRegistered; 155 RT_BOOL mReleased;
|
| H A D | RTTaskNodeBase.h | 58 RT_BOOL isSource() const; 59 RT_BOOL isSink() const; 60 RT_BOOL hasMirror(RT_BOOL nodeOnly = RT_FALSE) const; 69 RT_BOOL isDone(); 100 RT_BOOL tryToBeginScheduling(); 196 RT_BOOL mIsPassThrough;
|
| H A D | RTTaskNodeContext.h | 69 RT_BOOL hasInputStream(std::string streamType = "none"); 70 RT_BOOL hasOutputStream(std::string streamType = "none"); 72 RT_BOOL inputIsEmpty(std::string streamType = "none"); 73 RT_BOOL outputIsEmpty(std::string streamType = "none"); 78 RTMediaBuffer* dequeOutputBuffer(RT_BOOL block = RT_TRUE, 88 RT_RET pollOutputBuffer(RT_BOOL block = RT_TRUE,
|
| H A D | rt_thread.h | 71 RT_BOOL start(); 73 RT_BOOL postCond(const char* optName); 74 RT_BOOL waitCond(const char* optName); 75 RT_BOOL waitCond(const char* optName, UINT64 timeoutUs);
|
| H A D | RTTaskGraph.h | 74 RT_RET autoBuild(const char* config, RT_BOOL isFileType = RT_TRUE); 77 RT_RET stop(RT_BOOL block = RT_TRUE); 79 RT_RET pause(RT_BOOL block = RT_FALSE); 103 RT_BOOL hasMirror(INT32 nodeId, RT_BOOL nodeOnly = RT_FALSE); 122 RT_BOOL hasLinkMode(std::string mode); 133 RT_BOOL unthrottleSources(); 203 RT_BOOL mHasError;
|
| H A D | RTUVCGraph.h | 68 RT_RET enableEPTZ(RT_BOOL enableEPTZ); 99 RT_RET setAIAlgorithm(RT_BOOL enable, std::string type); 100 RT_RET setZoomPtz(RT_BOOL isZoom); 109 std::map<std::string, RT_BOOL> mVendorDetections;
|
| H A D | RTMediaData.h | 39 RT_BOOL mKey; 86 RT_RET rt_utils_dump_track(RtMetaData* meta, RT_BOOL full = false);
|
| H A D | rt_mutex.h | 128 RT_BOOL isExited(); 132 RT_BOOL mIsExit;
|
| H A D | RTObject.h | 31 virtual RT_BOOL equals(RTObject* ptr);
|
| H A D | RTMediaDef.h | 414 RT_BOOL mProbeDisabled; 427 static RT_BOOL checkFrameRate(float frameRate);
|
| H A D | rt_type.h | 27 #define RT_BOOL char macro
|
| H A D | RTAVShellBuffer.h | 45 virtual RT_BOOL hasFlag(INT32 flag) const;
|
| H A D | rt_message.h | 193 RT_BOOL mSync;
|