Searched defs:OmxCodecBuffer (Results 1 – 3 of 3) sorted by relevance
182 struct OmxCodecBuffer { struct183 uint32_t bufferId; /** Buffer ID. */184 uint32_t size; /** Size of the structure. */185 union OMX_VERSIONTYPE version; /** Component version. */186 uint32_t bufferType; /** Codec buffer type. For details,189 uint32_t bufferLen; /** Size of the buffer. */190 uint32_t allocLen; /** Size of the buffer allocated. */191 uint32_t filledLen; /** Size of the buffer filled. */195 enum ShareMemTypes type; /** Shared memory type. */196 int64_t pts; /** Timestamp. */[all …]
1 # OmxCodecBuffer chapter