Searched defs:ProtectedDataBuffer (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DProtectedDataBuffer.h70 // If ProtectedDataBuffer::clear is 1, streamCounter is ignored.
74 // If ProtectedDataBuffer::clear is 1, inputCounter is ignored.
77 // Offset within ProtectedDataBuffer::data buffer, to the start
80 // IMPORTANT: for protected content (ProtectedDataBuffer::clear is 0),
96 // member of ProtectedDataBuffer structure.
137 // to copy the whole ProtectedDataBuffer, if not whole data
142 ProtectedDataBuffer; typedef in typeref:struct:ProtectedDataBuffer_tag
146 #define PDBUFFER_DATA_OFFSET offsetof(ProtectedDataBuffer, data)
148 static inline void Init_ProtectedDataBuffer(ProtectedDataBuffer* buf)

Completed in 136 milliseconds