HomeSort by relevance Sort by last modified time
    Searched refs:ProtectedDataBuffer (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
ProtectedDataBuffer.h 70 // 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;
146 #define PDBUFFER_DATA_OFFSET offsetof(ProtectedDataBuffer, data)
148 static inline void Init_ProtectedDataBuffer(ProtectedDataBuffer* buf)
OMXVideoDecoderAVCSecure.cpp 28 #include "ProtectedDataBuffer.h"
35 #define INPORT_BUFFER_SIZE sizeof(ProtectedDataBuffer)
171 ProtectedDataBuffer *dataBuffer = (ProtectedDataBuffer *)pInput->pBuffer;
177 // Processing codec data, which is not in ProtectedDataBuffer format
184 // Processing non-codec data, but this buffer is not in ProtectedDataBuffer format
274 ProtectedDataBuffer *dataBuffer = (ProtectedDataBuffer *)buffer->pBuffer;
349 ProtectedDataBuffer *dataBuffer = (ProtectedDataBuffer *)buffer->pBuffer
    [all...]
LogDumpHelper.h 28 #include "ProtectedDataBuffer.h"
217 static void DumpProtectedDataBuffer(const char* prefix, ProtectedDataBuffer* buf)

Completed in 393 milliseconds