Searched defs:OmxCodecBuffer (Results 1 – 1 of 1) 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,188 uint8_t *buffer; /** Buffer used for encoding or decoding. */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. */192 …nt32_t offset; /** Offset to the start position of the valid data in the buffer. */[all …]