Searched refs:MKTAG (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | RTMediaMetaKeys.h | 26 kKeyFormatDuration = MKTAG('f', 'd', 'u', 'r'), // UINT64 27 kKeyFormatEOS = MKTAG('f', 'e', 'o', 's'), 28 kKeyFormatUri = MKTAG('f', 'u', 'r', 'i'), 29 kKeyUriHeaders = MKTAG('u', 'r', 'h', 'd'), 30 kKeyProtocol = MKTAG('p', 't', 'c', 'l'), 31 kKeyTimeBaseNum = MKTAG('t', 'i', 'b', 'n'), 32 kKeyTimeBaseDen = MKTAG('t', 'i', 'b', 'd'), 33 kKeyPlaySpeed = MKTAG('p', 'l', 's', 'p'), // float 34 kKeyStartTime = MKTAG('s', 't', 't', 'm'), // INT64 37 kKeyCodecType = MKTAG('c', 't', 'y', 'p'), [all …]
|
| H A D | RTTaskNodeDef.h | 31 kStubDemuxerTMedia = MKTAG('f', 'm', 'p', 'g'), 32 kStubDemuxerFile = MKTAG('f', 'f', 'i', 'l'), 35 kStubCodecMppDecoder = MKTAG('c', 'm', 'd', 'c'), 36 kStubCodecMppEncoder = MKTAG('c', 'm', 'e', 'e'), 37 kStubCodecAudioDecoder = MKTAG('c', 'a', 'o', 'd'), 38 kStubCodecAudioEncoder = MKTAG('c', 'a', 'o', 'e'), 41 kStubSinkVideo = MKTAG('s', 'v', 'i', 'd'), 42 kStubSinkAudio = MKTAG('s', 'v', 'i', 'l'), 43 kStubSinkFile = MKTAG('s', 'f', 'i', 'l'), 44 kStubLinkOutput = MKTAG('l', 'k', 'o', 'p'), [all …]
|
| H A D | rt_metadata.h | 42 TYPE_NONE = MKTAG('n', 'o', 'n', 'e'), 43 TYPE_C_STRING = MKTAG('c', 's', 't', 'r'), 44 TYPE_INT32 = MKTAG('i', 'n', '3', '2'), 45 TYPE_INT64 = MKTAG('i', 'n', '6', '4'), 46 TYPE_FLOAT = MKTAG('f', 'l', 'o', 'a'), 47 TYPE_POINTER = MKTAG('p', 'n', 't', 'r'), 48 TYPE_INT8 = MKTAG('i', 'n', '0', '8'), 49 TYPE_INT16 = MKTAG('i', 'n', '1', '6'), 50 TYPE_STRUCT = MKTAG('s', 'r', 'u', 't')
|
| H A D | rt_type.h | 81 #define MKTAG(a, b, c, d) ((a) | ((b) << 8) | ((c) << 16) | ((unsigned)(d) << 24)) macro
|
| H A D | rt_common.h | 74 #define RT_ERROR_EOF (-(int)MKTAG('E','O','F',' ')) // NOLINT End of file
|